Name | Lookup | Parameters | |
|---|---|---|---|
| request_fund | 5500 | 4 | |
| pause | 5502 | - | |
| unpause | 5503 | - | |
| set_faucet_balance | 5504 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Paused | 5500 | ||
| Unpaused | 5501 | ||
| FundRequested | 5502 | ["Bytes32","AccountId","EvmAddress","Balance"] | |
| FaucetBalanceUpdated | 5503 | ["Balance","Balance"] |
Name | Type | |
|---|---|---|
| DispenserConfig | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":766} | |
| FaucetBalanceWei | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} | |
| UsedRequestIds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"NULL","keys_id":1,"value_id":37}} |
Name | Type | Value | |
|---|---|---|---|
| MinimumRequestAmount | U128 | 00000000000000000000000000000000 | |
| MaxDispenseAmount | U128 | 000064a7b3b6e00d0000000000000000 | |
| DispenserFee | U128 | 88130000000000000000000000000000 | |
| FeeAsset | U32 | 00000000 | |
| FaucetAsset | U32 | 14000000 | |
| FeeDestination | AccountId | 6d6f646c70792f74727372790000000000000000000000000000000000000000 | |
| FaucetAddress | H160 | 189d33ea9a9701fdb67c21df7420868193dcf578 | |
| PalletId | [U8; 8] | 70792f6675636574 | |
| MinFaucetEthThreshold | U128 | 0000c52ebca2b1000000000000000000 |
Name | Docs |
|---|---|
| DuplicateRequest | Request ID has already been used. |
| Serialization | Failed to (de)serialize data. |
| InvalidOutput | Output data did not match the expected format. |
| InvalidRequestId | Request ID does not match the derived ID for the provided data. |
| Paused | Pallet is paused and cannot process this call. |
| AmountTooSmall | Requested amount is below the configured minimum. |
| AmountTooLarge | Requested amount exceeds the configured maximum. |
| InvalidAddress | EVM address parameter is invalid (e.g., zero address). |
| FaucetBalanceBelowThreshold | Faucet balance would fall below the configured threshold after this request. |
| NotEnoughFeeFunds | Caller does not have enough balance of the fee asset. |
| NotEnoughFaucetFunds | Caller does not have enough balance of the faucet asset. |