Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Taiketsu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20919382 | 2 months ago | | | 0 | 0.00033939703 | |
| 20904972 | 2 months ago | | | 0 | 0.00010950313 | |
| 20900268 | 2 months ago | | | 0 | 0.00013479120 | |
| 20633189 | 3 months ago | | | 0 | 0.000065957714 | |
| 20008192 | 6 months ago | | | 0 | 0.00037017147 | |
| 19707697 | 7 months ago | | | 0 | 0.00041343695 | |
| 19625086 | 8 months ago | | | 0 | 0.0012305790 | |
| 19329942 | 9 months ago | | | 0 | 0.0011992794 | |
| 19329895 | 9 months ago | | | 0 | 0.0024036578 | |
| 18982618 | a year ago | | | 0 | 0.0011183323 |
ABI
ABI objects
Getter at block 21320486
MAX_SUPPLY() view returns (uint256)
5889
isPreSaleActive() view returns (bool)
false
isPreorderMintActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
false
maxPreSalesPerAddress() view returns (uint256)
3
maxPublicSalesPerTransaction() view returns (uint256)
3
name() view returns (string)
Taiketsu
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0745cf52428ec636519056f450e04a0cb3cb47fc
preSaleMerkleRoot() view returns (bytes32)
0xf90cf6be0bb2d3b17c5c16aa3ce8cf7ca2ccc1d3519c17e6dff49e86ab111687
preSalePrice() view returns (uint256)
80000000000000000
preordersCounter() view returns (uint256)
80
preordersDataContract() view returns (address)
0x1815a17abe7630045133051ad7cb905b25d57ae9
publicSalePrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
TAIKETSU
totalSupply() view returns (uint256)
686
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)
preordersAtAddress(address _address) view returns (uint256)
presalesAtAddress(address _address) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintPreorder()
ownerMint(address _to, uint256 _count)
preSale(uint256 _count, bytes32[] _merkleProof) payable
publicSale(uint256 _count) 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)
setMerkleRoot(bytes32 _merkleRoot)
setPreSalesLimit(uint256 _count)
setStatusPreMint(bool _statusPreSale, bool _statusPreorders)
setStatusPublicSale(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.