L2GatewayRouter
Verified contract
Active on
Base with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "L2GatewayRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18198477 | 4 months ago | | | 0 | 6.9139333e-7 |
ABI
ABI objects
Getter at block 23940545
counterpartGateway() view returns (address)
0x000000000000000000000000000000000000dead
defaultGateway() view returns (address)
0x000000000000000000000000000000000000dead
router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateL2TokenAddress(address l1ERC20) view returns (address)
getGateway(address _token) view returns (address gateway)
getOutboundCalldata(address _token, address _from, address _to, uint256 _amount, bytes _data) view returns (bytes)
l1TokenToGateway(address) view returns (address)
State-modifying
Events finalizeInboundTransfer(address, address, address, uint256, bytes) payable
initialize(address _counterpartGateway, address _defaultGateway)
outboundTransfer(address _l1Token, address _to, uint256 _amount, bytes _data) payable returns (bytes)
outboundTransfer(address _token, address _to, uint256 _amount, uint256 _maxGas, uint256 _gasPriceBid, bytes _data) payable returns (bytes)
postUpgradeInit()
setDefaultGateway(address newL2DefaultGateway)
setGateway(address[] _l1Token, address[] _gateway)
DefaultGatewayUpdated(address newDefaultGateway)
GatewaySet(address indexed l1Token, address indexed gateway)
TransferRouted(address indexed token, address indexed _userFrom, address indexed _userTo, address gateway)
TxToL1(address indexed _from, address indexed _to, uint256 indexed _id, bytes _data)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.