Keepers
Verified contract
Active on
Ethereum with 29,762 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 "Keepers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147579 | 18 days ago | | | 0 | 0.00018795282 | |
| 21147578 | 18 days ago | | | 0 | 0.00019297980 | |
| 21106582 | 24 days ago | | | 0 | 0.000086941975 | |
| 21106028 | 24 days ago | | | 0 | 0.00010703912 | |
| 21105909 | 24 days ago | | | 0 | 0.000080369603 | |
| 21104666 | 24 days ago | | | 0 | 0.000086299500 | |
| 21104665 | 24 days ago | | | 0 | 0.000085311389 | |
| 21104664 | 24 days ago | | | 0 | 0.000085048295 | |
| 21103468 | 24 days ago | | | 0 | 0.00010385085 | |
| 21103204 | 24 days ago | | | 0 | 0.00010166145 |
ABI
ABI objects
Getter at block 21275972
MAX_ALLOW_LIST_MINTS() view returns (uint256)
2
MAX_MINT_PER_ADDRESS() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
10000
allowlistMerkleRoot() view returns (bytes32)
0x6a0250c90470faa87d5d33fde542a03b49461929e46861f6c214e4b1e53daa81
baseURI() view returns (string)
ipfs://QmP6XLgSQzgKspF3vgK3B2RnuGT1Z1Gi65V9SfVhs4p9jz/
founderslistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
futureBlockToUse() view returns (uint256)
15941151
getBaseURI() view returns (string)
ipfs://QmP6XLgSQzgKspF3vgK3B2RnuGT1Z1Gi65V9SfVhs4p9jz/
hiddenURI() view returns (string)
https://metadata.kprverse.com/hidden.json
mintedAllowlistSupply() view returns (uint256)
6914
mintedFounderslistSupply() view returns (uint256)
134
mintedPublicSupply() view returns (uint256)
2586
mintedReservedSupply() view returns (uint256)
366
name() view returns (string)
Keepers
owner() view returns (address)
0xf250d5584d682ba2f555197bd26b58e83d7ca4c6
paused() view returns (bool)
false
provenanceHash() view returns (string)
e0dad7bc28b31465903aee7b0fa3d2d1c6b28ec74f05de33ec682d85127428c4
publicPrice() view returns (uint256)
200000000000000000
revealed() view returns (bool)
true
signerAddress() view returns (address)
0x76813a60f3c54bcd4b73b04abce2d943e0c5c7af
symbol() view returns (string)
KPR
tokenIdShift() view returns (uint256)
5022
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getAllowListMints(address _minter) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFoundersListMints(address _minter) view returns (uint256)
getPublicMints(address _minter) view returns (uint256)
isAllowlisted(address _account, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isFounderslisted(address _account, uint16 _entitlementAmount, bytes32[] _merkleProof) view returns (bool)
nonceUsed(bytes32) view returns (bool)
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) payable
commit(string _provenanceHash) payable
mintAllowlist(bytes32[] _merkleProof, uint256 _amount) payable
mintFounderslist(bytes32[] _merkleProof, uint16 _entitlementAmount, uint256 _amount)
mintPublic(uint256 _amount, bytes32 _nonce, bytes32 _hash, uint8 v, bytes32 r, bytes32 s) payable
mintReserved(address _receiver, uint256 _amount) payable
ownerPullETH()
renounceOwnership()
reveal() payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAllowlistMerkleRoot(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setFounderslistMerkleRoot(bytes32 _merkleRoot)
setHiddenURI(string _hiddenURI)
setPaused(bool _state) payable
setPublicPrice(uint256 _pubPrice)
setSignerAddress(address _signer)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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(address _owner, bytes32 _allowlistMerkleRoot, bytes32 _foundersListMerkleRoot, address _signer)
This contract contains no fallback and receive objects.
AlreadyCommitted()
AlreadyRevealed()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
ContractsNotAllowed()
ETHTransferFailed()
ExceedingAllowListMaxMint()
ExceedingFoundersListEntitlements()
ExceedingMaxSupply()
HashMismatch()
IncorrectPrice()
InvalidMerkleProof()
MaxMintPerAddressExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NonceAlreadyUsed()
NotCommitted()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SignatureMismatch()
TooEarlyForReveal()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()