subscan
Runtime Modules / Bridge
Spec Version:
Events
Name
Lookup
Attributes
ControllerChanged1000["IdentityId","AccountId"]
AdminChanged1001["IdentityId","AccountId"]
TimelockChanged1002["IdentityId","BlockNumber"]
Bridged1003["IdentityId","BridgeTx<AccountId>"]
Frozen1004["IdentityId"]
Unfrozen1005["IdentityId"]
FrozenTx1006["IdentityId","BridgeTx<AccountId>"]
UnfrozenTx1007["IdentityId","BridgeTx<AccountId>"]
ExemptedUpdated1008["IdentityId","IdentityId","bool"]
BridgeLimitUpdated1009["IdentityId","Balance","BlockNumber"]
TxsHandled100a["Vec<(AccountId, u32, HandledTxStatus)>"]
BridgeTxScheduled100b["IdentityId","BridgeTx<AccountId>","BlockNumber"]
BridgeTxScheduleFailed100c["IdentityId","BridgeTx<AccountId>","Bytes"]
FreezeAdminAdded100d["IdentityId","AccountId"]
FreezeAdminRemoved100e["IdentityId","AccountId"]
TxRemoved100f["IdentityId","BridgeTx<AccountId>"]
BridgeTxFailed1010["IdentityId","BridgeTx<AccountId>","DispatchError"]
Storage Functions
Name
Type
Controller{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
BridgeTxDetails{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"pallet_bridge:BridgeTxDetail","keys_id":568,"value_id":569}}
Admin{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
Frozen{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":74}
FreezeAdmins{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Bool","keys_id":0,"value_id":74}}
Timelock{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
BridgeLimit{"origin":"PlainType","plain_type":"Tuple:U128U32","PlainTypeValue":571}
PolyxBridged{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["[U8; 32]"],"value":"Tuple:U128U32","keys_id":32,"value_id":571}}
BridgeLimitExempted{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 32]"],"value":"Bool","keys_id":32,"value_id":74}}
StorageVersion{"origin":"PlainType","plain_type":"U8","PlainTypeValue":572}
Error Types
Name
Docs
ControllerNotSetThe bridge controller address is not set.
BadCallerThe origin is not the controller or the admin address.
BadAdminThe origin is not the admin address.
NoValidCddThe recipient DID has no valid CDD.
ProposalAlreadyHandledThe bridge transaction proposal has already been handled and the funds minted.
UnauthorizedUnauthorized to perform an operation.
FrozenThe bridge is already frozen.
NotFrozenThe bridge is not frozen.
FrozenTxThe transaction is frozen.
BridgeLimitReachedThe identity's minted total has reached the bridge limit.
OverflowThe identity's minted total has overflowed.
DivisionByZeroThe block interval duration is zero. Cannot divide.
TimelockedTxThe transaction is timelocked.