L1ETHGateway
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 45 additional slots
Balances ($0.00)
No balances found for "L1ETHGateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L1ETHGateway"
ABI
ABI objects
Getter at block 20791830
counterpart() view returns (address)
0x6ea73e05adc79974b931123675ea8f78ffdacdf0
messenger() view returns (address)
0x6774bcbd5cecef1336b5300fb5186a12ddd8b367
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0xf8b1378579659d8f7ee5f3c929c2f3e332e41fd6
Read-only
This contract contains no read-only function objects.
State-modifying
Events depositETH(address _to, uint256 _amount, uint256 _gasLimit) payable
depositETH(uint256 _amount, uint256 _gasLimit) payable
depositETHAndCall(address _to, uint256 _amount, bytes _data, uint256 _gasLimit) payable
finalizeWithdrawETH(address _from, address _to, uint256 _amount, bytes _data) payable
initialize(address _counterpart, address _router, address _messenger)
onDropMessage(bytes _message) payable
renounceOwnership()
transferOwnership(address newOwner)
DepositETH(address indexed from, address indexed to, uint256 amount, bytes data)
FinalizeWithdrawETH(address indexed from, address indexed to, uint256 amount, bytes data)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundETH(address indexed recipient, uint256 amount)
constructor(address _counterpart, address _router, address _messenger)
This contract contains no fallback and receive objects.
ErrorCallerIsNotCounterpartGateway()
ErrorCallerIsNotMessenger()
ErrorNotInDropMessageContext()
ErrorZeroAddress()