L2StandardBridge
Verified contract
Implementation
Active on
Base with 2 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
-
variable spans 46 additional slots
Balances ($0.00)
No balances found for "L2StandardBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7208518 | a year ago | | | 0 | 0.000000101175000000 | |
| 7208501 | a year ago | | | 0.000049304663 | 0.000000101175000000 |
ABI
ABI objects
Getter at block 22733622
MESSENGER() view returns (address)
0x4200000000000000000000000000000000000007
OTHER_BRIDGE() view returns (address)
0x3154cf16ccdb4c6d922629664174b904d80f2c35
l1TokenBridge() view returns (address)
0x3154cf16ccdb4c6d922629664174b904d80f2c35
messenger() view returns (address)
0x4200000000000000000000000000000000000007
version() view returns (string)
1.1.0
Read-only
deposits(address, address) view returns (uint256)
State-modifying
Events bridgeERC20(address _localToken, address _remoteToken, uint256 _amount, uint32 _minGasLimit, bytes _extraData)
bridgeERC20To(address _localToken, address _remoteToken, address _to, uint256 _amount, uint32 _minGasLimit, bytes _extraData)
bridgeETH(uint32 _minGasLimit, bytes _extraData) payable
bridgeETHTo(address _to, uint32 _minGasLimit, bytes _extraData) payable
finalizeBridgeERC20(address _localToken, address _remoteToken, address _from, address _to, uint256 _amount, bytes _extraData)
finalizeBridgeETH(address _from, address _to, uint256 _amount, bytes _extraData) payable
finalizeDeposit(address _l1Token, address _l2Token, address _from, address _to, uint256 _amount, bytes _extraData) payable
withdraw(address _l2Token, uint256 _amount, uint32 _minGasLimit, bytes _extraData) payable
withdrawTo(address _l2Token, address _to, uint256 _amount, uint32 _minGasLimit, bytes _extraData) payable
DepositFinalized(address indexed l1Token, address indexed l2Token, address indexed from, address to, uint256 amount, bytes extraData)
ERC20BridgeFinalized(address indexed localToken, address indexed remoteToken, address indexed from, address to, uint256 amount, bytes extraData)
ERC20BridgeInitiated(address indexed localToken, address indexed remoteToken, address indexed from, address to, uint256 amount, bytes extraData)
ETHBridgeFinalized(address indexed from, address indexed to, uint256 amount, bytes extraData)
ETHBridgeInitiated(address indexed from, address indexed to, uint256 amount, bytes extraData)
WithdrawalInitiated(address indexed l1Token, address indexed l2Token, address indexed from, address to, uint256 amount, bytes extraData)
constructor(address _otherBridge)
receive()
This contract contains no error objects.