TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 184,341 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
Balances ($535.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.003717 | $98,635.00 |
$366.6 | |
MAGIC | ERC-20 | 291.157613 | $0.427007 |
$124.33 | |
LPT | ERC-20 | 2 | $10.62 |
$21.24 | |
CRV | ERC-20 | 35.459894 | $0.414933 |
$14.71 | |
GOVI | ERC-20 | 102.788739 | $0.086542 |
$8.9 | |
TAC | ERC-20 | 7.2745K | -- | -- | |
WIS | ERC-20 | 102 | -- | -- | |
UNI-V2 | ERC-20 | 17.058794 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243265 | 4 minutes ago | | | 0.00027992192 | 0.0027031271 | |
| 21243174 | 22 minutes ago | | | 0.0001455288 | 0.0020752462 | |
| 21243117 | 33 minutes ago | | | 0.00022184992 | 0.0023209221 | |
| 21243084 | 40 minutes ago | | | 0.00024496213 | 0.0026153964 | |
| 21243010 | an hour ago | | | 0.013 | 0.0022158523 | |
| 21242986 | an hour ago | | | 0.010137224 | 0.0019566475 | |
| 21242822 | 2 hours ago | | | 0.00023286607 | 0.0024162742 | |
| 21242807 | 2 hours ago | | | 0.0002398028 | 0.0026466433 | |
| 21242702 | 2 hours ago | | | 0.00025412884 | 0.0027168444 | |
| 21242669 | 2 hours ago | | | 0.00017303309 | 0.0026524948 |
ABI
ABI objects
Getter at block 21243282
counterpartGateway() view returns (address)
0x5288c571fd7ad117bea99bf60fe0846c4e84f933
defaultGateway() view returns (address)
0xa3a7b6f88361f48403514059f1f16c8e78d60eec
inbox() view returns (address)
0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f
owner() view returns (address)
0x3fffbadaf827559da092217e474760e2b2c3cedd
router() view returns (address)
0x0000000000000000000000000000000000000000
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateL2TokenAddress(address l1ERC20) view returns (address)
getGateway(address _token) view returns (address gateway)
getOutboundCalldata(address _token, address _from, address _to, uint256 _amount, bytes _data) view returns (bytes)
l1TokenToGateway(address) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
finalizeInboundTransfer(address, address, address, uint256, bytes) payable
initialize(address _owner, address _defaultGateway, address, address _counterpartGateway, address _inbox)
outboundTransfer(address _token, address _to, uint256 _amount, uint256 _maxGas, uint256 _gasPriceBid, bytes _data) payable returns (bytes)
outboundTransferCustomRefund(address _token, address _refundTo, address _to, uint256 _amount, uint256 _maxGas, uint256 _gasPriceBid, bytes _data) payable returns (bytes)
postUpgradeInit()
setDefaultGateway(address newL1DefaultGateway, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable returns (uint256)
setGateway(address _gateway, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable returns (uint256)
setGateway(address _gateway, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost, address _creditBackAddress) payable returns (uint256)
setGateways(address[] _token, address[] _gateway, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable returns (uint256)
setOwner(address newOwner)
updateWhitelistSource(address newSource)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DefaultGatewayUpdated(address newDefaultGateway)
GatewaySet(address indexed l1Token, address indexed gateway)
TransferRouted(address indexed token, address indexed _userFrom, address indexed _userTo, address gateway)
TxToL2(address indexed _from, address indexed _to, uint256 indexed _seqNum, bytes _data)
WhitelistSourceUpdated(address newSource)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.