DCNT721A

Verified contract

Implementation

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

No balances found for "DCNT721A"

No transactions found for "DCNT721A"


Functions
Getter at block 20908606
MAX_TOKENS(view returns (uint256)
0
baseURI(view returns (string)
contractURI(view returns (string)
hasAdjustableCap(view returns (bool)
false
maxTokenPurchase(view returns (uint256)
0
metadataRenderer(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0xfbe304258dcf193b9a320541985e2078ddb34287
parentIP(view returns (address)
0x0000000000000000000000000000000000000000
presaleEnd(view returns (uint256)
0
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)
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 touint256 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(
initialize(address _ownerstruct EditionConfig _editionConfigstruct MetadataConfig _metadataConfigstruct TokenGateConfig _tokenGateConfigaddress _metadataRendereraddress _splitMain
mint(uint256 numberOfTokenspayable 
mintAirdrop(address[] recipients
mintPresale(uint256 quantityuint256 maxQuantityuint256 pricePerTokenbytes32[] merkleProofpayable 
renounceOwnership(
reserveDCNT(uint256 numReserved
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setContractURI(string uri
setMetadataRenderer(address _metadataRenderer
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
transferToSplit(uint256 transferETHaddress[] tokens
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
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(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(