subscan
Runtime Modules / SygmaBridge
Spec Version:
Events
Name
Lookup
Attributes
Deposit7100["DomainID","ResourceId","DepositNonce","AccountId","TransferType","Bytes","Bytes"]
ProposalExecution7101["DomainID","DepositNonce","[u8; 32]"]
FailedHandlerExecution7102["Bytes","DomainID","DepositNonce"]
Retry7103["u128","DomainID","AccountId"]
BridgePaused7104["DomainID"]
BridgeUnpaused7105["DomainID"]
RegisterDestDomain7106["AccountId","DomainID","ChainID"]
UnregisterDestDomain7107["AccountId","DomainID","ChainID"]
FeeCollected7108["AccountId","DomainID","ResourceId","u128","AssetId"]
AllBridgePaused7109["AccountId"]
AllBridgeUnpaused710a["AccountId"]
Storage Functions
Name
Type
DepositCounts{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U8"],"value":"U64","keys_id":2,"value_id":11}}
IsPaused{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U8"],"value":"Bool","keys_id":2,"value_id":88}}
MpcAddr{"origin":"PlainType","plain_type":"[U8; 20]","PlainTypeValue":406}
UsedNonces{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U8","U64"],"value":"U64","keys_id":717,"value_id":11}}
DestDomainIds{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U8"],"value":"Bool","keys_id":2,"value_id":88}}
DestChainIds{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U8"],"value":"U256","keys_id":2,"value_id":130}}
Constants
Name
Type
Value
TransferReserveAccountsVec<Tuple:staging_xcm:v3:multiasset:AssetIdAccountId>040000006d6f646c7379676d612f30310000000000000000000000000000000000000000
DestVerifyingContractAddressH1606cde2cd82a4f8b74693ff5e194c19ca08c2d1c68
EIP712ChainIDU2567014000000000000000000000000000000000000000000000000000000000000
FeeReserveAccountAccountIdb00e3e4afb5a9c54036ec6c1775881031fb26b72427a10724c4d8b91099ee889
Error Types
Name
Docs
AccessDeniedAccount has not gained access permission
BadMpcSignatureProtected operation, must be performed by relayer
InsufficientBalanceInsufficient balance on sender account
TransactFailedAsset transactor execution failed
FeeTooExpensiveThe withdrawn amount can not cover the fee payment
MissingMpcAddressMPC address not set
MpcAddrNotUpdatableMPC address can not be updated
BridgePausedBridge is paused
BridgeUnpausedBridge is unpaused
MissingFeeConfigFee config option missing
AssetNotBoundAsset not bound to a resource id
ProposalAlreadyCompleteProposal has either failed or succeeded
EmptyProposalListProposal list empty
TransactorFailedTransactor operation failed
InvalidDepositDataDeposit data not correct
DestDomainNotSupportedDest domain not supported
DestChainIDNotMatchDest chain id not match
ExtractDestDataFailedFailed to extract destination data
DecimalConversionFailFailed on the decimal converter
DepositNonceOverflowDeposit nonce has reached max integer value
NoLiquidityHolderAccountBoundAsset not bound to a liquidity holder account
UnimplementedFunction unimplemented