Pop Art Cats
Verified contract
Active on
Ethereum with 21,803 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe722…fb08
Balances ($0.00)
No balances found for "Pop Art Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304340 | 9 minutes ago | | | 0 | 0.00069533052 | |
| 21301346 | 10 hours ago | | | 0 | 0.00052362649 | |
| 21300234 | 14 hours ago | | | 0 | 0.00018852151 | |
| 21300233 | 14 hours ago | | | 0 | 0.00033201792 | |
| 21296731 | a day ago | | | 0 | 0.00041414121 | |
| 21294813 | a day ago | | | 0 | 0.00076519648 | |
| 21290657 | 2 days ago | | | 0 | 0.00027183170 | |
| 21274898 | 4 days ago | | | 0 | 0.00043865144 | |
| 21274616 | 4 days ago | | | 0 | 0.00049957753 | |
| 21270925 | 5 days ago | | | 0 | 0.00023086049 |
ABI
ABI objects
Getter at block 21304383
MAX_PER_TX() view returns (uint256)
10
MAX_PER_WALLET() view returns (uint256)
6
MAX_SUPPLY() view returns (uint256)
10000
MAX_WHITELIST() view returns (uint256)
3
RESERVES() view returns (uint256)
200
baseURI() view returns (string)
https://pop-art-cats.s3.us-east-2.amazonaws.com/
extension() view returns (string)
.json
merkleRoot() view returns (bytes32)
0x8a0f7b44651d90e51031a8edc798ac1699013854fef928d461466cd73ecb9d76
name() view returns (string)
Pop Art Cats
owner() view returns (address)
0x0d5bd8bfed954e4f1bdebac4df1445eab8be46b0
paused() view returns (bool)
false
priceInWei() view returns (uint256)
180000000000000000
priceWhitelist() view returns (uint256)
90000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
CATS
totalSupply() view returns (uint256)
10000
whitelistActive() view returns (bool)
false
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
collectReserves()
mint(uint256 count) payable
pause(bool _state)
renounceOwnership()
reveal(string revealedURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setExtension(string _extension)
setMaxPerTx(uint256 _max_per_tx)
setMaxPerWallet(uint256 _max_per_wallet)
setMaxWhitelist(uint256 _max_whitelist)
setPriceInWei(uint256 _price)
setPriceWhitelist(uint256 _price)
setWhitelistActive(bool _whitelistActive)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, uint256 dummy, bytes32[] proof) payable
withdraw() 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 _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.