KREEPY CLUB
Verified contract
Active on
Ethereum with 20,712 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "KREEPY CLUB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167455 | 7 hours ago | | | 0 | 0.0020186468 | |
| 21157443 | 2 days ago | | | 0 | 0.00051407027 | |
| 21157443 | 2 days ago | | | 0 | 0.00089449488 | |
| 21155144 | 2 days ago | | | 0 | 0.00066647600 | |
| 21107725 | 9 days ago | | | 0 | 0.00025586242 | |
| 21103257 | 9 days ago | | | 0 | 0.00015298897 | |
| 21092361 | 11 days ago | | | 0 | 0.00046664034 | |
| 21089698 | 11 days ago | | | 0 | 0.00062217024 | |
| 21087652 | 11 days ago | | | 0 | 0.00076446140 | |
| 21084100 | 12 days ago | | | 0 | 0.00075319666 |
ABI
ABI objects
Getter at block 21169566
availableKreeps() view returns (uint256)
9999
foundersReserve() view returns (uint256)
0
kreeplistIsActive() view returns (bool)
false
kreeplistRoot() view returns (bytes32)
0x0fd0c223a5c8635d7938d4cdfb8c25948b1af6462668afd3daccd29337d657f1
kreepyKey() view returns (string)
77686e895c775db0074b2f66a6587c2a3ea780867fbdb65e1d0cb556474d8876
kreepyPrice() view returns (uint256)
69000000000000000
maxKreepPurchase() view returns (uint256)
3
maxKreeplistPurchase() view returns (uint256)
3
maxOGPurchase() view returns (uint256)
6
name() view returns (string)
KREEPY CLUB
ogRoot() view returns (bytes32)
0x4b452a7e0a7700c077a299e5a4533921def4c405a64efb6e69ad139314dd4dec
ogSaleIsActive() view returns (bool)
false
owner() view returns (address)
0xa8c030a6f950537de297b67608dd3e9fe545a2a2
saleIsActive() view returns (bool)
false
symbol() view returns (string)
KREEPS
totalSupply() view returns (uint256)
9999
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipKreeplistSale()
flipOGSale()
flipSaleState()
kreeplistMint(uint256 kreepAmount, bytes32[] proof) payable
ogMint(uint256 kreepAmount, bytes32[] proof) payable
publicMint(uint256 kreepAmount) payable
renounceOwnership()
reserveKreeps(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setKreeplistRoot(bytes32 root)
setOGRoot(bytes32 root)
setProvenanceHash(string provenanceHash)
setTheKreepyPrice(uint256 newPrice)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()