KungFu Pepe Club
Verified contract
Active on
Ethereum with 1,505 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 "KungFu Pepe Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840018 | 2 months ago | | | 0 | 0.00023276482 | |
| 16911718 | 2 years ago | | | 0 | 0.00074536323 | |
| 16660662 | 2 years ago | | | 0 | 0.00092321213 | |
| 16660657 | 2 years ago | | | 0 | 0.0014354311 | |
| 15976133 | 2 years ago | | | 0 | 0.00065315305 | |
| 15873250 | 2 years ago | | | 0 | 0.00045263160 | |
| 15873149 | 2 years ago | | | 0 | 0.00047240947 | |
| 15868896 | 2 years ago | | | 0 | 0.00063985344 | |
| 15868885 | 2 years ago | | | 0 | 0.00057272884 | |
| 15868885 | 2 years ago | | | 0 | 0.00052994798 |
ABI
ABI objects
Getter at block 21333195
MAX_FREE_PER_WALLET() view returns (uint256)
10
MAX_FREE_SUPPLY() view returns (uint256)
4888
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
4888
PRICE() view returns (uint256)
3000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeifiaiw3k63icqnt2mnd6msaskqxhkl6uq4zh2ktnyfrdiau5ch3we/
name() view returns (string)
KungFu Pepe Club
owner() view returns (address)
0xec64903c5046b37486ede5d7b70f47c97bc46deb
state() view returns (bool)
true
symbol() view returns (string)
KFPC
totalSupply() view returns (uint256)
4888
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)
qtyFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
candy(address to, uint256 count)
mint(uint256 amount) 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)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
setState(bool _state)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()