L1ERC20Bridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "L1ERC20Bridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L1ERC20Bridge"
ABI
ABI objects
Getter at block 21184395
l2Bridge() view returns (address)
0x0000000000000000000000000000000000000000
l2TokenBeacon() view returns (address)
0x0000000000000000000000000000000000000000
l2TokenProxyBytecodeHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
__DEPRECATED_lastWithdrawalLimitReset(address) view returns (uint256)
__DEPRECATED_withdrawnAmountInWindow(address) view returns (uint256)
isWithdrawalFinalized(uint256, uint256) view returns (bool)
l2TokenAddress(address _l1Token) view returns (address)
totalDepositedAmountPerUser(address, address) view returns (uint256)
State-modifying
Events claimFailedDeposit(address _depositSender, address _l1Token, bytes32 _l2TxHash, uint256 _l2BlockNumber, uint256 _l2MessageIndex, uint16 _l2TxNumberInBlock, bytes32[] _merkleProof)
deposit(address _l2Receiver, address _l1Token, uint256 _amount, uint256 _l2TxGasLimit, uint256 _l2TxGasPerPubdataByte) payable returns (bytes32 l2TxHash)
deposit(address _l2Receiver, address _l1Token, uint256 _amount, uint256 _l2TxGasLimit, uint256 _l2TxGasPerPubdataByte, address _refundRecipient) payable returns (bytes32 l2TxHash)
finalizeWithdrawal(uint256 _l2BlockNumber, uint256 _l2MessageIndex, uint16 _l2TxNumberInBlock, bytes _message, bytes32[] _merkleProof)
initialize(bytes[] _factoryDeps, address _l2TokenBeacon, address _governor, uint256 _deployBridgeImplementationFee, uint256 _deployBridgeProxyFee) payable
ClaimedFailedDeposit(address indexed to, address indexed l1Token, uint256 amount)
DepositInitiated(bytes32 indexed l2DepositTxHash, address indexed from, address indexed to, address l1Token, uint256 amount)
WithdrawalFinalized(address indexed to, address indexed l1Token, uint256 amount)
constructor(address _zkSync, address _allowList)
This contract contains no fallback and receive objects.
This contract contains no error objects.