KeyHoldersDao - Limited Edition
Verified contract
Active on
Base with 1,275 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 "KeyHoldersDao - Limited Edition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17725155 | 3 months ago | | | 0 | 0.0000093270000 | |
| 17641035 | 3 months ago | | | 0 | 1.3662619e-7 | |
| 17312677 | 3 months ago | | | 0 | 3.1753315e-7 | |
| 15539168 | 5 months ago | | | 0 | 1.7740215e-7 | |
| 15413267 | 5 months ago | | | 0 | 6.7994045e-7 | |
| 15411610 | 5 months ago | | | 0 | 5.9478261e-7 | |
| 15411600 | 5 months ago | | | 0 | 0.0000024580295 | |
| 13686432 | 6 months ago | | | 0 | 3.2250500e-7 | |
| 13453721 | 6 months ago | | | 0 | 3.2250500e-7 | |
| 13342458 | 6 months ago | | | 0 | 3.2250500e-7 |
ABI
ABI objects
Getter at block 21873747
MAX_FREE_PER_WALLET() view returns (uint256)
7000
MAX_MINTS_PER_TX() view returns (uint256)
22000
NUM_FREE_MINTS() view returns (uint256)
1000000
PUBLIC_SALE_PRICE() view returns (uint256)
3000000000000000
baseTokenURI() view returns (string)
ipfs:///
freeNFTAlreadyMinted() view returns (uint256)
70074
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000000
name() view returns (string)
KeyHoldersDao - Limited Edition
owner() view returns (address)
0x28851235a5819a9bd30587f48e93c75ece938598
symbol() view returns (string)
KeyHoldersDao
totalSupply() view returns (uint256)
70074
Read-only
balanceOf(address owner) view returns (uint256)
calculateMintingPrice(uint256 quantity) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events MintWithRewards(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()