EvaTurtleNFT
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "EvaTurtleNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12973858 | 3 years ago | | | 0.1 | 0.0012860000 | |
| 12973848 | 3 years ago | | | 0.1 | 0.0015432000 |
ABI
ABI objects
Getter at block 21216668 GetBalance() view returns (uint256) GetLogicContract() view returns (address)
GetEvaContract() view returns (address)
0x0000000000000000000000000000000000000000
GetMaxTokenCount() view returns (uint256)
0
IsInitialized() view returns (bool)
false
IsPromotionEnabled() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x7047e57ec814585b245aa186d8f671e5c25797ee
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
IsEvaTokenClaimable(uint256 evaTokenId) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events ClaimPets(uint256[] evaTokens)
Initialize(address evaverseAddress)
MintEvaNFTandPet(uint256 count) payable
SendGiftToWinners(address[] winners)
SetMaxTokenCount(uint256 newMaxCount)
SetOwner(address newOwner)
SetPause(bool pause)
SetPromotionState(bool enabled)
WithdrawBalance(address payTo, uint256 amount)
approve(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.