TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 32 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 ($2,546,526,935.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 10.026581K | $98,716.00 |
$989,783,953 | |
APEX | ERC-20 | 242.248957M | $1.96 |
$474,807,956.38 | |
weETH | ERC-20 | 109.657856K | $3,474.69 |
$381,027,054.79 | |
PENDLE | ERC-20 | 29.415689M | $5.01 |
$147,372,600.42 | |
MAGIC | ERC-20 | 307.640293M | $0.421789 |
$129,759,291.39 | |
FNXAI | ERC-20 | 102.5M | $0.649063 |
$66,528,957.5 | |
LINK | ERC-20 | 3.829602M | $15.43 |
$59,090,755.56 | |
rETH | ERC-20 | 12.260921K | $3,682.86 |
$45,155,257.21 | |
LOGX | ERC-20 | 998.984999M | $0.035543 |
$35,507,303.45 | |
WXM | ERC-20 | 55.096082M | $0.61461 |
$33,862,602.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18292352 | a year ago | | | 0.0001 | 0.00031949038 | |
| 17680361 | a year ago | | | 0.00053453973 | 0.00061127133 | |
| 14410269 | 3 years ago | | | 0 | 0.0017783055 | |
| 14410268 | 3 years ago | | | 0 | 0.0017419112 | |
| 14410267 | 3 years ago | | | 0 | 0.0016749302 | |
| 14309725 | 3 years ago | | | 0.02 | 0.0010806380 | |
| 13924888 | 3 years ago | | | 0 | 0.0020254050 | |
| 13924888 | 3 years ago | | | 0 | 0.0020254050 | |
| 13924887 | 3 years ago | | | 0 | 0.0020254050 | |
| 13924887 | 3 years ago | | | 0 | 0.0020254050 |
ABI
ABI objects
Getter at block 21245007
cloneableProxyHash() view returns (bytes32)
0x4b11cb57b978697e0aec0c18581326376d6463fd3f6699cbe78ee5935617082d
counterpartGateway() view returns (address)
0x09e9222e96e7b4ae2a407b98d48e330053351eee
inbox() view returns (address)
0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f
l2BeaconProxyFactory() view returns (address)
0x3fe38087a94903a9d946fa1915e1772fe611000f
router() view returns (address)
0x72ce9c846789fdb6fc1f34ac4ad25dd9ef7031ef
whitelist() view returns (address)
0xd485e5c28aa4985b23f6df13da03caa766dcd459
Read-only
calculateL2TokenAddress(address l1ERC20) view returns (address)
encodeWithdrawal(uint256 _exitNum, address _initialDestination) pure returns (bytes32)
getExternalCall(uint256 _exitNum, address _initialDestination, bytes _initialData) view returns (address target, bytes data)
getOutboundCalldata(address _token, address _from, address _to, uint256 _amount, bytes _data) view returns (bytes outboundCalldata)
redirectedExits(bytes32) view returns (bool isExit, address _newTo, bytes _newData)
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 _token, address _from, address _to, uint256 _amount, bytes _data) payable
initialize(address _l2Counterpart, address _router, address _inbox, bytes32 _cloneableProxyHash, address _l2BeaconProxyFactory)
outboundTransfer(address _l1Token, address _to, uint256 _amount, uint256 _maxGas, uint256 _gasPriceBid, bytes _data) payable returns (bytes res)
outboundTransferCustomRefund(address _l1Token, address _refundTo, address _to, uint256 _amount, uint256 _maxGas, uint256 _gasPriceBid, bytes _data) payable returns (bytes res)
postUpgradeInit()
transferExitAndCall(uint256 _exitNum, address _initialDestination, address _newDestination, bytes _newData, bytes _data)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DepositInitiated(address l1Token, address indexed _from, address indexed _to, uint256 indexed _sequenceNumber, uint256 _amount)
TxToL2(address indexed _from, address indexed _to, uint256 indexed _seqNum, bytes _data)
WithdrawRedirected(address indexed from, address indexed to, uint256 indexed exitNum, bytes newData, bytes data, bool madeExternalCall)
WithdrawalFinalized(address l1Token, address indexed _from, address indexed _to, uint256 indexed _exitNum, uint256 _amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.