PopCult
Verified contract
Active on
Ethereum with 1,174 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "PopCult"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19600157 | 8 months ago | | | 0 | 0.00065536930 | |
| 19374777 | 9 months ago | | | 0 | 0.0027619611 | |
| 18642077 | a year ago | | | 0 | 0.0017515476 | |
| 18341642 | a year ago | | | 0 | 0.00047103818 | |
| 18248516 | a year ago | | | 0 | 0.00018035617 | |
| 17311549 | 2 years ago | | | 0 | 0.0012722036 | |
| 17157391 | 2 years ago | | | 0 | 0.00085752415 | |
| 16959010 | 2 years ago | | | 0 | 0.00087108963 | |
| 16906586 | 2 years ago | | | 0 | 0.00084090457 | |
| 16757422 | 2 years ago | | | 0 | 0.0016985176 |
ABI
ABI objects
Getter at block 21315756
isPublicSaleOpen() view returns (bool)
false
isRevealed() view returns (bool)
true
isWhitelistSaleOpen() view returns (bool)
false
maxPublicPerWallet() view returns (uint256)
30
maxSupply() view returns (uint256)
10000
maxWhitelistPerWallet() view returns (uint256)
1
maxWhitelistTokens() view returns (uint256)
600000000000000
name() view returns (string)
PopCult
owner() view returns (address)
0xc3a038884fe8057a3d12f4d8b752ac0eff0683bc
paused() view returns (bool)
false
publicEtherCost() view returns (uint256)
9400000000000000
publicUSDCCost() view returns (uint256)
15
symbol() view returns (string)
POPC
totalSupply() view returns (uint256)
777
treasuryWallet() view returns (address)
0x33065df2f02dc1287e0e2f108e31fcbc48732d64
unRevealedMetadataURL() view returns (string)
ipfs://QmcnoDWUA65mZCPMbyj9jSp7vE33gXrJjg76YMAf5n54Ek/hidden.json
usdcAddress() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
whitelistEtherCost() view returns (uint256)
600000000000000
whitelistMerkleRoot() view returns (bytes32)
0xa3813884d66f5018ddcb808dafdbfeda60d38665b691fa11126988ad51d1696d
whitelistTokenCount() view returns (uint256)
0
whitelistUSDCCost() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintCounts(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistMintCounts(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
clearWhitelistCounter()
mintTo(address to, uint256 _mintAmount)
pause()
publicMint(uint256 _mintAmount, bool _isUSDC) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxPublicPerWallet(uint256 _max)
setMaxWhitelistPerWallet(uint256 _max)
setMaxWhitelistTokens(uint256 _maxWhitelistTokens)
setPublicEtherCost(uint256 _etherCost)
setPublicUSDCCost(uint256 _usdcCost)
setTreasuryWallet(address _treasuryWallet)
setUnRevealedMetadataURL(string _unRevealedMetadataURL)
setWhiteListMerkleRoot(bytes32 merkleRoot)
setWhitelistEtherCost(uint256 _etherCost)
setWhitelistUSDCCost(uint256 _usdcCost)
togglePublicSale()
toggleReveal()
toggleWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 _mintAmount, bool _isUSDC, bytes32[] merkleProof) payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _usdcAddress, address _treasuryWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()