Keepers

Verified contract

Active on Ethereum with 29,739 txns
Deployed by via 0x3180aca6 at 15883147
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Keepers"

0x5603445ef5bbc959ce04453ac70535617279adf112c38ed42899af35d03c20d6
0x97e2cdf0e9614d35d12cd11e6bf276e0213b0cae24e0e8c41a1d0775667c8ba0
From
0x2491b331d6247eb5b7fad640ef333871a74194ee7ac1d7c2551adf1a34117826
0xe8df7394eba5d4d247c298d5fa74b42255a89a1abedee21da46a72a82de2e017
From
0x818b5e61fa2abf05d4dd4311de812fff78a61fc00ecb3fc50e909284bad7cb88
0xcec9ca4e7a133329ad5768ea5e637f5c21510f6a59847390fd85ece3efa36529
0xd795235b6b4cf53150bcff7544f7c2e7cc82fd06da78e26f8faa27176be5acb4
0x760d8297f90d94f3e7d24a384947494ee27f93769f34451b8b2c71a8bfc2c3e8
0x6f804601d9269c8b0937e5594c88a4d735dbd7de00b0d6283cd092ebad8ae5dd
0xaee6599ef776dfd87d05620548ff4a6aa5418ccbd1c2a3ba4c243acc8c665c73

Functions
Getter at block 20865583
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 ownerview returns (uint256)
getAllowListMints(address _minterview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getFoundersListMints(address _minterview returns (uint256)
getPublicMints(address _minterview returns (uint256)
isAllowlisted(address _accountbytes32[] _merkleProofview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isFounderslisted(address _accountuint16 _entitlementAmountbytes32[] _merkleProofview returns (bool)
nonceUsed(bytes32view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
commit(string _provenanceHashpayable 
mintAllowlist(bytes32[] _merkleProofuint256 _amountpayable 
mintFounderslist(bytes32[] _merkleProofuint16 _entitlementAmountuint256 _amount
mintPublic(uint256 _amountbytes32 _noncebytes32 _hashuint8 vbytes32 rbytes32 spayable 
mintReserved(address _receiveruint256 _amountpayable 
ownerPullETH(
renounceOwnership(
reveal(payable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAllowlistMerkleRoot(bytes32 _merkleRoot
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setFounderslistMerkleRoot(bytes32 _merkleRoot
setHiddenURI(string _hiddenURI
setPaused(bool _statepayable 
setPublicPrice(uint256 _pubPrice
setSignerAddress(address _signer
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _ownerbytes32 _allowlistMerkleRootbytes32 _foundersListMerkleRootaddress _signer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(