POOBLINS

Verified contract

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

No balances found for "POOBLINS"

0x4b650968540f7fb3f48515787d5c0cd959027f2153f31ac0d801b8464f6b8a1f
0xaa3190637075bae2cb263f0ae08157276ff03a82465b43a2d84708c4e32704fd
0xac69d80a07a8d5232eb23c02194fc69ee8be59d9540339f8c6ab2f6297929f37
0x2becca608f04ede62d51b48d85e3988687b5feb5d7143189223f3569895a12fa
0xf689d6821ca6fbfc9c9ae38c57c46b3a0ddf15bc6962ece5ddfd9a5e539699a5
0xa149c5c23df4eeca8ef66ae6687e766202800c5f2edf074b60012ed3ddb9829b
0xe267f558a9a838a206f4990ef1a0b28f0ea63f86fcd3f07fa85ac67b96f55623
0xd3b8c24c6cb872729c021c968484d25409f409c53d1c12a497086aaab10150bb
0x17124ad0e682a16003e080c7f101069e5dc7c1ad47cc33cf21d2e88e4f6b3f74
0xb4134ab1100e89fee5184c3ab6125d3a31fb9d5b651d02cb2fb7d4ae7b25142d

Functions
Getter at block 21223619
cost(view returns (uint256)
4000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmXnCmi71ao1uFGwYFQFVVUR7EkYZ1S2Y8giQD72f8tSz7/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5555
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
POOBLINS
owner(view returns (address)
0x67e7dde05b7464db74b69c6527ea374f8b184fc8
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
POOB
totalSupply(view returns (uint256)
3127
uriPrefix(view returns (string)
ipfs://QmcTAgiaUNwNaVaCrX87pBuJzhcrfZYXCZEGnJR79v3tu5/
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(