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 "Cutetis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20208927 | 5 months ago | | | 0 | 0.00014487423 | |
| 17515925 | a year ago | | | 0 | 0.0013974804 | |
| 15862480 | 2 years ago | | | 0 | 0.00030852725 | |
| 15786211 | 2 years ago | | | 0 | 0.00076926163 | |
| 15784859 | 2 years ago | | | 0 | 0.0015674711 | |
| 15743015 | 2 years ago | | | 0 | 0.00053592484 | |
| 15728553 | 2 years ago | | | 0 | 0.0010136352 | |
| 15711686 | 2 years ago | | | 0 | 0.0019420766 | |
| 15710340 | 2 years ago | | | 0 | 0.00090633368 | |
| 15710340 | 2 years ago | | | 0 | 0.00090633368 |
ABI
ABI objects
Getter at block 21393121
baseURI() view returns (string)
ipfs://QmTn7A8wdFBaqzVYcrXFUuQmmNaujBnm1D6toa3568vvBk/
getPrice() view returns (uint256)
0
getSaleState() view returns (uint8)
2
getSupply() view returns (uint256)
2888
maxBatch() view returns (uint256)
5
name() view returns (string)
Cutetis
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x47f6bb0325e8b089ea6893827988da72623c3d66
price() view returns (uint256)
0
symbol() view returns (string)
Cutetis
totalCount() view returns (uint256)
2888
totalSupply() view returns (uint256)
2888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPresaleAllowance(address _to) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _account) view returns (bool)
isWhitelisted(address _account, uint256 _count) 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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giftTo(uint256 _times, address _to)
presaleMint(uint256 _times) payable
publicMint(uint256 _times) 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 _newURI)
setPresaleAllowance(address _to, uint256 _allowance)
setPresaleAllowances(address[] _to, uint256 _allowance)
setPrice(uint256 _price)
setSaleState(uint8 _state)
setSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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_, uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.