Neon Ape Yacht Club
Verified contract
Active on
Ethereum with 1,126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.74)
Native
Value
$16.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,348.25 |
$16.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20506132 | 3 months ago | | | 0 | 0.000070524081 | |
| 20336918 | 4 months ago | | | 0 | 0.00013828277 | |
| 18955577 | a year ago | | | 0 | 0.0014079796 | |
| 18230887 | a year ago | | | 0 | 0.00031679492 | |
| 18230886 | a year ago | | | 0 | 0.00032422870 | |
| 18230886 | a year ago | | | 0 | 0.00032406017 | |
| 17760857 | a year ago | | | 0 | 0.00041170281 | |
| 17760856 | a year ago | | | 0 | 0.00040040448 | |
| 17187231 | 2 years ago | | | 0 | 0.0036426404 | |
| 17114744 | 2 years ago | | | 0 | 0.0018349854 |
ABI
ABI objects
Getter at block 21261895
ApeUri() view returns (string)
ipfs://QmU37SnDc6HiZac7ULsYAUsCz4uAzq37aTayE8ST2HmvS7/unrevealed.json
cost() view returns (uint256)
0
freeMints() view returns (uint256)
2222
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
6666
name() view returns (string)
Neon Ape Yacht Club
neonExtension() view returns (string)
.json
neonURI() view returns (string)
.
owner() view returns (address)
0x6880c87e030fa0a1700f2602e6f988207e2d9388
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
NAYC
totalSupply() view returns (uint256)
6666
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
removeWhitelistUser(address _user)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApeURI(string _ApeURI)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setNeonExtension(string _newNeonExtension)
setNeonURI(string _newNeonURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
withdraw() payable
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, string _initNeonURI, string _initApeUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.