Kult Dolce Keys
Verified contract
Active on
Ethereum with 771 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 "Kult Dolce Keys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20850931 | 2 months ago | | | 0 | 0.00030894836 | |
| 20782997 | 2 months ago | | | 0 | 0.00027035964 | |
| 20655807 | 3 months ago | | | 0 | 0.000026927703 | |
| 19940084 | 6 months ago | | | 0 | 0.00038891599 | |
| 19899885 | 6 months ago | | | 0 | 0.00012509687 | |
| 19584579 | 8 months ago | | | 0 | 0.0014647831 | |
| 19433377 | 8 months ago | | | 0 | 0.0014337004 | |
| 18790024 | a year ago | | | 0 | 0.0019842102 | |
| 18340048 | a year ago | | | 0 | 0.00029243369 | |
| 18339976 | a year ago | | | 0 | 0.00024100576 |
ABI
ABI objects
Getter at block 21287378
baseURI() view returns (string)
https://kultdolce.io/api/kultDolceKey/
contractURI() view returns (string)
maxSupply() view returns (uint256)
2222
name() view returns (string)
Kult Dolce Keys
owner() view returns (address)
0xa799db913c4f10762d9c45d17afad3e36be7989e
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress() view returns (address)
0x85c59142b17187dfce4c1924c35ae3a105486457
royaltyBasisPoints() view returns (uint256)
750
symbol() view returns (string)
KDKEY
totalSupply() view returns (uint256)
1429
whitelistMerkleRoot() view returns (bytes32)
0x57227894c8f215a1547ff0a7ecd25e3b77144efd6d31342902717aacd14263b3
whitelistMintActive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistMinted(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
cancelOwnershipTransfer()
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
mintTreasury(uint256 quantity)
mintWhitelist(bytes32[] whitelistMerkleProof, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMaxSupply(uint256 newMaxSupply)
setMintActive(bool _whitelistMintActive)
setProvenanceHash(bytes32 newProvenanceHash)
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo)
setWhitelistMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newPotentialOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
MaxSupplyUpdated(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
RoyaltyInfoUpdated(address receiver, uint256 bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 reserve)
This contract contains no fallback and receive objects.
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InvalidRoyaltyBasisPoints(uint256 basisPoints)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NotNextOwner()
OnlyOwner()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()