EvolvedApes
Verified contract
Active on
Ethereum with 20,322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EVA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224046 | 5 days ago | | | 0 | 0.00093678264 | |
| 21223380 | 5 days ago | | | 0 | 0.0011421475 | |
| 21220468 | 6 days ago | | | 0 | 0.0011603521 | |
| 21219583 | 6 days ago | | | 0 | 0.00092827226 | |
| 21036705 | a month ago | | | 0 | 0.00071317275 | |
| 21010406 | a month ago | | | 0 | 0.00039105397 | |
| 21002929 | a month ago | | | 0 | 0.00082128576 | |
| 20916097 | 2 months ago | | | 0 | 0.00095105466 | |
| 20699465 | 3 months ago | | | 0 | 0.000076975829 | |
| 20638073 | 3 months ago | | | 0 | 0.000028917730 |
ABI
ABI objects
Getter at block 21261488
baseURI() view returns (string)
https://api.evolvedapes.com/
curTicketId() view returns (uint256)
10000
isPresaleLive() view returns (bool)
false
isPublicSaleLive() view returns (bool)
true
maxNftSupply() view returns (uint256)
10000
maxPresaleSupply() view returns (uint256)
3274
maxPresaleToMint() view returns (uint256)
2
maxPublicToMint() view returns (uint256)
10
mintPrice() view returns (uint256)
80000000000000000
name() view returns (string)
EvolvedApes
owner() view returns (address)
0x992228c6903caa66f0e79b1129d36be780eaf6ac
presaleAllowed() view returns (bool)
true
presaleStartTimestamp() view returns (uint256)
1632430771
publicSaleAllowed() view returns (bool)
true
publicSaleStartTimestamp() view returns (uint256)
1632517254
symbol() view returns (string)
EVA
totalSupply() view returns (uint256)
9981
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getUserClaimableTicketCount(address user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isInWhitelist(address user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleNumOfUser(address) view returns (uint256)
publicNumOfUser(address) view returns (uint256)
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[])
totalClaimed(address) view returns (uint256)
State-modifying
Events addToPresale(address[] addresses)
approve(address to, uint256 tokenId)
claimApes()
doPresale(uint256 numberOfTokens) payable
doPublic(uint256 numberOfTokens) payable
removeToPresale(address[] addresses)
renounceOwnership()
reserveNfts(address _to, uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxNftSupply(uint256 _maxValue)
setMaxPresaleSupply(uint256 _maxValue)
setMaxPresaleToMint(uint256 _maxValue)
setMaxPublicToMint(uint256 _maxValue)
setMintPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePresaleState(bool newStatus, uint256 timeDiff)
updatePublicSaleState(bool newStatus, uint256 timeDiff)
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 name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.