MondayBridge
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7252…d1dc
Balances ($0.00)
No balances found for "MondayBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15537945 | 2 years ago | | | 0.00034665337 | 0.0042295116 | |
| 15210391 | 2 years ago | | | 0 | 0.00017994625 | |
| 15210327 | 2 years ago | | | 0.00072437061 | 0.0016459368 | |
| 15209361 | 2 years ago | | | 0 | 0.00052140424 | |
| 15209325 | 2 years ago | | | 0 | 0.00053605608 |
ABI
ABI objects
Getter at block 21186788
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
mondayToken() view returns (address)
0x7252d57ae4ec9af61db3b82a6eedab74eec5d1dc
owner() view returns (address)
0xa777f53548c9479b110a18a22ae5ebc63cdd036e
Read-only
estimateSendFee(uint16 _dstChainId, uint256 _amount) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendCrossChain(uint16 _dstChainId, uint256 _amount) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setToken(address _mondayToken)
setTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
transferOwnership(address newOwner)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed _srcChainId, bytes indexed _srcAddress, address indexed _toAddress, uint256 _amount, uint64 _nonce)
SendToChain(address indexed _sender, uint16 indexed _dstChainId, address indexed _toAddress, uint256 _amount, uint64 _nonce)
SetTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
constructor(address _lzEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.