This contract is being backfilled. You may encounter incomplete storage history.

POOBIRDS

Verified contract

Active on Ethereum with 2,500 txns
Deployed by via 0x3fd4d3af at 14976097
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "POOBIRDS"

0x70154bbd40793a467fa77760e5397857061db9162473a2c1b9574be4cbb45991
0x67272958c7be136f31b70d517e1074b526572c333fa5f4aaaa48fb3d584915b4
0xabbd36512ca3346f1547887bd0eafec036437ec1a3eeb76a31ccef137d2a080b
0x51a52759bfedf3b891eb626b45a1bb9cdefdba1e0b388fa57dbbab3304678126
From
0x138642dd5c9a4f52da24df7fa49c4c8fb0fb2c13d88670171f5bf787d921cddb
0x48701658b6caa6ec82d0db0a6eb4e280e11c53033935540b43239f9b9f192f30
0x1b7b71b0a3b69147dfeab66de2bcc12bd0d801eeaffd31892f029c54a2098610
0xd0f396a40579faa0a5c58d0e0c15b94c807bb73211518d64c25378bfae391888
0x090a2aeb1c16a399c1d9280fdbe68d48d4eb7cfb7356e02f03707f890ffae65a
0x1b0f05e4a29db3d6bb8b427756f319dd2e7a13b7ca782d04b387aefee862fffc

Functions
Getter at block 20799897
cost(view returns (uint256)
4000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmUJADupArVaX6qMLetTzdBfxJwVQmbig3PJABUkdowxjo/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5555
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
POOBIRDS
owner(view returns (address)
0x67e7dde05b7464db74b69c6527ea374f8b184fc8
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
POOB
totalSupply(view returns (uint256)
5555
uriPrefix(view returns (string)
ipfs://Qme3aDpsA1GC51WBQFtTJD8PzLeMHk1zKDftnwuHXkdCKg/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(