Keepers
Verified contract
Proxy
Active on
Ethereum with 550 txns
Unified storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 6 additional slots
-
variable spans 6 additional slots
-
variable spans 6 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 2 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Keepers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19402192 | 8 months ago | | | 0 | 0.0058221187 | |
| 19046176 | 10 months ago | | | 0 | 0.0010468341 | |
| 18101497 | a year ago | | | 0 | 0.00089110911 | |
| 18064689 | a year ago | | | 0 | 0.0010029449 | |
| 18029172 | a year ago | | | 0 | 0.00090085847 | |
| 18029169 | a year ago | | | 0 | 0.00097217960 | |
| 18029159 | a year ago | | | 0 | 0.00083583154 | |
| 18029144 | a year ago | | | 0 | 0.00098807082 | |
| 18029132 | a year ago | | | 0 | 0.0011360259 | |
| 18023598 | a year ago | | | 0 | 0.099028098 |
ABI
ABI objects
Getter at block 21195166 facetAddresses() view returns (address[] addresses) facets() view returns (struct IDiamondReadableFacet[] diamondFacets) SPECIAL_TICKET_PATH() view returns (string) STANDARD_TICKET_PATH() view returns (string)
getFallbackAddress() view returns (address fallbackAddress)
0x0000000000000000000000000000000000000000
nomineeOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc5133f46913b7e7df1e2a4aacaed6fd82da82997
baseURI() view returns (string)
https://keepers-token-metadata.s3.amazonaws.com/
currentSupply() view returns (uint256)
500
isMintingWindowOpen() view returns (bool)
false
isOperatorFilterRegistryRevoked() view returns (bool)
false
maxCommitmentBlocks() pure returns (uint256)
100
maxSupply() view returns (uint256)
20000
minCommitmentBlocks() pure returns (uint256)
4
mintPrice() view returns (uint256)
250000000000000000
name() view returns (string)
Keepers
numPendingCommitNFTs() view returns (uint256)
0
owner() view returns (address)
0xc5133f46913b7e7df1e2a4aacaed6fd82da82997
saleCompleteTimestamp() view returns (uint256)
1693319400
saleStartTimestamp() view returns (uint256)
1693233000
symbol() view returns (string)
KEEPER
totalCommits() view returns (uint256)
500
totalSupply() view returns (uint256)
500
Read-only
facetAddress(bytes4 selector) view returns (address facet)
facetFunctionSelectors(address facet) view returns (bytes4[] selectors)
supportsInterface(bytes4 interfaceId) view returns (bool)
balanceOf(address account) view returns (uint256)
bulkCheckPendingCommit(address[] _addresses) view returns (uint256[])
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokenInfoForWallet(address wallet) view returns (struct KeepersERC721FacetTokenInfo[] tokens)
getTokensForWallet(address wallet) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
mintCountByAddress(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
pendingCommitByAddress(address addr) view returns (struct KeepersERC721StorageMintCommit)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
diamondCut(struct IDiamondWritableInternalFacetCut[] facetCuts, address target, bytes data)
setFallbackAddress(address fallbackAddress)
transferOwnership(address account)
adminMintTickets(uint256 _count)
adminRevealPendingCommits(address[] _recipients)
approve(address operator, uint256 tokenId) payable
commit(bool agreeToTermsOfService, uint128 numNFTs) payable
reveal(bytes rlpEncodedEntropyBlockHeader)
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
DiamondCut(struct IDiamondWritableInternalFacetCut[] facetCuts, address target, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
AdminMint(uint256 indexed count)
Approval(address indexed owner, address indexed operator, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Commit(address indexed user, uint128 numNFTs)
Initialized(uint8 version)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Reveal(address indexed user, uint128 numNFTs, uint8 specialTicketCount)
RevealSkipped(address recipient)
TermsAcknowledged(address user, string wheretoFindTerms)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
fallback()
receive()
DiamondWritable__InvalidInitializationParameters()
DiamondWritable__RemoveTargetNotZeroAddress()
DiamondWritable__ReplaceTargetIsIdentical()
DiamondWritable__SelectorAlreadyAdded()
DiamondWritable__SelectorIsImmutable()
DiamondWritable__SelectorNotFound()
DiamondWritable__SelectorNotSpecified()
DiamondWritable__TargetHasNoCode()
ERC165Base__InvalidInterfaceId()
Ownable__NotOwner()
Ownable__NotTransitiveOwner()
Proxy__ImplementationIsNotContract()
SafeOwnable__NotNomineeOwner()
UpgradeabilityRevoked()
AddressNotOnAllowlist(address arg0)
AddressUtils__NotContract()
AlreadyRevoked()
CommitExpired()
CommitTooNew()
ERC165Base__InvalidInterfaceId()
ERC721Base__BalanceQueryZeroAddress()
ERC721Base__ERC721ReceiverNotImplemented()
ERC721Base__InvalidOwner()
ERC721Base__MintToZeroAddress()
ERC721Base__NonExistentToken()
ERC721Base__NotOwnerOrApproved()
ERC721Base__NotTokenOwner()
ERC721Base__SelfApproval()
ERC721Base__TokenAlreadyMinted()
ERC721Base__TransferToZeroAddress()
ERC721Metadata__NonExistentToken()
EnumerableMap__IndexOutOfBounds()
EnumerableMap__NonExistentKey()
EnumerableSet__IndexOutOfBounds()
InvalidBlockHeader()
InvalidEtherAmount(uint256 arg0)
InvalidTicketAmount(uint256 arg0, uint256 arg1)
MaxTicketSupplyForSalesTierReached()
MaxTicketSupplyReached()
MaxTicketsPerAddress(uint256 arg0, uint256 arg1, uint256 arg2)
MintWindowClosed(uint256 arg0)
MintWindowOpen(uint256 arg0)
MustAgreeToTermsAndConditions()
NoPendingCommit()
NotOwnerOrMintOperator(address arg0)
OnlyOwner()
OperatorNotAllowed(address operator)
Ownable__NotOwner()
Ownable__NotTransitiveOwner()
PendingCommitAlreadyExists(uint128 numNFTs, uint128 commitBlock)
ReentrancyGuard__ReentrantCall()
TokenDoesNotExist(uint256 arg0)
TransferRestricted(uint256 tokenId)
ZeroAddressReceiver()