L1StandardERC20Gateway
Verified contract
Implementation
Active on
Ethereum with 0 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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "L1StandardERC20Gateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L1StandardERC20Gateway"
ABI
ABI objects
Getter at block 21330562
counterpart() view returns (address)
0x0000000000000000000000000000000000000000
l2TokenFactory() view returns (address)
0x0000000000000000000000000000000000000000
l2TokenImplementation() view returns (address)
0x0000000000000000000000000000000000000000
messenger() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getL2ERC20Address(address _l1Token) 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
finalizeWithdrawERC20(address _l1Token, address _l2Token, address _from, address _to, uint256 _amount, bytes _data) payable
initialize(address _counterpart, address _router, address _messenger, address _l2TokenImplementation, address _l2TokenFactory)
onDropMessage(bytes _message) payable
renounceOwnership()
transferOwnership(address newOwner)
DepositERC20(address indexed l1Token, address indexed l2Token, address indexed from, address to, uint256 amount, bytes data, uint256 nonce)
FinalizeWithdrawERC20(address indexed l1Token, address indexed l2Token, address indexed from, address to, uint256 amount, bytes data)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed token, address indexed recipient, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.