Proxy
Verified contract
Proxy
Active on
Ethereum with 194,088 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 47 additional slots
0x826d…5c76
0x5531…05a9
0x9807…c8fe
Balances ($0.00)
No balances found for "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244462 | 20 minutes ago | | | 0 | 0.0036107377 | |
| 21244460 | 20 minutes ago | | | 0 | 0.0039755106 | |
| 21244354 | 42 minutes ago | | | 0.01 | 0.0013658398 | |
| 21244325 | an hour ago | | | 0.04450722 | 0.0013271430 | |
| 21244291 | an hour ago | | | 1 | 0.0016380678 | |
| 21244254 | an hour ago | | | 0 | 0.0078198346 | |
| 21244194 | an hour ago | | | 0.18 | 0.0013100285 | |
| 21244181 | an hour ago | | | 0 | 0.0045823207 | |
| 21244177 | an hour ago | | | 0 | 0.0069625048 | |
| 21244163 | an hour ago | | | 0.0072 | 0.0012812827 |
ABI
ABI objects
Getter at block 21244557
GUARDIAN() view returns (address)
0x4f72ee94b8ba3be7f886565d3583a7f636c58b05
L2_ORACLE() view returns (address)
0x826d1b0d4111ad9146eb8941d7ca2b6a44215c76
SYSTEM_CONFIG() view returns (address)
0x5531dcff39ec1ec727c4c5d2fc49835368f805a9
guardian() view returns (address)
0x4f72ee94b8ba3be7f886565d3583a7f636c58b05
l2Oracle() view returns (address)
0x826d1b0d4111ad9146eb8941d7ca2b6a44215c76
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=509262, prevBlockNum=21244545)
paused() view returns (bool)
false
systemConfig() view returns (address)
0x5531dcff39ec1ec727c4c5d2fc49835368f805a9
version() view returns (string)
1.10.0
yieldManager() view returns (address)
0x98078db053902644191f93988341e31289e1c8fe
Read-only
finalizedWithdrawals(bytes32) view returns (bool)
isOutputFinalized(uint256 _l2OutputIndex) view returns (bool)
minimumGasLimit(uint64 _byteCount) pure returns (uint64)
provenWithdrawals(bytes32) view returns (bytes32 outputRoot, uint128 timestamp, uint128 l2OutputIndex, uint256 requestId)
State-modifying
Events admin() returns (address)
changeAdmin(address _admin)
implementation() returns (address)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable returns (bytes)
depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data) payable
finalizeWithdrawalTransaction(uint256 hintId, struct TypesWithdrawalTransaction _tx)
initialize(address _l2Oracle, address _guardian, address _systemConfig, bool _paused, address _yieldManager)
pause()
proveWithdrawalTransaction(struct TypesWithdrawalTransaction _tx, uint256 _l2OutputIndex, struct TypesOutputRootProof _outputRootProof, bytes[] _withdrawalProof)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
Paused(address account)
TransactionDeposited(address indexed from, address indexed to, uint256 indexed version, bytes opaqueData)
Unpaused(address account)
WithdrawalFinalized(bytes32 indexed withdrawalHash, uint256 indexed hintId, bool success)
WithdrawalProven(bytes32 indexed withdrawalHash, address indexed from, address indexed to, uint256 requestId)
constructor(address _admin)
fallback()
receive()
receive()
This contract contains no error objects.