Noun Peepos
Verified contract
Active on
Ethereum with 1,126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 3 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Noun Peepos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102001 | a month ago | | | 0 | 0.00015402575 | |
| 21084822 | a month ago | | | 0 | 0.00038449030 | |
| 21076512 | a month ago | | | 0 | 0.00054225557 | |
| 20928740 | 2 months ago | | | 0 | 0.00060610000 | |
| 20404916 | 4 months ago | | | 0 | 0.000037587211 | |
| 20270529 | 5 months ago | | | 0 | 0.00026941916 | |
| 19248841 | 10 months ago | | | 0 | 0.00071143286 | |
| 19248835 | 10 months ago | | | 0 | 0.00072867948 | |
| 18899482 | a year ago | | | 0 | 0.0030965633 | |
| 18286639 | a year ago | | | 0 | 0.00021346871 |
ABI
ABI objects
Getter at block 21379550 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)
0
baseURI() view returns (string)
isAllowListActive() view returns (bool)
true
isContractSealed() view returns (bool)
false
isMintActive() view returns (bool)
false
isPublicMintActive() view returns (bool)
true
maxPerAddress() view returns (uint256)
50
maxPerAllowList() view returns (uint256)
25
maxSupply() view returns (uint256)
9999
name() view returns (string)
Noun Peepos
owner() view returns (address)
0xaf2ab6d0e8f69656e7c8c967351de32f0d60fe76
publicMintPrice() view returns (uint256)
2000000000000000
symbol() view returns (string)
NP
totalSupply() view returns (uint256)
9999
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)
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()