Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "DracoNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16308982 | 2 years ago | | | 0 | 0.00069356026 | |
| 16213039 | 2 years ago | | | 0 | 0.00064707924 | |
| 16099676 | 2 years ago | | | 0 | 0.0013415475 | |
| 15674326 | 2 years ago | | | 0 | 0.00034214435 | |
| 15613973 | 2 years ago | | | 0 | 0.00040044443 | |
| 15607487 | 2 years ago | | | 0 | 0.00026683381 | |
| 15182039 | 2 years ago | | | 0.01 | 0.0016163642 | |
| 15182014 | 2 years ago | | | 0 | 0.0016963450 | |
| 15181855 | 2 years ago | | | 0 | 0.0013497174 | |
| 15101643 | 2 years ago | | | 0 | 0.0011828248 |
ABI
ABI objects
Getter at block 21259548
PRESALE1_SUPPLY() view returns (uint256)
500
PRESALE2_SUPPLY() view returns (uint256)
4500
RESERVED() view returns (uint256)
333
TOTAL_SUPPLY() view returns (uint256)
10333
addr1() view returns (address)
0x60e66ebfe89e9c46707ea94d7bb348f097f2db8d
addr2() view returns (address)
0x0e8619b7023ed81c672b25bd5cf0f4f3eb75bc7c
addr3() view returns (address)
0x48850bad2d26eb1416e5d58b93403a66f186a992
getStatus() view returns (string status_, uint256 qty_, uint256 price_, uint256 counter_)
(status_=CLOSED, qty_=0, price_=90000000000000000, counter_=9816)
merkleRoot1() view returns (bytes32)
0x6d40b0662761b50c41b6b007692c06df798da8bae345ad2161be3ff55b2677da
merkleRoot2() view returns (bytes32)
0xcab715d7dcf9243b6a906739c3be0ec7865a3e2f3311428567dd90cfe0ecbe15
name() view returns (string)
DracoNFT
owner() view returns (address)
0x60e66ebfe89e9c46707ea94d7bb348f097f2db8d
presale1_supply() view returns (uint256)
370
presale2_supply() view returns (uint256)
4494
remaining_reserved() view returns (uint256)
272
remaining_supply() view returns (uint256)
9816
status() view returns (uint8)
0
symbol() view returns (string)
DRACO
totalSupply() view returns (uint256)
245
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenExists(uint256 _id) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
ownerMint(uint256 _qty)
presaleMint(uint256 _qty, bytes32[] _proof) payable
publicMint(uint256 _qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAddr(address _addr1, address _addr2, address _addr3)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMerkleRoot(bytes32 _merkleRoot1, bytes32 _merkleRoot2)
setStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangedBaseURIEvent(string newURI)
ChangedMerkleRoot(bytes32 newMerkleRoot1, bytes32 newMerkleRoot2)
ChangedStatusEvent(uint256 newStatus)
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.
This contract contains no error objects.