Chroma Pandas
Verified contract
Active on
Ethereum with 346 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Chroma Pandas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15846413 | 2 years ago | | | 0 | 0.00024722939 | |
| 15567637 | 2 years ago | | | 0 | 0.00023765357 | |
| 14889649 | 2 years ago | | | 0 | 0.0021541169 | |
| 14874170 | 2 years ago | | | 0 | 0.00075828558 | |
| 14874111 | 2 years ago | | | 0 | 0.00059675780 | |
| 14874019 | 2 years ago | | | 0 | 0.00069715897 | |
| 14873644 | 2 years ago | | | 0 | 0.0015979358 | |
| 14872565 | 2 years ago | | | 0.003 | 0.00072981820 | |
| 14872085 | 2 years ago | | | 0 | 0.0010462145 | |
| 14872070 | 2 years ago | | | 0.015 | 0.00076116813 |
ABI
ABI objects
Getter at block 21265582
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmWaYRru5cJ4MbRS3SBzNQYXPwS93rRa8b1crh9DrkVg4i/
maxFreeMintPerWallet() view returns (uint256)
5
maxFreeSupply() view returns (uint256)
250
maxMintPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
750
name() view returns (string)
Chroma Pandas
owner() view returns (address)
0x012222cc52b3b5634d0cfae8b653cafb1c2c0c66
price() view returns (uint256)
3000000000000000
status() view returns (bool)
true
symbol() view returns (string)
PANDAS
totalSupply() view returns (uint256)
750
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeMaxSupply(uint256 amount)
setMaxFreePerWallet(uint256 amount)
setMaxSupply(uint256 amount)
setMintPrice(uint256 _newPrice)
setStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()