Pudgy Pandas
Verified contract
Active on
Ethereum with 4,017 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 "Pudgy Pandas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20385288 | 4 months ago | | | 0 | 0.00024912188 | |
| 19757125 | 7 months ago | | | 0 | 0.00020538812 | |
| 19705413 | 7 months ago | | | 0 | 0.00040988126 | |
| 17859988 | a year ago | | | 0 | 0.00071460142 | |
| 16639932 | 2 years ago | | | 0 | 0.0015835476 | |
| 16416049 | 2 years ago | | | 0 | 0.00094179646 | |
| 16267976 | 2 years ago | | | 0 | 0.00059606661 | |
| 16087992 | 2 years ago | | | 0 | 0.00061182673 | |
| 15909402 | 2 years ago | | | 0 | 0.00028162354 | |
| 15879642 | 2 years ago | | | 0 | 0.00062473818 |
ABI
ABI objects
Getter at block 21316451
MintPrice() view returns (uint256)
3300000000000000
baseURI() view returns (string)
ipfs://QmTt83Ei5ZD8kGThcUCmd8f9LowPusWi3Xikx9uHbkuHKJ/
batchOneFreeMint() view returns (uint256)
3
batchThreeFreeMint() view returns (uint256)
1
batchTwoFreeMint() view returns (uint256)
2
devSupply() view returns (uint256)
88
maxMintPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
8888
mintStatus() view returns (bool)
true
name() view returns (string)
Pudgy Pandas
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc2c9f853d2e332249fc82863f9ce31415d0cc749
publicSupply() view returns (uint256)
8800
supplyBatchOne() view returns (uint256)
8888
supplyBatchThree() view returns (uint256)
8888
supplyBatchTwo() view returns (uint256)
6666
symbol() view returns (string)
Pudgy Pandas
totalSupply() view returns (uint256)
8801
Read-only
FreeMintBatch(uint256 qty) view returns (uint256)
ListWallet(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OwnerBatchMint(uint256 qty)
airdrop(address[] listedAirdrop, uint256 qty)
approve(address to, uint256 tokenId)
mint(uint256 qty) 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 baseURI_)
setBatchFreeMintOne(uint256 qty_)
setBatchFreeMintTwo(uint256 qty_)
setBatchMintThree(uint256 qty_)
setMaxSupply(uint256 maxMint_)
setPrice(uint256 price_)
setPublicMinting()
setPublicSupply(uint256 maxMint_)
setSupplyBatchFreeMintOne(uint256 qty_)
setSupplyBatchFreeMintThree(uint256 qty_)
setSupplyBatchFreeMintTwo(uint256 qty_)
setmaxMintPerTx(uint256 maxMintPerTx_)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.