Keepers

Verified contract

Active on Ethereum with 315 txns
Deployed by via 0xbef3b43a at 15871082
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"

0xc35c3c74e997bd7da5cc7a09a0236305d8ff36106dee80a1533557208028234c
0x894f7f2f1de0601af2466066c425f58ff7088f6fe888618af6dc2ce13aa52fd1
0xbadd12b457eb93251bd2456df9e9bd2fade517049e2bd4b69f45d44e516418dc
0xbf4d04968a1a16d1c79916ac574e53ede6fba0093fbf8ca911e5c391ba47595c
0x5fd73a9df2ba9fe49581362236430f2276c88ffe740719970498d429736229d4
0x3432095a19a5229edd71de8124d957521d8e78ef1b1dab4abd70e3f2edcb67d8
0xdef8cef1c12678b713f93f4449d832f9e106f21ca5ad074a3e6f1e2cbaf8f9a4
0x794628f1ca064a3ad51848d32d28cb59007d0cc6a033ee2e5ed6528bc0ac6fad
0x57f8362b17fc35254e990398fb074f8d5bca130cf2f695442b6ff2f1613ae11a
0x4b2e5836ec57b198747ddbedc10a709e200cbd509bfa5d67b1452b09d5ac234b

Functions
Getter at block 21206361
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)
founderslistMerkleRoot(view returns (bytes32)
0x780dac75ec31829c530d3fc42958b57b621dcfd25decb7ef74253a4863e5d0de
futureBlockToUse(view returns (uint256)
0
getBaseURI(view returns (string)
hiddenURI(view returns (string)
https://metadata.kprverse.com/metadata/DONOTTRADE.json
mintedAllowlistSupply(view returns (uint256)
26
mintedFounderslistSupply(view returns (uint256)
0
mintedPublicSupply(view returns (uint256)
0
mintedReservedSupply(view returns (uint256)
1
name(view returns (string)
Keepers
owner(view returns (address)
0x92a71ce6bb71f40a4d6d47ed17a3856a8223c0e0
paused(view returns (bool)
true
provenanceHash(view returns (string)
publicPrice(view returns (uint256)
200000000000000000
revealed(view returns (bool)
false
signerAddress(view returns (address)
0x76813a60f3c54bcd4b73b04abce2d943e0c5c7af
symbol(view returns (string)
KPR
tokenIdShift(view returns (uint256)
0
totalSupply(view returns (uint256)
27
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(
InsufficientETH(
InvalidMerkleProof(
MaxMintPerAddressExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NonceAlreadyUsed(
NotCommitted(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RefundOverpayFailed(
SignatureMismatch(
TooEarlyForReveal(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(