L2CrossDomainMessenger
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 41 additional slots
Balances ($0.00)
No balances found for "L2CrossDomainMessenger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L2CrossDomainMessenger"
ABI
ABI objects
Getter at block 22756239
MESSAGE_VERSION() view returns (uint16)
1
MIN_GAS_CALLDATA_OVERHEAD() view returns (uint64)
16
MIN_GAS_DYNAMIC_OVERHEAD_DENOMINATOR() view returns (uint64)
63
MIN_GAS_DYNAMIC_OVERHEAD_NUMERATOR() view returns (uint64)
64
OTHER_MESSENGER() view returns (address)
0x866e82a600a1414e583f7f13623f1ac5d58b0afa
RELAY_CALL_OVERHEAD() view returns (uint64)
40000
RELAY_CONSTANT_OVERHEAD() view returns (uint64)
200000
RELAY_GAS_CHECK_BUFFER() view returns (uint64)
5000
RELAY_RESERVED_GAS() view returns (uint64)
40000
l1CrossDomainMessenger() view returns (address)
0x866e82a600a1414e583f7f13623f1ac5d58b0afa
messageNonce() view returns (uint256)
1766847064778384329583297500742918515827483896875618958121606201292619776
version() view returns (string)
1.4.0
xDomainMessageSender() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
baseGas(bytes _message, uint32 _minGasLimit) pure returns (uint64)
failedMessages(bytes32) view returns (bool)
successfulMessages(bytes32) view returns (bool)
State-modifying
Events initialize()
relayMessage(uint256 _nonce, address _sender, address _target, uint256 _value, uint256 _minGasLimit, bytes _message) payable
sendMessage(address _target, bytes _message, uint32 _minGasLimit) payable
FailedRelayedMessage(bytes32 indexed msgHash)
Initialized(uint8 version)
RelayedMessage(bytes32 indexed msgHash)
SentMessage(address indexed target, address sender, bytes message, uint256 messageNonce, uint256 gasLimit)
SentMessageExtension1(address indexed sender, uint256 value)
constructor(address _l1CrossDomainMessenger)
This contract contains no fallback and receive objects.
This contract contains no error objects.