TinyPussies
Verified contract
Active on
Ethereum with 1,130 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "TinyPussies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17060191 | 2 years ago | | | 0 | 0.0012639420 | |
| 16970596 | 2 years ago | | | 0 | 0.0018478248 | |
| 16858476 | 2 years ago | | | 0 | 0.00030718754 | |
| 16717388 | 2 years ago | | | 0 | 0.00074767385 | |
| 16702293 | 2 years ago | | | 0 | 0.00099364513 | |
| 16567379 | 2 years ago | | | 0 | 0.0010526871 | |
| 16355571 | 2 years ago | | | 0 | 0.00053954285 | |
| 16098651 | 2 years ago | | | 0 | 0.00066781596 | |
| 15886453 | 2 years ago | | | 0 | 0.00064648381 | |
| 15850972 | 2 years ago | | | 0 | 0.00039956654 |
ABI
ABI objects
Getter at block 21208814 contractData() view returns (string name, string description, string image, string banner, string website, uint256 royalties, string royaltiesRecipient) contractURI() view returns (string)
allowListPrice() view returns (uint256)
5000000000000000
baseURI() view returns (string)
https://app.indelible.xyz/api/png/0xc2cad8fa3ae2c079993f827437b078b5e7ac1695/
isAllowListActive() view returns (bool)
true
isContractSealed() view returns (bool)
false
isMintActive() view returns (bool)
false
isPublicMintActive() view returns (bool)
true
maxPerAddress() view returns (uint256)
1
maxPerAllowList() view returns (uint256)
1
maxSupply() view returns (uint256)
500
name() view returns (string)
TinyPussies
owner() view returns (address)
0x08e59e15b00e73648b23f372634b1f3f4383d2bc
publicMintPrice() view returns (uint256)
5000000000000000
symbol() view returns (string)
TINYPUS
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLinkedTraits(uint256 _layerIndex, uint256 _traitIndex) view returns (uint256[])
hashToMetadata(string _hash) view returns (string)
hashToSVG(string _hash) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToHash(uint256 _tokenId) view returns (string)
tokenIdToSVG(uint256 _tokenId) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
tokensAreDuplicates(uint256 tokenIdA, uint256 tokenIdB) view returns (bool)
traitData(uint256 _layerIndex, uint256 _traitIndex) view returns (string)
traitDetails(uint256 _layerIndex, uint256 _traitIndex) view returns (struct IndelibleTrait)
State-modifying
Events addLayer(uint256 _layerIndex, struct IndelibleTraitDTO[] traits)
addTrait(uint256 _layerIndex, uint256 _traitIndex, struct IndelibleTraitDTO trait)
approve(address to, uint256 tokenId)
mint(uint256 _count, bytes32[] merkleProof) payable returns (uint256)
reRollDuplicate(uint256 tokenIdA, uint256 tokenIdB)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealContract()
setAllowListPrice(uint256 _allowListPrice)
setApprovalForAll(address operator, bool approved)
setBackgroundColor(string _backgroundColor)
setBaseURI(string _baseURI)
setContractData(struct IndelibleContractData _contractData)
setLinkedTraits(struct IndelibleLinkedTraitDTO[] linkedTraits)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerAllowList(uint256 _maxPerAllowList)
setMerkleRoot(bytes32 newMerkleRoot)
setRenderOfTokenId(uint256 _tokenId, bool _renderOffChain)
toggleAllowListMint()
togglePublicMint()
toggleWrapSVG()
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)
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()