Kungfu Panda
Verified contract
Active on
Ethereum with 1,706 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Kungfu Panda"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16749029 | 2 years ago | | | 0 | 0.0014455828 | |
| 16749029 | 2 years ago | | | 0 | 0.0014455828 | |
| 16748831 | 2 years ago | | | 0 | 0.0018826444 | |
| 16748831 | 2 years ago | | | 0 | 0.0018826444 | |
| 16748831 | 2 years ago | | | 0 | 0.0018826444 | |
| 16748831 | 2 years ago | | | 0 | 0.0023383679 | |
| 16748831 | 2 years ago | | | 0 | 0.0023397790 | |
| 16748831 | 2 years ago | | | 0 | 0.0018840382 | |
| 16748831 | 2 years ago | | | 0 | 0.0018840382 | |
| 16748831 | 2 years ago | | | 0 | 0.0018840382 |
ABI
ABI objects
Getter at block 21157634
PRICE() view returns (uint256)
10000000000000000
PublicMerkleRoot() view returns (bytes32)
0xfea135c261060a1fed63716530dc1821144f5888f6f954f27636f0410e185f59
WhitelistMerkleRoot() view returns (bytes32)
0xfea135c261060a1fed63716530dc1821144f5888f6f954f27636f0410e185f59
isPublicSaleOn() view returns (bool)
false
maxPerAddressDuringMint() view returns (uint256)
100
name() view returns (string)
Kungfu Panda
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x574430acf0292fe4d8a1fb9cd6dc40b5131ccd3c
saleConfig() view returns (uint32 MintStartTime, uint256 Price, uint256 AmountForWhitelist, uint256 AmountForPublic)
(MintStartTime=1676602800, Price=0, AmountForWhitelist=100, AmountForPublic=100)
symbol() view returns (string)
KFP
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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 InitInfoOfSale(uint32 mintStartTime, uint256 price, uint256 amountForWhitelist, uint256 amountForPublic)
PublicMint(bytes32[] _merkleProof) payable
WhilteListMint(uint256 quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
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)
setMintStartTime(uint32 timestamp)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 price)
setPublicMerkleRoot(bytes32 _merkleRoot)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.