WmbGatewayProxy
Verified contract
Proxy
Active on
Ethereum with 825 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($187.09)
Native
Value
$187.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.055102 | $3,395.28 |
$187.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275965 | 2 hours ago | | | 0 | 0.0023147060 | |
| 21275961 | 2 hours ago | | | 0 | 0.0021122980 | |
| 21275958 | 2 hours ago | | | 0 | 0.0020745164 | |
| 21275958 | 2 hours ago | | | 0 | 0.0022485275 | |
| 21275916 | 3 hours ago | | | 0 | 0.0021309025 | |
| 21275907 | 3 hours ago | | | 0 | 0.0022786039 | |
| 21275906 | 3 hours ago | | | 0 | 0.0022576179 | |
| 21275897 | 3 hours ago | | | 0 | 0.0026393673 | |
| 21274971 | 6 hours ago | | | 0 | 0.0017289643 | |
| 21274884 | 6 hours ago | | | 0 | 0.0018039804 |
ABI
ABI objects
Getter at block 21276671
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
chainId() view returns (uint256)
2147483708
defaultGasLimit() view returns (uint256)
1000000
maxGasLimit() view returns (uint256)
8000000
maxMessageLength() view returns (uint256)
10000
minGasLimit() view returns (uint256)
150000
signatureVerifier() view returns (address)
0x9276ee38a5250e2f7fbe00a12ec17d09b5d28f3d
wanchainStoremanAdminSC() view returns (address)
0xbb38d10033b26f3836a8c1e41788206868b9f228
Read-only
baseFees(uint256) view returns (uint256)
estimateFee(uint256 targetChainId, uint256 gasLimit) view returns (uint256 fee)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
messageExecuted(bytes32) view returns (bool)
messageGasLimit(bytes32) view returns (uint256)
nonces(uint256, uint256, address, address) view returns (uint256)
supportedDstChains(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
batchSetBaseFees(uint256[] _targetChainIds, uint256[] _baseFees)
dispatchMessage(uint256 toChainId, address to, bytes data) payable returns (bytes32 messageId)
dispatchMessageBatch(uint256 toChainId, struct Message[] messages) payable returns (bytes32 messageId)
grantRole(bytes32 role, address account)
initialize(address admin, address _cross)
receiveBatchMessage(bytes32 messageId, uint256 sourceChainId, address sourceContract, struct Message[] messages, uint256 gasLimit, bytes32 smgID, bytes r, bytes32 s)
receiveMessage(bytes32 messageId, uint256 sourceChainId, address sourceContract, address targetContract, bytes messageData, uint256 gasLimit, bytes32 smgID, bytes r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setGasLimit(uint256 _maxGasLimit, uint256 _minGasLimit, uint256 _defaultGasLimit)
setMaxMessageLength(uint256 _maxMessageLength)
setSignatureVerifier(address _signatureVerifier)
setSupportedDstChains(uint256[] targetChainIds, bool[] supported)
withdrawFee(address _to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
MessageBatchDispatched(bytes32 indexed messageId, address indexed from, uint256 indexed toChainId, struct Message[] messages)
MessageDispatched(bytes32 indexed messageId, address indexed from, uint256 indexed toChainId, address to, bytes data)
MessageIdExecuted(uint256 indexed fromChainId, bytes32 indexed messageId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
MessageBatchFailure(bytes32 messageId, uint256 messageIndex, bytes errorData)
MessageFailure(bytes32 messageId, bytes errorData)
MessageIdAlreadyExecuted(bytes32 messageId)
SignatureVerifyFailed(bytes32 smgID, bytes32 sigHash, bytes r, bytes32 s)
StoremanGroupNotReady(bytes32 smgID, uint256 status, uint256 timestamp, uint256 startTime, uint256 endTime)