Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOCKS | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154798 | 10 days ago | | | 0 | 0.00044640023 | |
| 20841894 | 2 months ago | | | 0 | 0.00052911993 | |
| 20817831 | 2 months ago | | | 0 | 0.00088810699 | |
| 20700252 | 2 months ago | | | 0 | 0.000049497305 | |
| 20688889 | 2 months ago | | | 0 | 0.00017266415 | |
| 20580546 | 3 months ago | | | 0 | 0.000042434562 | |
| 20553112 | 3 months ago | | | 0 | 0.000072589732 | |
| 20327675 | 4 months ago | | | 0 | 0.00064091965 | |
| 20326336 | 4 months ago | | | 0 | 0.00034535896 | |
| 19406790 | 8 months ago | | | 0 | 0.0026786291 |
ABI
ABI objects
Getter at block 21223774
maxSupply() view returns (uint256)
1500
mintRate() view returns (uint256)
80000000000000000
name() view returns (string)
Eva
notRevealedUri() view returns (string)
ipfs://QmRwfWQtubna14p3zdCqdNHAkrEPFhLP5j6SMwYb9AE5zZ
owner() view returns (address)
0x3f078b3ad11468fdad3007f08147e5a8fafaff9e
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
EVA
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
checkUpkeep(bytes) view returns (bool upkeepNeeded, bytes)
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 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Devmint(uint256 quantity, address _to)
altWithdraw(uint256 _amount, address _to)
approve(address to, uint256 tokenId)
devReveal()
keepersReveal()
mint(uint256 quantity) payable
performUpkeep(bytes)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setImgEnd(string newImgEnd)
setNotRevealedURI(string _notRevealedURI)
setPublicMintPrice(uint256 _price)
setSaleActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseUri, string _notRevealedUri, string _imgEnd)
This contract contains no fallback and receive objects.
URIQueryForNonexistentToken()