Pecasso
Verified contract
Active on
Ethereum with 2,517 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
-
variable spans 8 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "Pecasso"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18861795 | a year ago | | | 0 | 0.00040100467 | |
| 18807257 | a year ago | | | 0 | 0.0019893414 | |
| 18779251 | a year ago | | | 0 | 0.0028010397 | |
| 18415992 | a year ago | | | 0 | 0.00084083450 | |
| 18162145 | a year ago | | | 0 | 0.00041690343 | |
| 18159616 | a year ago | | | 0 | 0.00033502417 | |
| 18099379 | a year ago | | | 0 | 0.00059980692 | |
| 18097559 | a year ago | | | 0 | 0.00030252009 | |
| 18097554 | a year ago | | | 0 | 0.00052118982 | |
| 17965082 | a year ago | | | 0 | 0.0012104778 |
ABI
ABI objects
Getter at block 21205516 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)
1500000000000000
baseURI() view returns (string)
https://app.indelible.xyz/api/png/0xb649c55ac9e436834f22281d70454a6d72bf4e0a/
isAllowListActive() view returns (bool)
true
isContractSealed() view returns (bool)
false
isMintActive() view returns (bool)
false
isPublicMintActive() view returns (bool)
false
maxPerAddress() view returns (uint256)
20
maxPerAllowList() view returns (uint256)
20
maxSupply() view returns (uint256)
6666
name() view returns (string)
Pecasso
owner() view returns (address)
0xaa578d9009505cbb40668d57ed5a1ddc35f34b8d
publicMintPrice() view returns (uint256)
10000000000000000
symbol() view returns (string)
PECASSO
totalSupply() view returns (uint256)
6666
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)
withdrawRecipients(uint256) view returns (string name, string imageUrl, address recipientAddress, uint256 percentage)
State-modifying
Events addLayer(uint256 layerIndex, struct IndelibleTraitDTO[] traits)
addTrait(uint256 layerIndex, uint256 traitIndex, struct IndelibleTraitDTO trait)
airdrop(uint256 count, address recipient) payable returns (uint256)
approve(address to, uint256 tokenId) payable
mint(uint256 count, bytes32[] merkleProof) payable returns (uint256)
reRollDuplicate(uint256 tokenIdA, uint256 tokenIdB)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
sealContract()
setAllowListPrice(uint256 price)
setApprovalForAll(address operator, bool approved)
setBackgroundColor(string color)
setBaseURI(string uri)
setContractData(struct IndelibleContractData data)
setLinkedTraits(struct IndelibleLinkedTraitDTO[] linkedTraits)
setMaxPerAddress(uint256 max)
setMaxPerAllowList(uint256 max)
setMerkleRoot(bytes32 newMerkleRoot)
setRenderOfTokenId(uint256 tokenId, bool renderOffChain)
toggleAllowListMint()
togglePublicMint()
toggleWrapSVG()
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()