FightingFacet
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "FightingFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FightingFacet"
ABI
ABI objects
Getter at block 22911649
This contract contains no getter function objects.
Read-only
generateRandomHash(uint256 petId) view returns (bytes32)
waitingForReveal(uint256 petId) view returns (bool)
State-modifying
Events clearCommit(uint256 petId)
commit(uint256 petId, bytes32 commitHash) payable
initialize(address artefactAddress_)
reveal(uint256 petId, bytes32 nonce)
setArtefactContract(address _address)
setWinningCap(uint256 _cap)
CommitCleared(address indexed user, uint256 indexed petId, bytes32 commitHash)
CommitMade(address indexed user, uint256 indexed petId, bytes32 commitHash)
ResultMade(address indexed user, uint256 indexed petId, bool outcome)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
NotContractOwner(address _user, address _contractOwner)