L1ERC20Gateway
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "L1ERC20Gateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16207015 | 2 years ago | | | 0 | 0.0019014904 |
ABI
ABI objects
Getter at block 20792794
cloneableProxyHash() view returns (bytes32)
0x4b11cb57b978697e0aec0c18581326376d6463fd3f6699cbe78ee5935617082d
counterpartGateway() view returns (address)
0x09e9222e96e7b4ae2a407b98d48e330053351eee
inbox() view returns (address)
0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f
l2BeaconProxyFactory() view returns (address)
0x3fe38087a94903a9d946fa1915e1772fe611000f
router() view returns (address)
0x72ce9c846789fdb6fc1f34ac4ad25dd9ef7031ef
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateL2TokenAddress(address l1ERC20) view returns (address)
encodeWithdrawal(uint256 _exitNum, address _initialDestination) pure returns (bytes32)
getExternalCall(uint256 _exitNum, address _initialDestination, bytes _initialData) view returns (address target, bytes data)
getOutboundCalldata(address _token, address _from, address _to, uint256 _amount, bytes _data) view returns (bytes outboundCalldata)
redirectedExits(bytes32) view returns (bool isExit, address _newTo, bytes _newData)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events finalizeInboundTransfer(address _token, address _from, address _to, uint256 _amount, bytes _data) payable
initialize(address _l2Counterpart, address _router, address _inbox, bytes32 _cloneableProxyHash, address _l2BeaconProxyFactory)
outboundTransfer(address _l1Token, address _to, uint256 _amount, uint256 _maxGas, uint256 _gasPriceBid, bytes _data) payable returns (bytes res)
outboundTransferCustomRefund(address _l1Token, address _refundTo, address _to, uint256 _amount, uint256 _maxGas, uint256 _gasPriceBid, bytes _data) payable returns (bytes res)
postUpgradeInit()
transferExitAndCall(uint256 _exitNum, address _initialDestination, address _newDestination, bytes _newData, bytes _data)
DepositInitiated(address l1Token, address indexed _from, address indexed _to, uint256 indexed _sequenceNumber, uint256 _amount)
TxToL2(address indexed _from, address indexed _to, uint256 indexed _seqNum, bytes _data)
WithdrawRedirected(address indexed from, address indexed to, uint256 indexed exitNum, bytes newData, bytes data, bool madeExternalCall)
WithdrawalFinalized(address l1Token, address indexed _from, address indexed _to, uint256 indexed _exitNum, uint256 _amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.