Dracoverse
Verified contract
Active on
Ethereum with 450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dracoverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19786868 | 6 months ago | | | 0 | 0.00072026655 | |
| 19786866 | 6 months ago | | | 0 | 0.00074539374 | |
| 19786864 | 6 months ago | | | 0 | 0.00068732752 | |
| 19786858 | 6 months ago | | | 0 | 0.00071193329 | |
| 19786855 | 6 months ago | | | 0 | 0.00068737415 | |
| 19786854 | 6 months ago | | | 0 | 0.00066915832 | |
| 19786852 | 6 months ago | | | 0 | 0.00067432586 | |
| 18749315 | a year ago | | | 0 | 0.0020178047 | |
| 18252872 | a year ago | | | 0 | 0.00034541163 | |
| 16861468 | 2 years ago | | | 0 | 0.0013842795 |
ABI
ABI objects
Getter at block 21205906
BASE_EXTENSION() view returns (string)
.json
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
MAX_MINT() view returns (uint256)
5
MIN_HOLD() view returns (uint256)
2
baseURI() view returns (string)
ipfs://QmcYqVFNRbcMwH6qaLzod9WtQomyDpvKoap3KkeFsK7osC/
dracoverse() view returns (address)
0xf71a2cbb84fa4decdc403a13866e2976168efbd2
essence() view returns (address)
0xb666fc877a71eba7b2fc5df848efea377b2fbb03
maxDraco() view returns (uint256)
6666
name() view returns (string)
Dracoverse
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5bf9f15c09e79b1ebaae41b8a9b57c16fd3914eb
price() view returns (uint256)
450000000000000000000
symbol() view returns (string)
BDRACO
totalSupply() view returns (uint256)
514
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _numberOfMints)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setDracoAddress(address _dracoverse)
setEssence(address _essence)
setMaxDraco(uint256 _count)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.