Nifty Ape Nation
Verified contract
Active on
Ethereum with 694 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "Nifty Ape Nation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19424972 | 8 months ago | | | 0 | 0.0024887441 | |
| 19424964 | 8 months ago | | | 0 | 0.0020719879 | |
| 19314279 | 9 months ago | | | 0 | 0.0040148859 | |
| 18654706 | a year ago | | | 0 | 0.0018811502 | |
| 18391439 | a year ago | | | 0 | 0.00065680874 | |
| 18279957 | a year ago | | | 0 | 0.00036668151 | |
| 18196448 | a year ago | | | 0 | 0.00037731843 | |
| 18196424 | a year ago | | | 0 | 0.0019849164 | |
| 17640685 | a year ago | | | 0 | 0.00060412578 | |
| 17512165 | a year ago | | | 0 | 0.00067222743 |
ABI
ABI objects
Getter at block 21201732
PRIVATE_MINT() view returns (uint8)
2
PUBLIC_MINT() view returns (uint8)
1
_contractURI() view returns (string)
https://storage.googleapis.com/niftyapenation/contract/nan_contract.json
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://storage.googleapis.com/niftyapenation/
contractURI() view returns (string)
https://storage.googleapis.com/niftyapenation/contract/nan_contract.json
maxMintAmount() view returns (uint256)
3
maxPublicSupply() view returns (uint256)
7904
maxSupply() view returns (uint256)
8888
name() view returns (string)
Nifty Ape Nation
owner() view returns (address)
0xbcb50f66241cccfdf8733625abe2f9fe838d1b54
paused() view returns (bool)
false
pricePerPublicToken() view returns (uint256)
88800000000000000
privateMintCounterStart() view returns (uint256)
7904
publicSaleDropPhase() view returns (uint256)
1
publicSaleDropSize() view returns (uint256)
888
symbol() view returns (string)
NAN
totalSupply() view returns (uint256)
481
whitelistAllowed() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCurrentCounterValue(uint8 mintType) view returns (uint256)
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 approve(address to, uint256 tokenId)
mintPrivate(uint8 numberOfTokens)
mintPublic(uint8 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string newuri)
setMaxMintAmount(uint256 newMintAmount)
setPaused(bool newState)
setPricePerPublicToken(uint256 newPrice)
setPublicSaleDropPhase(uint256 newDropPhase)
setPublicSaleDropSize(uint256 newDropSize)
setWhitelist(address[] addresses, uint8 allowedMintAmount)
setWhitelistAllowed(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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 _initBaseURI, string _initContractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.