0x643f8392271feafd42629c5cfc7d399974354e83
Unverified contract
Proxy
Active on
Ethereum with 3 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)
No balances found for "0x643f8392271feafd42629c5cfc7d399974354e83"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21370920 | 2 days ago | | | 0 | 0.00086680155 | |
| 21320792 | 9 days ago | | | 0 | 0.0012634534 | |
| 21320789 | 9 days ago | | | 0 | 0.0029074748 |
ABI
ABI objects
Getter at block 21388008
absolutePrestate() view returns (bytes32 absolutePrestate_)
0x038512e02c4c3f7bdaec27d00edf55b7155e0905301e1a88083e4e0a6764d54c
anchorStateRegistry() view returns (address registry_)
0xdb9091e48b1c42992a1213e6916184f9ebdbfedf
claimDataLen() view returns (uint256 len_)
1
clockExtension() view returns (uint64 clockExtension_)
10800
createdAt() view returns (uint64)
1732912139
extraData() pure returns (bytes extraData_)
0x00000000000000000000000000000000000000000000000000000000015fe19f
gameCreator() pure returns (address creator_)
0x642229f238fb9de03374be34b0ed8d9de80752c5
gameData() view returns (uint32 gameType_, bytes32 rootClaim_, bytes extraData_)
(gameType_=0, rootClaim_=0xd87c9c49ca93ea391f66570a8fd8a834e722295379e4563b41407b85154a8ed9, extraData_=0x00000000000000000000000000000000000000000000000000000000015fe19f)
gameType() view returns (uint32 gameType_)
0
l1Head() pure returns (bytes32 l1Head_)
0x00a13579225a2f91e427c128121e628be0eaaa32c7f649fb375aa23c6bcfba3c
l2BlockNumber() pure returns (uint256 l2BlockNumber_)
23060895
l2BlockNumberChallenged() view returns (bool)
false
l2BlockNumberChallenger() view returns (address)
0x0000000000000000000000000000000000000000
l2ChainId() view returns (uint256 l2ChainId_)
8453
maxClockDuration() view returns (uint64 maxClockDuration_)
302400
maxGameDepth() view returns (uint256 maxGameDepth_)
73
resolvedAt() view returns (uint64)
1733214611
rootClaim() pure returns (bytes32 rootClaim_)
0xd87c9c49ca93ea391f66570a8fd8a834e722295379e4563b41407b85154a8ed9
splitDepth() view returns (uint256 splitDepth_)
30
startingBlockNumber() view returns (uint256 startingBlockNumber_)
22908458
startingOutputRoot() view returns (bytes32 root, uint256 l2BlockNumber)
(root=0x12ad3cf02db7c310f9232094cfebbfcfaf37bcac28259c39f496377e15752c26, l2BlockNumber=22908458)
startingRootHash() view returns (bytes32 startingRootHash_)
0x12ad3cf02db7c310f9232094cfebbfcfaf37bcac28259c39f496377e15752c26
status() view returns (uint8)
2
version() view returns (string)
1.3.0
vm() view returns (address vm_)
0x16e83ce5ce29bf90ad9da06d2fe6a15d5f344ce4
weth() view returns (address weth_)
0xa2f2ac6f5af72e494a227d79db20473cf7a1ffe8
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()