hydration
subscan
Runtime Modules / EthDispenser
Spec Version:
Call Functions
Name
Lookup
Parameters
request_fund55004
set_config55016
pause5502-
unpause5503-
Events
Name
Lookup
Attributes
ConfigUpdated5500["EvmAddress","Balance","Balance","Balance","Balance","Balance"]
Paused5501
Unpaused5502
FundRequested5503["Bytes32","AccountId","EvmAddress","Balance"]
Storage Functions
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}}
Constants
Name
Type
Value
FeeAssetU3200000000
FaucetAssetU3214000000
FeeDestinationAccountId6d6f646c70792f74727372790000000000000000000000000000000000000000
PalletId[U8; 8]70792f6675636574
Error Types
Name
Docs
NotConfiguredThe pallet has not been configured yet.
DuplicateRequestRequest ID has already been used.
SerializationFailed to (de)serialize data.
InvalidOutputOutput data did not match the expected format.
InvalidRequestIdRequest ID does not match the derived ID for the provided data.
PausedPallet is paused and cannot process this call.
AmountTooSmallRequested amount is below the configured minimum.
AmountTooLargeRequested amount exceeds the configured maximum.
InvalidAddressEVM address parameter is invalid (e.g., zero address).
FaucetBalanceBelowThresholdFaucet balance would fall below the configured threshold after this request.
NotEnoughFeeFundsCaller does not have enough balance of the fee asset.
NotEnoughFaucetFundsCaller does not have enough balance of the faucet asset.
InvalidConfigConfiguration parameters are invalid (e.g., min_request > max_dispense).