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 "CozyYety"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20307663 | 4 months ago | | | 0 | 0.00013211648 | |
| 16104369 | 2 years ago | | | 0 | 0.00059050903 | |
| 16104339 | 2 years ago | | | 0 | 0.0011587139 | |
| 14984804 | 2 years ago | | | 0 | 0.00089998260 | |
| 14943989 | 2 years ago | | | 0 | 0.0034707104 | |
| 14943982 | 2 years ago | | | 0 | 0.0036611387 | |
| 14406856 | 3 years ago | | | 0 | 0.0046810141 | |
| 14246182 | 3 years ago | | | 0 | 0.0065577620 | |
| 14032704 | 3 years ago | | | 0 | 0.0064800341 | |
| 14032704 | 3 years ago | | | 0 | 0.0066121272 |
ABI
ABI objects
Getter at block 21264767
YETY_MAX() view returns (uint256)
3888
YETY_PER_PRIVATE_MINT() view returns (uint256)
3
YETY_PER_PUBLIC_MINT() view returns (uint256)
20
YETY_PRICE() view returns (uint256)
0
YETY_PRIVATE() view returns (uint256)
500
locked() view returns (bool)
false
name() view returns (string)
CozyYety
owner() view returns (address)
0xdc5924c6fd5726741c6a27a35bd555c2476466dc
presaleLive() view returns (bool)
false
privateAmountMinted() view returns (uint256)
26
saleLive() view returns (bool)
true
symbol() view returns (string)
YETY
totalSupply() view returns (uint256)
203
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)
buy(uint256 tokenQuantity) payable
founderMint(uint256 tokenQuantity)
gift(address[] receivers)
lockMetadata()
presaleBuy(bytes signature, uint256 tokenQuantity) 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 URI)
setMax(uint256 count)
setPrice(uint256 price)
setPrivate(uint256 count)
setPrivateTxMax(uint256 count)
setPublicTxMax(uint256 count)
togglePresaleStatus()
toggleSaleStatus()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.