TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($802,096.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 606.864663K | $1.00 |
$606,864.66 | |
GRG | ERC-20 | 80K | $1.35 |
$108,000 | |
WBTC | ERC-20 | 0.424192 | $90,722.00 |
$38,483.55 | |
MAGIC | ERC-20 | 58.59012K | $0.406985 |
$23,845.3 | |
SUSHI | ERC-20 | 17.058746K | $0.779213 |
$13,292.4 | |
PMON | ERC-20 | 46.52852K | $0.128462 |
$5,977.15 | |
BUSD | ERC-20 | 4.699247K | $0.969279 |
$4,554.88 | |
LINK | ERC-20 | 43.837717 | $14.18 |
$621.62 | |
GRT | ERC-20 | 485.827932 | $0.200352 |
$97.34 | |
APE | ERC-20 | 50 | $1.11 |
$55.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15033119 | 2 years ago | | | 0 | 0.0036194375 |
ABI
ABI objects
Getter at block 21207571
cloneableProxyHash() view returns (bytes32)
0xe95e7b13b0b76934e55320c0f1a812918ec818f61a9b36660d64d803eeecb91a
counterpartGateway() view returns (address)
0xcf9bab7e53dde48a6dc4f286cb14e05298799257
inbox() view returns (address)
0xc4448b71118c9071bcb9734a0eac55d18a153949
l2BeaconProxyFactory() view returns (address)
0xd9d66e55227c7558f0db52add059057eb9bd90a3
router() view returns (address)
0xc840838bc438d73c16c2f8b22d2ce3669963cd48
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
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)
BeaconUpgraded(address indexed beacon)
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.