AttackFacet
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 "AttackFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AttackFacet"
ABI
ABI objects
Getter at block 21891079
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events attackCommit(uint256 attackerId, uint256 targetId, bytes32 nonce, bytes32 commit, bytes signature)
attackReveal(uint256 attackerId, bytes reveal)
Attack(uint256 attacker, uint256 winner, uint256 loser, uint256 scoresWon, bytes32 nonce)
AttackCommit(uint256 attackerId, uint256 targetId, bytes32 nonce, bytes32 commit)
KillPetFailed(uint256 attackerId, uint256 targetId, address receiver, uint256 reward)
KilledPet(uint256 attackerId, uint256 targetId, address receiver, uint256 reward)
KnockPetFailed(uint256 attackerId, uint256 targetId, address receiver, uint256 reward)
KnockedOutPet(uint256 attackerId, uint256 targetId, address receiver, uint256 reward)
RedeemRewards(uint256 indexed petId, uint256 reward)
ReferralReward(uint256 indexed petId, address indexed refAddress, uint256 refAmount)
UpdatedPetPoints(uint256 indexed petId, int256 attackPoints, int256 defensePoints)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AttackNotSelf()
AttackTooEarly(uint256 petId)
CommitRevealMismatch()
InvalidSignature()
NeedToRevealFirst(bytes32 commit)
NoPendingRequest()
NonceAlreadyUsed()
PetDead()