Yeti Town
Verified contract
Active on
Ethereum with 8,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Yeti Town"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233568 | 8 days ago | | | 0 | 0.00047257962 | |
| 20768604 | 2 months ago | | | 0 | 0.000058509600 | |
| 20620457 | 3 months ago | | | 0 | 0.00024238505 | |
| 20521833 | 3 months ago | | | 0 | 0.000054972307 | |
| 20342704 | 4 months ago | | | 0 | 0.00020516170 | |
| 20184869 | 5 months ago | | | 0 | 0.00021606590 | |
| 20167880 | 5 months ago | | | 0 | 0.00018803277 | |
| 20149202 | 5 months ago | | | 0 | 0.00011256748 | |
| 20042787 | 6 months ago | | | 0 | 0.00041517509 | |
| 19999739 | 6 months ago | | | 0 | 0.00026909307 |
ABI
ABI objects
Getter at block 21289013
MAX_TOKENS() view returns (uint256)
4444
NUMBER_RESERVED_TOKENS() view returns (uint256)
200
PRESALE_LIMIT() view returns (uint256)
4444
PRICE() view returns (uint256)
57000000000000000
name() view returns (string)
Yeti Town
notRevealedUri() view returns (string)
https://ipfs.io/ipfs/QmSJbqnoE4oJZXDiKwhRkZYZTFvwcDBXCVsWEFNY8rF6Lq?filename=prerevealYeti.json
owner() view returns (address)
0x4f2161a7d9a80045fded8215c5484306f18b438f
perAddressLimit() view returns (uint256)
6
preSaleIsActive() view returns (bool)
false
presaleTokensSold() view returns (uint256)
0
reservedTokensMinted() view returns (uint256)
200
revealed() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
YT
totalSupply() view returns (uint256)
4444
whitelist() view returns (bool)
false
Read-only
addressMintedBalance(address) view returns (uint256)
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)
flipPreSaleState()
flipSaleState()
flipWhitelistingState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount, bytes32[] proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
setPerAddressLimit(uint256 newLimit)
setPresaleLimit(uint256 newLimit)
setPrice(uint256 newPrice)
setRoot(bytes32 _root)
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.