Name | Lookup | Parameters | |
|---|---|---|---|
| request_fund | 5500 | 4 | |
| set_config | 5501 | 6 | |
| pause | 5502 | - | |
| unpause | 5503 | - |
Name | Lookup | Attributes | |
|---|---|---|---|
| ConfigUpdated | 5500 | ["EvmAddress","Balance","Balance","Balance","Balance","Balance"] | |
| Paused | 5501 | ||
| Unpaused | 5502 | ||
| FundRequested | 5503 | ["Bytes32","AccountId","EvmAddress","Balance"] |
Name | Type | |
|---|---|---|
| DispenserConfig | {"origin":"PlainType","plain_type":"pallet_dispenser:pallet:DispenserConfigData","PlainTypeValue":766} | |
| UsedRequestIds | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"NULL","keys_id":1,"value_id":37}} |
Name | Type | Value | |
|---|---|---|---|
| FeeAsset | U32 | 00000000 | |
| FaucetAsset | U32 | 14000000 | |
| FeeDestination | AccountId | 6d6f646c70792f74727372790000000000000000000000000000000000000000 | |
| PalletId | [U8; 8] | 70792f6675636574 |
Name | Docs |
|---|---|
| NotConfigured | The pallet has not been configured yet. |
| 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. |
| InvalidConfig | Configuration parameters are invalid (e.g., min_request > max_dispense). |