KreepyClaim
Verified contract
Active on
Ethereum with 15,703 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 "KreepyClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185705 | 3 days ago | | | 0 | 0.0022819362 | |
| 21158272 | 7 days ago | | | 0 | 0.00098031090 | |
| 21145508 | 9 days ago | | | 0 | 0.00091573788 | |
| 21131999 | 11 days ago | | | 0 | 0.0011880876 | |
| 21125051 | 12 days ago | | | 0 | 0.00080363101 | |
| 21114989 | 13 days ago | | | 0 | 0.00054955197 | |
| 21107072 | 14 days ago | | | 0 | 0.00032068689 | |
| 21104022 | 14 days ago | | | 0 | 0.00029085794 | |
| 21101985 | 15 days ago | | | 0 | 0.00059055519 | |
| 21101643 | 15 days ago | | | 0 | 0.00064300464 |
ABI
ABI objects
Getter at block 21207882
_baseURI() view returns (string)
https://kreepyclub.io/claims/json/
claimIsActive() view returns (bool)
true
claimRoot() view returns (bytes32)
0xaf1cf8970e92a3e350bb4157bed8a5fdb0fb7671af268f702c80c80135ed2672
currentClaim() view returns (uint256)
29
owner() view returns (address)
0xa8c030a6f950537de297b67608dd3e9fe545a2a2
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
hasClaimed(address _address) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 tokenId) view returns (string)
State-modifying
Events flipClaimState()
kreepyClaimMint(bytes32[] proof)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newuri)
setClaimRoot(bytes32 root)
setCurrentClaim(uint256 newClaim)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.