L1GatewayRouter
Verified contract
Implementation
Active on
Ethereum with 8 txns
Storage
Map
Table
Raw
Constants and immutables
0
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
Balances ($0.00)
No balances found for "L1GatewayRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18423205 | a year ago | | | 0.005 | 0.00052464000 | |
| 18423163 | a year ago | | | 0.001 | 0.00091812000 | |
| 18421373 | a year ago | | | 0.001 | 0.00091812000 | |
| 18421362 | a year ago | | | 0.001 | 0.00091812000 | |
| 18420737 | a year ago | | | 0 | 0.00085268584 | |
| 18420671 | a year ago | | | 0 | 0.0010758109 | |
| 18420666 | a year ago | | | 0 | 0.00094094232 | |
| 18420659 | a year ago | | | 0 | 0.00089122149 |
ABI
ABI objects
Getter at block 21157621
defaultERC20Gateway() view returns (address)
0x0000000000000000000000000000000000000000
ethGateway() view returns (address)
0x0000000000000000000000000000000000000000
gatewayInContext() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
ERC20Gateway(address) view returns (address)
getERC20Gateway(address _token) view returns (address)
getL2ERC20Address(address _l1Address) view returns (address)
State-modifying
Events depositERC20(address _token, address _to, uint256 _amount, uint256 _gasLimit) payable
depositERC20(address _token, uint256 _amount, uint256 _gasLimit) payable
depositERC20AndCall(address _token, address _to, uint256 _amount, bytes _data, uint256 _gasLimit) payable
depositETH(address _to, uint256 _amount, uint256 _gasLimit) payable
depositETH(uint256 _amount, uint256 _gasLimit) payable
depositETHAndCall(address _to, uint256 _amount, bytes _data, uint256 _gasLimit) payable
finalizeWithdrawERC20(address, address, address, address, uint256, bytes) payable
finalizeWithdrawETH(address, address, uint256, bytes) payable
initialize(address _ethGateway, address _defaultERC20Gateway)
renounceOwnership()
requestERC20(address _sender, address _token, uint256 _amount) returns (uint256)
setDefaultERC20Gateway(address _newDefaultERC20Gateway)
setERC20Gateway(address[] _tokens, address[] _gateways)
setETHGateway(address _newEthGateway)
transferOwnership(address newOwner)
DepositERC20(address indexed l1Token, address indexed l2Token, address indexed from, address to, uint256 amount, bytes data)
DepositETH(address indexed from, address indexed to, uint256 amount, bytes data)
FinalizeWithdrawERC20(address indexed l1Token, address indexed l2Token, address indexed from, address 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)
RefundERC20(address indexed token, address indexed recipient, uint256 amount)
RefundETH(address indexed recipient, uint256 amount)
SetDefaultERC20Gateway(address indexed oldDefaultERC20Gateway, address indexed newDefaultERC20Gateway)
SetERC20Gateway(address indexed token, address indexed oldGateway, address indexed newGateway)
SetETHGateway(address indexed oldETHGateway, address indexed newEthGateway)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.