Kult Dolce Royals
Verified contract
Active on
Ethereum with 6,461 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "Kult Dolce Royals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279780 | 14 days ago | | | 0 | 0.0011588414 | |
| 21104824 | a month ago | | | 0 | 0.00015351573 | |
| 21104822 | a month ago | | | 0 | 0.00015366352 | |
| 21103444 | a month ago | | | 0 | 0.00014717972 | |
| 21102940 | a month ago | | | 0 | 0.00014978000 | |
| 21102225 | a month ago | | | 0 | 0.00019796211 | |
| 20997922 | 2 months ago | | | 0 | 0.00033183094 | |
| 20783000 | 3 months ago | | | 0 | 0.00041223568 | |
| 20765910 | 3 months ago | | | 0 | 0.00022830969 | |
| 20654725 | 3 months ago | | | 0 | 0.000041312229 |
ABI
ABI objects
Getter at block 21382546
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeiacruncn7fd3i5x672pmj2um4a5zgcy4olyzpaxhkinz2fxheqsza/
contractURI() view returns (string)
maxSupply() view returns (uint256)
2222
mintFeeReceiver() view returns (address)
0x85c59142b17187dfce4c1924c35ae3a105486457
name() view returns (string)
Kult Dolce Royals
owner() view returns (address)
0xa799db913c4f10762d9c45d17afad3e36be7989e
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
publicMintActive() view returns (bool)
false
publicMintFee() view returns (uint256)
35000000000000000
publicMintLimitPerTx() view returns (uint8)
1
publicMintMaxLimit() view returns (uint8)
1
royaltyAddress() view returns (address)
0x85c59142b17187dfce4c1924c35ae3a105486457
royaltyBasisPoints() view returns (uint256)
750
symbol() view returns (string)
KDROY
totalSupply() view returns (uint256)
2222
whitelistMerkleRoot() view returns (bytes32)
0x585271d30bbe4bdc4f1b95fbec28e80d30b147acc6d974521c1ff1a12c762647
whitelistMintActive() view returns (bool)
false
whitelistMintFee() view returns (uint256)
25000000000000000
whitelistMintLimitPerTx() view returns (uint8)
1
whitelistMintMaxLimit() view returns (uint8)
1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintStats(address minter) view returns (uint256 minterNumMinted, uint256 currentTotalSupply, uint256 maxSupply)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
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 (uint256)
State-modifying
Events acceptOwnership()
approve(address operator, uint256 tokenId)
cancelOwnershipTransfer()
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
mintPublic(uint8 quantity) payable
mintSeaDrop(address minter, uint256 quantity)
mintWhitelist(bytes32[] whitelistMerkleProof, uint8 quantity) payable
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config)
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, bool _publicMintActive)
setMintFeeReceiver(address mintFeeReceiver_)
setProvenanceHash(bytes32 newProvenanceHash)
setPublicMintFee(uint256 _publicMintFee)
setPublicMintLimitPerTx(uint8 _publicMintLimitPerTx)
setPublicMintMaxLimit(uint8 _publicMintMaxLimit)
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo)
setWhitelistMerkleRoot(bytes32 merkleRoot)
setWhitelistMintFee(uint256 _whitelistMintFee)
setWhitelistMintLimitPerTx(uint8 _whitelistMintLimitPerTx)
setWhitelistMintMaxLimit(uint8 _whitelistMintMaxLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newPotentialOwner)
updateAllowList(address seaDropImpl, struct AllowListData allowListData)
updateAllowedFeeRecipient(address seaDropImpl, address feeRecipient, bool allowed)
updateAllowedSeaDrop(address[] allowedSeaDrop)
updateCreatorPayoutAddress(address seaDropImpl, address payoutAddress)
updateDropURI(address seaDropImpl, string dropURI)
updatePayer(address seaDropImpl, address payer, bool allowed)
updatePublicDrop(address seaDropImpl, struct PublicDrop publicDrop)
updateSignedMintValidationParams(address seaDropImpl, address signer, struct SignedMintValidationParams signedMintValidationParams)
updateTokenGatedDrop(address seaDropImpl, address allowedNftToken, struct TokenGatedDropStage dropStage)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
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)
SeaDropTokenDeployed()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address[] allowedSeaDrop, address mintFeeReceiver_, uint256 whitelistMintFee_, uint256 publicMintFee_)
This contract contains no fallback and receive objects.
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InvalidRoyaltyBasisPoints(uint256 basisPoints)
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NotNextOwner()
OnlyAllowedSeaDrop()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
SignersMismatch()
TokenGatedMismatch()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()