Kult Dolce Keys

Verified contract

Active on Ethereum with 771 txns
Deployed by via 0x3ed6a45d at 16848934
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Kult Dolce Keys"

0xda518b3459208c88324a86379d0265ef4c672fe262b0da93fdc17c22bcb0a62c
0x1f8aaad365e45b1349f701c88fd8c6ba7023659ef0f8dcf5f30af0a5a57af91d
0x4f7ef5f143d94e9e63e61010af122e2d18e6f3d2b38b9ec8117c247516e99b93
0x9388f8d6e2086682116ced09c4ca96f995f3451f74cb0241720b108b4de27247
0xff4e87afef0471f8b5909d8721e2941d6014c77b8d2d7476e18df62a592e76d5
0xe8a31d591491e2c7e4516b9bfcd84b4ed7b712e45527723dae4ae2ef294d4151
0x242abdc7c22ff3e983697fbcd7d6878ccff62fcad8c0eb6b8ede8e5c3fbc0d33
0x13afbf946be056e11b743117cab78330ac393111de096ec7c74e4ab5dd1279d6
0xddec5ae102de09115d83a2a95bc4925902ccfbace61eddc6ae0a3233fe2b8c5f
0x4292a45c8d40c73b8b6053fa528155cd345f65b714046a2b4faa9247e88f1c61

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistMinted(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address touint256 tokenId
cancelOwnershipTransfer(
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
mintTreasury(uint256 quantity
mintWhitelist(bytes32[] whitelistMerkleProofuint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newPotentialOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string newContractURI
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PotentialOwnerUpdated(address newPotentialAdministrator
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
RoyaltyInfoUpdated(address receiveruint256 bps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboluint256 reserve
Fallback and receive

This contract contains no fallback and receive objects.

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