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 "Sad Panda"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21882922 | 5 days ago | | | 0 | 0.0000016133218 | |
| 21765273 | 8 days ago | | | 0 | 0.0000014495252 | |
| 21063665 | 24 days ago | | | 0 | 0.0000014495252 | |
| 21062985 | 24 days ago | | | 0 | 0.0000014495252 | |
| 21061798 | 24 days ago | | | 0 | 0.0000014495252 | |
| 20899844 | a month ago | | | 0 | 5.7295523e-7 | |
| 20899771 | a month ago | | | 0 | 5.6880846e-7 | |
| 20858079 | a month ago | | | 0 | 0.0000035086731 | |
| 20857963 | a month ago | | | 0 | 0.0000035086731 | |
| 20857635 | a month ago | | | 0 | 0.0000035086731 |
ABI
ABI objects
Getter at block 22105736
MAX_PER_TX() view returns (uint256)
50
MAX_PER_WALLET() view returns (uint256)
200
MAX_SUPPLY() view returns (uint256)
100000
TOTAL_SUPPLY() view returns (uint256)
2496
baseExtension() view returns (string)
.json
name() view returns (string)
Sad Panda
owner() view returns (address)
0x655638f6e3b020f264e8c2e399fdec096467b353
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
PANDA
Read-only
balanceOf(address owner) view returns (uint256)
calcMintingPrice(uint256 quantity) view returns (uint256)
freeMintList(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeFreeMint(uint256 _countMint, bool _state)
changePrice(uint256 _index, uint256 _price)
changePrice(uint256 _price1, uint256 _price2, uint256 _price3, uint256 _price4, uint256 _price5)
mint(uint256 numberToMint) 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 newBaseUri)
setBaseUriExt(string newBaseUriExt)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 name, string symbol, string base_uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.