Proxy
Verified contract
Proxy
Active on
Base with 27,374 txns
Unified 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 46 additional slots
Balances ($7,262,264.50)
Native
Value
$3.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00092 | $3,378.25 |
$3.11 | |
SEAM | ERC-20 | 7.246817M | $1.002 |
$7,261,310.66 | |
AIINU | ERC-20 | 44.593K | $0.021096 |
$940.73 | |
USDC | ERC-20 | 9.99867 | $1.001 |
$10.01 | |
USA | ERC-20 | 1 | $0.000801 |
$0 | |
MOTOR | ERC-20 | 10.317185M | -- | -- | |
CLERK | ERC-20 | 2.003638M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.210361K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22733550 | 3 minutes ago | | | 0 | 0.000000201599201856 | |
| 22732504 | 37 minutes ago | | | 0 | 3.5752313e-7 | |
| 22730385 | 2 hours ago | | | 0 | 1.9987161e-7 | |
| 22729770 | 2 hours ago | | | 0 | 2.1753564e-7 | |
| 22727960 | 3 hours ago | | | 0 | 5.1865065e-7 | |
| 22727646 | 3 hours ago | | | 0 | 5.2993556e-7 | |
| 22723397 | 6 hours ago | | | 0 | 3.7146073e-7 | |
| 22722884 | 6 hours ago | | | 51.9998 | 1.8918238e-7 | |
| 22722586 | 6 hours ago | | | 0 | 0.000000203430130680 | |
| 22721945 | 6 hours ago | | | 0 | 0.000000207160353960 |
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 admin() returns (address)
changeAdmin(address _admin)
implementation() returns (address)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable returns (bytes)
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
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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 _admin)
fallback()
receive()
receive()
This contract contains no error objects.