DisputeGameFactory

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbddee1a0 at 19884569
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "DisputeGameFactory"

No transactions found for "DisputeGameFactory"


Functions
Getter at block 20912174
gameCount(view returns (uint256 gameCount_)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
version(view returns (string)
1.0.0
Read-only
findLatestGames(uint32 _gameTypeuint256 _startuint256 _nview returns (struct IDisputeGameFactoryGameSearchResult[] games_)
gameAtIndex(uint256 _indexview returns (uint32 gameType_uint64 timestamp_address proxy_)
gameImpls(uint32view returns (address)
games(uint32 _gameTypebytes32 _rootClaimbytes _extraDataview returns (address proxy_uint64 timestamp_)
getGameUUID(uint32 _gameTypebytes32 _rootClaimbytes _extraDatapure returns (bytes32 uuid_)
initBonds(uint32view returns (uint256)
State-modifying
create(uint32 _gameTypebytes32 _rootClaimbytes _extraDatapayable returns (address proxy_)
initialize(address _owner
renounceOwnership(
setImplementation(uint32 _gameTypeaddress _impl
setInitBond(uint32 _gameTypeuint256 _initBond
transferOwnership(address newOwner
Events
DisputeGameCreated(address indexed disputeProxyuint32 indexed gameTypebytes32 indexed rootClaim
ImplementationSet(address indexed impluint32 indexed gameType
InitBondUpdated(uint32 indexed gameTypeuint256 indexed newBond
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
GameAlreadyExists(bytes32 uuid
IncorrectBondAmount(
NoImplementation(uint32 gameType