vara
subscan
Vara
Runtime Modules / GearEthBridge
Spec Version:
Call Functions
Name
Lookup
Parameters
pause6e00-
unpause6e01-
send_eth_message6e022
set_fee6e031
reset_overflowed_queue6e041
Events
Name
Lookup
Attributes
AuthoritySetHashChanged6e00["H256"]
AuthoritySetReset6e01
BridgeInitialized6e02
BridgePaused6e03
BridgeUnpaused6e04
MessageQueued6e05["EthMessage","H256"]
QueueMerkleRootChanged6e06["u64","H256"]
QueueOverflowed6e07
QueueReset6e08
Storage Functions
Name
Type
Initialized{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8}
Paused{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8}
AuthoritySetHash{"origin":"PlainType","plain_type":"H256","PlainTypeValue":13}
QueueMerkleRoot{"origin":"PlainType","plain_type":"H256","PlainTypeValue":13}
Queue{"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":143}
QueueId{"origin":"PlainType","plain_type":"U64","PlainTypeValue":12}
QueuesInfo{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["U64"],"value":"pallet_gear_eth_bridge:internal:QueueInfo","keys_id":12,"value_id":648}}
SessionsTimer{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
ClearTimer{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
MessageNonce{"origin":"PlainType","plain_type":"U256","PlainTypeValue":348}
QueueChanged{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8}
QueueOverflowedSince{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
TransportFee{"origin":"PlainType","plain_type":"U128","PlainTypeValue":6}
Constants
Name
Type
Value
PalletId[U8; 8]70792f6765746862
BuiltinAddressAccountIdf2816ced0b15749595392d3a18b5a2363d6fefe5b3b6153739f218151b7acdbf
BridgeAdminAccountId6d6f646c70792f6765746862306272696467655f61646d696e00000000000000
BridgePauserAccountId6d6f646c70792f6765746862346272696467655f706175736572000000000000
MaxPayloadSizeU3200400000
QueueCapacityU3200080000
SessionsPerEraU3206000000
Error Types
Name
Docs
BridgeCleanupRequiredThe error happens when bridge queue is temporarily overflowedand needs cleanup to proceed.
BridgeIsNotYetInitializedThe error happens when bridge got called beforeproper initialization after deployment.
BridgeIsPausedThe error happens when bridge got called when paused.
MaxPayloadSizeExceededThe error happens when bridging message sent with too big payload.
InsufficientValueAppliedThe error happens when bridging thorough builtin and message valueis inapplicable to operation or insufficient.
InvalidQueueResetThe error happens when attempted to reset overflowed queue, butqueue isn't overflowed or incorrect finality proof provided.