CPG Pop
Verified contract
Active on
Ethereum with 9,055 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "CPG Pop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171348 | 4 days ago | | | 0 | 0.0012189744 | |
| 21167889 | 5 days ago | | | 0 | 0.0020612431 | |
| 21147781 | 8 days ago | | | 0 | 0.00027767066 | |
| 21018828 | a month ago | | | 0 | 0.00030612252 | |
| 20997800 | a month ago | | | 0 | 0.00044738458 | |
| 20953073 | a month ago | | | 0 | 0.00057202632 | |
| 20893768 | a month ago | | | 0 | 0.00034318433 | |
| 20843935 | 2 months ago | | | 0 | 0.00036047933 | |
| 20729843 | 2 months ago | | | 0 | 0.00012394170 | |
| 20728912 | 2 months ago | | | 0 | 0.000093580802 |
ABI
ABI objects
Getter at block 21203436
CLAIM_DOMAIN_SEPARATOR() view returns (bytes32)
0x5f6d50f7233d9d1fef16ddf832037c2f4164627fecaf8b8d305913463db7efe8
CLAIM_TYPEHASH() view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
DISCOUNT_DOMAIN_SEPARATOR() view returns (bytes32)
0xe7bf4efbcd080fe83daed53b6a81f4763ddeeb305b0d5c540b232aab5cf55acc
DISCOUNT_TYPEHASH() view returns (bytes32)
0x2744a6917094ca2ea2ac15d34cf9febe9c2a504b2370fa0f60e99090ad07d83e
GENESIS_MAX_PER_WALLET() view returns (uint256)
2
GENESIS_PRICE() view returns (uint256)
2250000000000000000
MAX_PER_WALLET() view returns (uint256)
1
MAX_PUBLIC_SUPPLY() view returns (uint256)
2222
MAX_RESERVED_SUPPLY() view returns (uint256)
555
MAX_SUPPLY() view returns (uint256)
2777
PRICE() view returns (uint256)
3000000000000000000
WHITELIST_DOMAIN_SEPARATOR() view returns (bytes32)
0x81072c5700fab59025275e9842330a19166f5ae84e9bd2277f3d8d52e154b5f3
WHITELIST_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
baseTokenURI() view returns (string)
ipfs://QmTwSEvovmz3YiaKi2F9r1pW7JE43RzFbsXwLSxTVyqwwx/
claimingIsActive() view returns (bool)
false
name() view returns (string)
CPG Pop
owner() view returns (address)
0xbc0ddb5c362196092404c7408b8755cf49ea623b
saleIsActive() view returns (bool)
false
symbol() view returns (string)
POP
totalReservedSupply() view returns (uint256)
555
totalSupply() view returns (uint256)
2777
whitelistIsActive() view returns (bool)
true
Read-only
allowedMintCount(address minter) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkClaimlist(uint256 count, bytes signature) view returns (bool)
checkGenesisPrice(bytes signature) view returns (bool)
checkPrice(uint256 discountedPrice, bytes signature) view returns (bool)
checkWhitelist(bytes _signature) view returns (bool)
genesisAllowedMintCount(address minter) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasUnclaimedTokens(address minter) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensClaimed(address minter) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimTokens(uint256 _count, bytes signature) payable
flipClaimState()
flipSaleState()
flipWhitelistState()
genesisMint(uint256 _count, bytes _signature) payable
mint(uint256 _count) payable
ownerMint(uint256 _count, address _recipient)
release()
releaseSplit(address _account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _customBaseURI)
setGenesisMaxPerWallet(uint256 _genesisMaxPerWallet)
setGenesisPrice(uint256 _genesisPrice)
setMaxPerWallet(uint256 _maxPerWallet)
setPrice(uint256 _tokenPrice)
setRoyaltyInfo(address _royaltyAddress, uint256 _percentage)
setSigningAddress(address newSigningKey)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _discountedPrice, bytes _signature) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _customBaseURI, address[] _payees, uint256[] _shares, uint256 _tokenPrice, uint256 _tokensForSale, uint256 _tokensReserved)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ClaimExceedsMaxReservedSupply()
ClaimExceedsMaxSupply()
ClaimingNotActive()
ContractsCannotMint()
ExceedsMaxPerWallet()
ExceedsMaxReservedSupply()
ExceedsMaxSupply()
InsufficientPayment()
InvalidSignature()
MintToZeroAddress()
MintZeroQuantity()
NoSigningKey()
OwnerQueryForNonexistentToken()
SaleNotActive()
TokensAlreadyClaimed()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistNotActive()