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 "Topogen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18908696 | a year ago | | | 0 | 0.00059397085 | |
| 18834652 | a year ago | | | 0 | 0.00090333516 | |
| 18823646 | a year ago | | | 0 | 0.00096349344 | |
| 18761146 | a year ago | | | 0 | 0.0011402241 | |
| 16642913 | 2 years ago | | | 0 | 0.0012389700 | |
| 16642912 | 2 years ago | | | 0 | 0.0035660777 | |
| 16308160 | 2 years ago | | | 0 | 0.00076119595 | |
| 15845712 | 2 years ago | | | 0 | 0.00022446333 | |
| 15636692 | 2 years ago | | | 0 | 0.00043301498 | |
| 15574727 | 2 years ago | | | 0 | 0.00077388240 |
ABI
ABI objects
Getter at block 21203467
MAX_MULTI_MINT_AMOUNT() view returns (uint256)
32
MAX_N_TOKEN_ID() view returns (uint256)
8888
baseURI() view returns (string)
ipfs://QmVrK4P5j5EioQxDHuZ7vRPCghhSsP4f4FxtqZxJxhZR5q/
maxTokenId() view returns (uint256)
8888
maxTotalSupply() view returns (uint256)
8888
n() view returns (address)
0x05a46f1e545526fb803ff974c790acea34d1f2d6
nHoldersMintsAvailable() view returns (uint256)
8363
name() view returns (string)
CrypTopo
onlyNHolders() view returns (bool)
true
openMintsAvailable() view returns (uint256)
0
owner() view returns (address)
0x06c244a9bafbc96e609a8df32a07178552c7295a
priceForNHoldersInWei() view returns (uint256)
15000000000000000
priceForOpenMintInWei() view returns (uint256)
15000000000000000
reserveMinted() view returns (uint16)
525
reservedAllowance() view returns (uint16)
8888
symbol() view returns (string)
CRYPTOPO
totalSupply() view returns (uint256)
525
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokenId) payable
mintWithN(uint256 tokenId) payable
multiMintWithN(uint256[] tokenIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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 baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.