Tiny Tamers
Verified contract
Active on
Ethereum with 1,385 txns
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 "Tiny Tamers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17053653 | 2 years ago | | | 0 | 0.0012456577 | |
| 16528611 | 2 years ago | | | 0 | 0.0013784423 | |
| 16414837 | 2 years ago | | | 0 | 0.00048155629 | |
| 16309598 | 2 years ago | | | 0 | 0.00076011936 | |
| 16309020 | 2 years ago | | | 0 | 0.00074800708 | |
| 16308865 | 2 years ago | | | 0 | 0.00072516923 | |
| 16308767 | 2 years ago | | | 0 | 0.00083744694 | |
| 16308359 | 2 years ago | | | 0 | 0.00083891478 | |
| 16308150 | 2 years ago | | | 0 | 0.00073880585 | |
| 16307259 | 2 years ago | | | 0 | 0.00073846026 |
ABI
ABI objects
Getter at block 21329716
dev() view returns (address)
0x593b94c059f37f1af542c25a0f4b22cd2695fb68
hiddenURI() view returns (string)
ipfs://bafybeib5mpfkszttrqvzuair6ej3t34ny4p6a3mhql4c5ec2ratxaqu6li/prereveal.json
isLive() view returns (bool)
true
isRevealed() view returns (bool)
true
liveAt() view returns (uint256)
1660343400
maxPerWallet() view returns (uint256)
11
maxSupply() view returns (uint256)
2223
merkleRoot() view returns (bytes32)
0xbb19777c8e9da62bd2a757152c38334f603532c41ddecef477896bbc01f04974
name() view returns (string)
Tiny Tamers
owner() view returns (address)
0xc59bb881cef2e5d551344af01524c90747510978
premintsActive() view returns (bool)
false
price() view returns (uint256)
7500000000000000
symbol() view returns (string)
TT
totalSupply() view returns (uint256)
2222
treasury() view returns (address)
0x593b94c059f37f1af542c25a0f4b22cd2695fb68
Read-only
addressToFreeMinted(address) view returns (bool)
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasWLMinted(address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _amount) payable
ownerMint(address to, uint256 _amount)
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)
setHiddenURI(string _hiddenURI)
setIsRevealed(bool _isRevealed)
setLiveAt(uint256 _liveAt)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPremintsActive(bool _premintsActive)
setPrice(uint256 _price)
setTreasury(address _treasury)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _proof)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()