Spirit Orb Pets v1
Verified contract
Active on
Ethereum with 520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeaf5…3f00
Balances ($0.00)
No balances found for "Spirit Orb Pets v1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19045421 | a year ago | | | 0 | 0.00074558085 | |
| 18866801 | a year ago | | | 0 | 0.00057426245 | |
| 16292928 | 2 years ago | | | 0 | 0.00084797434 | |
| 15859332 | 2 years ago | | | 0 | 0.00046756873 | |
| 15441736 | 2 years ago | | | 0 | 0.00035475369 | |
| 15195372 | 2 years ago | | | 0 | 0.00048847957 | |
| 15094123 | 2 years ago | | | 0 | 0.00053555712 | |
| 15094121 | 2 years ago | | | 0 | 0.00050637164 | |
| 15094121 | 2 years ago | | | 0 | 0.00050545078 | |
| 15050242 | 2 years ago | | | 0 | 0.0032638643 |
ABI
ABI objects
Getter at block 21415867
MAX_PET_LEVEL() view returns (uint8)
30
MAX_PET_SUPPLY() view returns (uint256)
7777
SOPv0() view returns (address)
0xeaf546758e6e1ebcaf0b1d7e0bac5b7262c73f00
_paused() view returns (bool)
false
_whitelistPaused() view returns (bool)
false
getApprovedContractList() view returns (address[])
[0x1F005Caa3532afb0A32e9ed19c69014a3E909cE4]
getMaxPetLevel() pure returns (uint8)
30
getPausedState() view returns (bool)
false
getPrice() view returns (uint256)
70000000000000000
name() view returns (string)
Spirit Orb Pets v1
owner() view returns (address)
0xfcf180ead0f97bf3f6061c0d5b760f06b8f40540
symbol() view returns (string)
SOPV1
totalSupply() view returns (uint256)
790
Read-only
_approvedContracts(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPetCooldowns(uint16 id) view returns (uint64 cdPlay, uint64 cdFeed, uint64 cdClean, uint64 cdTrain, uint64 cdDaycare)
getPetInfo(uint16 id) view returns (uint8 level, bool active)
hasV0PetClaimedWhitelist(uint16 petNumber) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
petName(uint16) view returns (string)
pets(uint16) view returns (uint16 id, uint8 level, bool active, uint64 cdPlay, uint64 cdFeed, uint64 cdClean, uint64 cdTrain, uint64 cdDaycare)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events addApprovedContract(address addr)
approve(address to, uint256 tokenId)
mintPet(uint256 numberOfPets) payable
mintPetWhitelisted(uint256[] petIdsToClaimFor) payable
removeApprovedContract(uint256 index)
renounceOwnership()
reserveGiveaway()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPetActive(uint16 id, bool active)
setPetCdClean(uint16 id, uint64 cdClean)
setPetCdDaycare(uint16 id, uint64 cdDaycare)
setPetCdFeed(uint16 id, uint64 cdFeed)
setPetCdPlay(uint16 id, uint64 cdPlay)
setPetCdTrain(uint16 id, uint64 cdTrain)
setPetLevel(uint16 id, uint8 level)
setPetName(uint16 id, string name)
setSOPV0Contract(address sopv0Address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseMint()
unpauseWhiteList()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address sender, uint256 numberOfPets)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.