DCNT721A
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "DCNT721A"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DCNT721A"
ABI
ABI objects
Getter at block 21265046
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 tokenAddress, uint88 minBalance, uint8 saleType)
(tokenAddress=0x0000000000000000000000000000000000000000, minBalance=0, saleType=0)
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
0
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 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adjustCap(uint256 newCap)
approve(address to, uint256 tokenId)
createSplit(address[] accounts, uint32[] percentAllocations, uint32 distributorFee)
distributeAndWithdraw(address account, uint256 withdrawETH, address[] tokens, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
distributeERC20(address token, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
distributeETH(address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
flipSaleState()
initialize(address _owner, struct EditionConfig _editionConfig, struct MetadataConfig _metadataConfig, struct TokenGateConfig _tokenGateConfig, address _metadataRenderer, address _splitMain)
mint(uint256 numberOfTokens) payable
mintAirdrop(address[] recipients)
mintPresale(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable
renounceOwnership()
reserveDCNT(uint256 numReserved)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setMetadataRenderer(address _metadataRenderer)
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferToSplit(uint256 transferETH, address[] tokens)
updateSaleStartEnd(uint256 newStart, uint256 newEnd)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
Minted(address sender, uint256 tokenId_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()