Proxy
Verified contract
Proxy
Active on
Ethereum with 313 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 48 additional slots
Balances ($382,545.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 382.703366K | $0.999588 |
$382,545.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085302 | 10 days ago | | | 0 | 0.0015511466 | |
| 21077524 | 11 days ago | | | 0 | 0.0018139929 | |
| 20783375 | 2 months ago | | | 0 | 0.0026560623 | |
| 20619054 | 2 months ago | | | 0 | 0.00066431731 | |
| 20613770 | 2 months ago | | | 0 | 0.00088719300 | |
| 20487427 | 3 months ago | | | 0 | 0.0014039125 | |
| 20466146 | 3 months ago | | | 0 | 0.0013932717 | |
| 20463090 | 3 months ago | | | 0 | 0.0070791117 | |
| 20365912 | 4 months ago | | | 0 | 0.00085681616 | |
| 20344639 | 4 months ago | | | 0 | 0.00084871000 |
ABI
ABI objects
Getter at block 21159405
MESSENGER() view returns (address)
0x46b8bb4c5dd27bb42807db477af4d1a7c8a5b746
OTHER_BRIDGE() view returns (address)
0xfae3de0162debd7964dc71150b711ebf6a80aa02
paused() view returns (bool)
false
version() pure returns (string)
1.0.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)
finalizeBridgeERC20(address _localToken, address _remoteToken, address _from, address _to, uint256 _amount, bytes _extraData)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
Paused(address account)
Unpaused(address account)
constructor(address _admin)
fallback()
receive()
This contract contains no error objects.