NEO TOKYO APES
Verified contract
Active on
Ethereum with 1,035 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00001 | $3,950.20 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19077372 | a year ago | | | 0 | 0.00097690241 | |
| 18879870 | a year ago | | | 0 | 0.0013116432 | |
| 18559500 | a year ago | | | 0 | 0.0011990218 | |
| 18130592 | a year ago | | | 0 | 0.00045816666 | |
| 17967996 | a year ago | | | 0 | 0.00061951162 | |
| 16651923 | 2 years ago | | | 0 | 0.0013163128 | |
| 16635054 | 2 years ago | | | 0 | 0.0021999251 | |
| 16633806 | 2 years ago | | | 0 | 0.0011314665 | |
| 16632770 | 2 years ago | | | 0 | 0.0010176821 | |
| 16586133 | 2 years ago | | | 0 | 0.0021186636 |
ABI
ABI objects
Getter at block 21416303
MAX_MINTS_PER_TX() view returns (uint256)
10
NUM_FREE_MINTS() view returns (uint256)
4444
PUBLIC_SALE_PRICE() view returns (uint256)
20000000000000000
getBaseURI() view returns (string)
ipfs://QmRkx5HF8Qt6Y63ed3Lztxd68PcBTq9i5VJAhQdbtfXYyi
getLastTokenId() view returns (uint256)
4444
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
4444
name() view returns (string)
NEO TOKYO APES
owner() view returns (address)
0x8bd307342a83c415b2fab3fd52629a9c775c358e
symbol() view returns (string)
NTA
totalSupply() view returns (uint256)
4444
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 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 _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumFreeMints(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.