Proxy
Verified contract
Proxy
Active on
Ethereum with 23,934 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
0x9570…4a4c
0x2290…b290
Balances ($1,616,612,670.24)
Native
Value
$1,616,612,659.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 505.953549K | $3,195.18 |
$1,616,612,659.69 | |
ZYGO | ERC-20 | 6.5K | $0.000997 |
$6.48 | |
USDT | ERC-20 | 3.810305 | $1.002 |
$3.82 | |
JESUS | ERC-20 | 1M | $0.00 |
$0.24 | |
XELS | ERC-20 | 0.23 | $0.047157 |
$0.01 | |
APU | ERC-20 | 1 | $0.001076 |
$0 | |
똥코인 | ERC-20 | 6.9 | -- | -- | |
SHIH | ERC-20 | 1 | -- | -- | |
GDOGE | ERC-20 | 1B | -- | -- | |
KOQ | ERC-20 | 11.942323M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160556 | an hour ago | | | 0 | 0.0050595670 | |
| 21160556 | an hour ago | | | 0 | 0.0050666703 | |
| 21160511 | an hour ago | | | 0 | 0.0026253720 | |
| 21160058 | 3 hours ago | | | 0 | 0.0033166012 | |
| 21159948 | 3 hours ago | | | 0 | 0.0092403380 | |
| 21159137 | 6 hours ago | | | 0 | 0.011928500 | |
| 21158755 | 7 hours ago | | | 0 | 0.0066303313 | |
| 21158706 | 7 hours ago | | | 0 | 0.0068822560 | |
| 21158699 | 7 hours ago | | | 0 | 0.0067737102 | |
| 21158558 | 8 hours ago | | | 0 | 0.0050225727 |
ABI
ABI objects
Getter at block 21160850
disputeGameFactory() view returns (address)
0xe5965ab5962edc7477c8520243a95517cd252fa9
disputeGameFinalityDelaySeconds() view returns (uint256)
302400
guardian() view returns (address)
0x09f7150d8c019bef34450d6920f6b3608cefdaf2
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=489262, prevBlockNum=21160837)
paused() view returns (bool)
false
proofMaturityDelaySeconds() view returns (uint256)
604800
respectedGameType() view returns (uint32)
0
respectedGameTypeUpdatedAt() view returns (uint64)
1726070915
superchainConfig() view returns (address)
0x95703e0982140d16f8eba6d158fccede42f04a4c
systemConfig() view returns (address)
0x229047fed2591dbec1ef1118d64f7af3db9eb290
version() view returns (string)
3.10.0
Read-only
checkWithdrawal(bytes32 _withdrawalHash, address _proofSubmitter) view
disputeGameBlacklist(address) view returns (bool)
finalizedWithdrawals(bytes32) view returns (bool)
minimumGasLimit(uint64 _byteCount) pure returns (uint64)
numProofSubmitters(bytes32 _withdrawalHash) view returns (uint256)
proofSubmitters(bytes32, uint256) view returns (address)
provenWithdrawals(bytes32, address) view returns (address disputeGameProxy, uint64 timestamp)
State-modifying
Events admin() returns (address)
changeAdmin(address _admin)
implementation() returns (address)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable returns (bytes)
blacklistDisputeGame(address _disputeGame)
depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data) payable
donateETH() payable
finalizeWithdrawalTransaction(struct TypesWithdrawalTransaction _tx)
finalizeWithdrawalTransactionExternalProof(struct TypesWithdrawalTransaction _tx, address _proofSubmitter)
initialize(address _disputeGameFactory, address _systemConfig, address _superchainConfig, uint32 _initialRespectedGameType)
proveWithdrawalTransaction(struct TypesWithdrawalTransaction _tx, uint256 _disputeGameIndex, struct TypesOutputRootProof _outputRootProof, bytes[] _withdrawalProof)
setRespectedGameType(uint32 _gameType)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DisputeGameBlacklisted(address indexed disputeGame)
Initialized(uint8 version)
RespectedGameTypeSet(uint32 indexed newGameType, uint64 indexed updatedAt)
TransactionDeposited(address indexed from, address indexed to, uint256 indexed version, bytes opaqueData)
WithdrawalFinalized(bytes32 indexed withdrawalHash, bool success)
WithdrawalProven(bytes32 indexed withdrawalHash, address indexed from, address indexed to)
WithdrawalProvenExtension1(bytes32 indexed withdrawalHash, address indexed proofSubmitter)
constructor(address _admin)
fallback()
receive()
receive()
BadTarget()
CallPaused()
ContentLengthMismatch()
EmptyItem()
GasEstimation()
InvalidDataRemainder()
InvalidHeader()
LargeCalldata()
OutOfGas()
SmallGasLimit()
Unauthorized()
UnexpectedList()
UnexpectedString()