Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5681…2d90
2 additional
variables
Balances ($0.00)
No balances found for "Dci"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191947 | 13 hours ago | | | 0 | 0.00068491169 | |
| 21106960 | 12 days ago | | | 0 | 0.00013590904 | |
| 20945015 | a month ago | | | 0 | 0.00027368600 | |
| 20004155 | 5 months ago | | | 0 | 0.00016337669 | |
| 19356795 | 8 months ago | | | 0 | 0.0029380040 | |
| 19159239 | 9 months ago | | | 0 | 0.0015823148 | |
| 18954962 | 10 months ago | | | 0 | 0.00068132895 | |
| 18896647 | a year ago | | | 0 | 0.00063669289 | |
| 18872602 | a year ago | | | 0 | 0.00043773044 | |
| 18855616 | a year ago | | | 0 | 0.00056816591 |
ABI
ABI objects
Getter at block 21195867
ADDRESS_1() view returns (address)
0xc7b3a745d3250b2dd7d8693f8df7b6e0c4a4dbfe
ADDRESS_2() view returns (address)
0xc9b5553910ba47719e0202ff9f617b8be06b3a09
MAX_SUPPLY() view returns (uint256)
4700
MINT_LIMIT() view returns (uint256)
20
PUBLIC_PRICE() view returns (uint256)
0
RESERVE_SUPPLY() view returns (uint256)
300
StakingContract() view returns (address)
0x568140bf8519084f4c9ebb370d499f3a38de2d90
TRANSACTION_LIMIT() view returns (uint256)
5
WL_PRICE() view returns (uint256)
29000000000000000
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Dci
owner() view returns (address)
0x7aabd9c481a434f10cd84e8de7004106cd519678
symbol() view returns (string)
DCI
totalSupply() view returns (uint256)
4700
Read-only
balanceOf(address owner) view returns (uint256)
burnt(uint256) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
usedDigests(bytes32) view returns (bool)
userPurchase(address) view returns (uint256 presaleMinted, uint256 freeMinted)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId, uint64 expireTime, bytes sig)
decreaseSupply(uint256 _maxSupply)
devMint(address[] _addresses, uint256[] quantities)
freeMint(bytes32[] proof, uint256 numberOfTokens, uint256 maxMint, uint256 mintType)
mint(uint256 numberOfTokens, uint64 expireTime, bytes sig, uint256 mintType) payable
presaleMint(bytes32[] proof, uint256 numberOfTokens, uint256 maxMint, uint256 mintType) payable
renounceOwnership()
reveal(bool revealed, string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setFreeMintRoot(bytes32 _freemintRoot)
setMintLimit(uint256 _mintLimit)
setPreSaleRoot(bytes32 _presaleRoot)
setPreSaleStatus()
setPresalePrice(uint256 _wlPrice)
setPublicPrice(uint256 _publicPrice)
setPublicSaleStatus()
setSigner(address _signer)
setStakingContract(address _contractAddress)
setTransactionLimit(uint256 _transactionLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()