MythicPetFood
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MythicPetFood"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16837786 | 2 years ago | | | 0 | 0.0032954728 |
ABI
ABI objects
Getter at block 21123467
NameTokenId() view returns (uint256)
8
owner() view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
paused() view returns (bool)
false
totalFoodConsumed() view returns (uint256)
1
Read-only
allFoodConsumed(uint256) view returns (address theOwner, uint256 petFoodTokenId, string theName, uint256 thePetId, uint256 timestamp)
getFoodConsumed(uint256 startEventNumber) view returns (struct MythicPetFoodFoodConsumed[])
State-modifying
Events ChangeNameTokenId(uint256 nameTokenId)
SelfDestruct()
burnPetFood(uint256 tokenId, uint256 totalTokens, uint256 petTokenId)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updatePetName(uint256 petTokenId, string petName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PetFoodConsumed(uint256 eventId, address owner, uint256 petFoodTokenId, string nameIfAny, uint256 petTokenId, uint256 timestamp)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.