0x064e6512622c60e17ece32ecde86683054ff7630
Unverified contract
Proxy
Active on
Ethereum with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.08 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265040 | 17 hours ago | | | 0 | 0.0013928997 | |
| 21265037 | 17 hours ago | | | 0 | 0.0029857308 |
ABI
ABI objects
Getter at block 21270113
absolutePrestate() view returns (bytes32 absolutePrestate_)
0x038512e02c4c3f7bdaec27d00edf55b7155e0905301e1a88083e4e0a6764d54c
anchorStateRegistry() view returns (address registry_)
0x18dac71c228d1c32c99489b7323d441e1175e443
claimDataLen() view returns (uint256 len_)
1
clockExtension() view returns (uint64 clockExtension_)
10800
createdAt() view returns (uint64)
1732238447
extraData() pure returns (bytes extraData_)
0x0000000000000000000000000000000000000000000000000000000007a5fefa
gameCreator() pure returns (address creator_)
0x473300df21d047806a082244b417f96b32f13a33
gameData() view returns (uint32 gameType_, bytes32 rootClaim_, bytes extraData_)
(gameType_=0, rootClaim_=0x8af2d88dd40678327c93a3ad6576b31fc32be0718287c4e0af84ea470a955243, extraData_=0x0000000000000000000000000000000000000000000000000000000007a5fefa)
gameType() view returns (uint32 gameType_)
0
l1Head() pure returns (bytes32 l1Head_)
0xdccce7bc33fac61b041df52e379cad57945d444cae0d211fa4bf7fa77124078b
l2BlockNumber() pure returns (uint256 l2BlockNumber_)
128319226
l2BlockNumberChallenged() view returns (bool)
false
l2BlockNumberChallenger() view returns (address)
0x0000000000000000000000000000000000000000
l2ChainId() view returns (uint256 l2ChainId_)
10
maxClockDuration() view returns (uint64 maxClockDuration_)
302400
maxGameDepth() view returns (uint256 maxGameDepth_)
73
resolvedAt() view returns (uint64)
1732540919
rootClaim() pure returns (bytes32 rootClaim_)
0x8af2d88dd40678327c93a3ad6576b31fc32be0718287c4e0af84ea470a955243
splitDepth() view returns (uint256 splitDepth_)
30
startingBlockNumber() view returns (uint256 startingBlockNumber_)
128166156
startingOutputRoot() view returns (bytes32 root, uint256 l2BlockNumber)
(root=0xc77480789524223e7ef85334eaedc382b8468327d23e20370ba4f603bce221c4, l2BlockNumber=128166156)
startingRootHash() view returns (bytes32 startingRootHash_)
0xc77480789524223e7ef85334eaedc382b8468327d23e20370ba4f603bce221c4
status() view returns (uint8)
2
version() view returns (string)
1.3.0
vm() view returns (address vm_)
0x16e83ce5ce29bf90ad9da06d2fe6a15d5f344ce4
weth() view returns (address weth_)
0x82511d494b5c942be57498a70fdd7184ee33b975
Read-only
claimData(uint256) view returns (uint32 parentIndex, address counteredBy, address claimant, uint128 bond, bytes32 claim, uint128 position, uint128 clock)
claims(bytes32) view returns (bool)
credit(address) view returns (uint256)
getChallengerDuration(uint256 _claimIndex) view returns (uint64 duration_)
getNumToResolve(uint256 _claimIndex) view returns (uint256 numRemainingChildren_)
getRequiredBond(uint128 _position) view returns (uint256 requiredBond_)
resolutionCheckpoints(uint256) view returns (bool initialCheckpointComplete, uint32 subgameIndex, uint128 leftmostPosition, address counteredBy)
resolvedSubgames(uint256) view returns (bool)
subgames(uint256, uint256) view returns (uint256)
State-modifying
Events addLocalData(uint256 _ident, uint256 _execLeafIdx, uint256 _partOffset)
attack(bytes32 _disputed, uint256 _parentIndex, bytes32 _claim) payable
challengeRootL2Block(struct TypesOutputRootProof _outputRootProof, bytes _headerRLP)
claimCredit(address _recipient)
defend(bytes32 _disputed, uint256 _parentIndex, bytes32 _claim) payable
initialize() payable
move(bytes32 _disputed, uint256 _challengeIndex, bytes32 _claim, bool _isAttack) payable
resolve() returns (uint8 status_)
resolveClaim(uint256 _claimIndex, uint256 _numToResolve)
step(uint256 _claimIndex, bool _isAttack, bytes _stateData, bytes _proof)
Move(uint256 indexed parentIndex, bytes32 indexed claim, address indexed claimant)
Resolved(uint8 indexed status)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
AnchorRootNotFound()
BlockNumberMatches()
BondTransferFailed()
CannotDefendRootClaim()
ClaimAboveSplit()
ClaimAlreadyExists()
ClaimAlreadyResolved()
ClockNotExpired()
ClockTimeExceeded()
ContentLengthMismatch()
DuplicateStep()
EmptyItem()
GameDepthExceeded()
GameNotInProgress()
IncorrectBondAmount()
InvalidChallengePeriod()
InvalidClockExtension()
InvalidDataRemainder()
InvalidDisputedClaimIndex()
InvalidHeader()
InvalidHeaderRLP()
InvalidLocalIdent()
InvalidOutputRootProof()
InvalidParent()
InvalidPrestate()
InvalidSplitDepth()
L2BlockNumberChallenged()
MaxDepthTooLarge()
NoCreditToClaim()
OutOfOrderResolution()
UnexpectedList()
UnexpectedRootClaim(bytes32 rootClaim)
UnexpectedString()
ValidStep()