ZenCatsEvolve
Verified contract
Active on
Ethereum with 1,168 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 "ZenCatsEvolve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16711049 | 2 years ago | | | 0 | 0.016665792 | |
| 16648253 | 2 years ago | | | 0 | 0.00048164148 | |
| 16648239 | 2 years ago | | | 0 | 0.00051413106 | |
| 16552110 | 2 years ago | | | 0 | 0.0056183074 | |
| 16546882 | 2 years ago | | | 0 | 0.012302492 | |
| 16441525 | 2 years ago | | | 0 | 0.0017573499 | |
| 16356120 | 2 years ago | | | 0 | 0.0021453065 | |
| 16356107 | 2 years ago | | | 0 | 0.0028690186 | |
| 16306169 | 2 years ago | | | 0 | 0.0017388205 | |
| 16267193 | 2 years ago | | | 0 | 0.0024679962 |
ABI
ABI objects
Getter at block 21207051
getAllNFTStatus() view returns (struct ZenCatsEvolve_NFTInfo[])
[]
nftAddress() view returns (address)
0xd7b287f8ef807fce5949ec64c316985b97171cd7
owner() view returns (address)
0x2deaac34edfa37638242c54b35fbb5f8c9292392
Read-only
canEvolve(uint256 _tokenId) view returns (bool, uint256)
canStake(uint256 _tokenId) view returns (bool)
canStakeMultiple(uint256[] _tokenIds) view returns (bool[])
getNFTInfo(uint256 _tokenId) view returns (struct ZenCatsEvolve_NFTInfo)
getNFTXP(uint256 _tokenId) view returns (uint256)
isStaked(uint256 _tokenId) view returns (bool)
State-modifying
Events evolve(uint256 _tokenId)
evolveMultiple(uint256[] _tokenIds)
evolveZenMaster(uint256 _tokenId1, uint256 _tokenId2)
evolveZenMasterMultiple(uint256[] _tokenIds)
renounceOwnership()
stake(uint256 _tokenId)
stakeMultiple(uint256[] _tokenIds)
transferOwnership(address newOwner)
unstake(uint256 _tokenId)
Evolve(address _owner, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address _owner, uint256 _tokenId)
UnStaked(address _owner, uint256 _tokenId)
constructor(address _nftAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.