Tokyo Apes
Verified contract
Active on
Ethereum with 2,329 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Tokyo Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20912204 | a month ago | | | 0 | 0.00034738789 | |
| 20159100 | 5 months ago | | | 0 | 0.000072807338 | |
| 19944056 | 6 months ago | | | 0 | 0.00016156684 | |
| 19665147 | 7 months ago | | | 0 | 0.00035691015 | |
| 19587079 | 7 months ago | | | 0 | 0.00028519971 | |
| 19180623 | 9 months ago | | | 0 | 0.0010454463 | |
| 19180603 | 9 months ago | | | 0 | 0.0011567572 | |
| 18616898 | a year ago | | | 0 | 0.00099313102 | |
| 18099048 | a year ago | | | 0 | 0.00052476003 | |
| 17428637 | a year ago | | | 0 | 0.00091377961 |
ABI
ABI objects
Getter at block 21214751
baseURI() view returns (string)
https://tokyoapes.com/api/ape/
cost() view returns (uint256)
10000000000000000
maxMint() view returns (uint256)
10
maxSupply() view returns (uint256)
8888
name() view returns (string)
Tokyo Apes
owner() view returns (address)
0xcb6df2be6e54d1d4593baaa7cb122b02926a2772
preSaleSupply() view returns (uint256)
4000
status() view returns (bool)
true
symbol() view returns (string)
TA
totalSupply() view returns (uint256)
8772
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
userBalance(address) view returns (uint256)
State-modifying
Events Mint(uint256 _mintAmount) payable
adminMint(address[] recipient)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) 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 _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setPreSaleSupply(uint256 _newSupply)
setSaleStatus(bool _status)
setmaxSupply(uint256 _newMaxSupply)
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 _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.