The Decentralize
Verified contract
Active on
Ethereum with 1,812 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47.36)
Native
Value
$47.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,157.48 |
$47.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17312688 | a year ago | | | 0 | 0.0020493363 | |
| 17069510 | 2 years ago | | | 0 | 0.0013483258 | |
| 16752843 | 2 years ago | | | 0 | 0.00040669258 | |
| 16705366 | 2 years ago | | | 0 | 0.00096976062 | |
| 16653707 | 2 years ago | | | 0 | 0.0013025818 | |
| 16417200 | 2 years ago | | | 0 | 0.00074316655 | |
| 16381707 | 2 years ago | | | 0 | 0.00074957812 | |
| 16324727 | 2 years ago | | | 0 | 0.00064174847 | |
| 16300528 | 2 years ago | | | 0 | 0.00088293901 | |
| 16299280 | 2 years ago | | | 0 | 0.00083968431 |
ABI
ABI objects
Getter at block 21206437
cost() view returns (uint256)
7500000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
2
maxSupply() view returns (uint16)
999
name() view returns (string)
The Decentralize
owner() view returns (address)
0x86fd7b9e7f1b5d7d226873880e13e7fd7f5e7de5
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
DCNTL
totalSupply() view returns (uint256)
999
Read-only
NFTPerPublicAddress(address) view returns (uint8)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
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()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()