DCNT721A

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x5244b1c4 at 16645968
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional variables

No balances found for "DCNT721A"

0x745c4feaaac61427ac3a5e3b8cd7a6f3237b7cff677532d8a5653248bb7e5950
From

Functions
Getter at block 20911526
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_TOKENS(view returns (uint256)
0
baseURI(view returns (string)
contractURI(view returns (string)
contractVersion(view returns (uint32)
6
hasAdjustableCap(view returns (bool)
false
isSoulbound(view returns (bool)
false
maxTokenPurchase(view returns (uint256)
0
metadataRenderer(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0xfbe304258dcf193b9a320541985e2078ddb34287
parentIP(view returns (address)
0x0000000000000000000000000000000000000000
payoutAddress(view returns (address)
0x0000000000000000000000000000000000000000
presaleEnd(view returns (uint256)
0
presaleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
presaleStart(view returns (uint256)
0
royaltyBPS(view returns (uint256)
0
saleEnd(view returns (uint256)
0
saleIsActive(view returns (bool _saleIsActive)
false
saleIsPaused(view returns (bool)
false
saleStart(view returns (uint256)
0
splitMain(view returns (address)
0x0000000000000000000000000000000000000000
splitWallet(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
tokenGateConfig(view returns (address tokenAddressuint88 minBalanceuint8 saleType)
(tokenAddress=0x0000000000000000000000000000000000000000, minBalance=0, saleType=0)
tokenPrice(view returns (uint256)
0
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adjustCap(uint256 newCap
approve(address operatoruint256 tokenId
createSplit(address[] accountsuint32[] percentAllocationsuint32 distributorFee
distributeAndWithdraw(address accountuint256 withdrawETHaddress[] tokensaddress[] accountsuint32[] percentAllocationsuint32 distributorFeeaddress distributorAddress
distributeERC20(address tokenaddress[] accountsuint32[] percentAllocationsuint32 distributorFeeaddress distributorAddress
distributeETH(address[] accountsuint32[] percentAllocationsuint32 distributorFeeaddress distributorAddress
flipSaleState(
grantRole(bytes32 roleaddress account
initialize(address _ownerstruct EditionConfig _editionConfigstruct MetadataConfig _metadataConfigstruct TokenGateConfig _tokenGateConfigaddress _metadataRendereraddress _splitMain
mint(address touint256 numberOfTokenspayable 
mintAirdrop(address[] recipients
mintPresale(uint256 quantityuint256 maxQuantityuint256 pricePerTokenbytes32[] merkleProofpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
reserveDCNT(uint256 numReserved
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setContractURI(string uri
setMetadataRenderer(address _metadataRenderer
setPayoutAddress(address _payoutAddress
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
transferToSplit(uint256 transferETHaddress[] tokens
updateOperatorFilter(bool enableaddress operatorFilter
updatePresaleStartEnd(uint256 newStartuint256 newEnd
updateSaleStartEnd(uint256 newStartuint256 newEnd
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
Minted(address senderuint256 tokenId_
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(