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 "PetCardData"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15904521 | 2 years ago | | | 0 | 0.00037308027 | |
| 15904518 | 2 years ago | | | 0 | 0.00062818077 | |
| 15904066 | 2 years ago | | | 0 | 0.00065366828 | |
| 15589429 | 2 years ago | | | 0 | 0.00035288015 | |
| 15589427 | 2 years ago | | | 0 | 0.00031412007 | |
| 15589425 | 2 years ago | | | 0 | 0.00034197455 | |
| 15589423 | 2 years ago | | | 0 | 0.00036297060 | |
| 15589401 | 2 years ago | | | 0 | 0.00035270521 | |
| 15589399 | 2 years ago | | | 0 | 0.00034551385 | |
| 15589383 | 2 years ago | | | 0 | 0.00033220293 |
ABI
ABI objects
Getter at block 21210609
creatorAddress() view returns (address)
0x20886ba6fd8731ed974ba00108f043fc9006e1f8
getTotalPetCardSeries() view returns (uint8)
19
getTotalPets() view returns (uint256)
3476
isMaintenanceMode() view returns (bool)
true
totalPetCardSeries() view returns (uint8)
19
totalPets() view returns (uint64)
3476
totalSeraphims() view returns (uint16)
1
Read-only
getOwnerPetCount(address _owner) view returns (uint256)
getPet(uint256 _petId) view returns (uint256 petId, uint8 petCardSeriesId, string name, uint8 luck, uint16 auraRed, uint16 auraBlue, uint16 auraYellow, uint64 lastTrainingTime, uint64 lastBreedingTime, address owner)
getPetByIndex(address _owner, uint256 _index) view returns (uint256)
getPetCardSeries(uint8 _petCardSeriesId) view returns (uint8 petCardSeriesId, uint32 currentPetTotal, uint32 maxPetTotal)
getRandomNumber(uint16 maxRandom, uint8 min, address privateAddress) view returns (uint8)
ownerPetCollection(address, uint256) view returns (uint64)
petCardSeriesCollection(uint8) view returns (uint8 petCardSeriesId, uint32 currentPetTotal, uint32 maxPetTotal)
petCollection(uint256) view returns (uint64 petId, uint8 petCardSeriesId, address owner, string name, uint8 luck, uint16 auraRed, uint16 auraYellow, uint16 auraBlue, uint64 lastTrainingTime, uint64 lastBreedingTime, uint256 price)
seraphims(address) view returns (bool)
State-modifying
Events addSERAPHIM(address _newSeraphim)
createPetCardSeries(uint8 _petCardSeriesId, uint32 _maxTotal) returns (uint8)
ownerPetTransfer(address _to, uint64 _petId)
removeSERAPHIM(address _oldSeraphim)
setPet(uint8 _petCardSeriesId, address _owner, string _name, uint8 _luck, uint16 _auraRed, uint16 _auraYellow, uint16 _auraBlue) returns (uint64)
setPetAuras(uint64 _petId, uint8 _auraRed, uint8 _auraBlue, uint8 _auraYellow)
setPetLastBreedingTime(uint64 _petId)
setPetLastTrainingTime(uint64 _petId)
setPetName(string _name, uint64 _petId)
transferPet(address _from, address _to, uint64 _petId) returns (uint8)
updateMaintenanceMode(bool _isMaintaining)
CreatedPet(uint64 petId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.