DragonVerse
Verified contract
Active on
Ethereum with 3,117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "DragonVerse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298487 | 16 days ago | | | 0 | 0.00024285672 | |
| 21259775 | 21 days ago | | | 0 | 0.00023052105 | |
| 21259774 | 21 days ago | | | 0 | 0.00041900908 | |
| 21235722 | 25 days ago | | | 0 | 0.00071538973 | |
| 20916758 | 2 months ago | | | 0 | 0.00051720510 | |
| 20916743 | 2 months ago | | | 0 | 0.0012739984 | |
| 20916494 | 2 months ago | | | 0 | 0.00056509529 | |
| 20916480 | 2 months ago | | | 0 | 0.00057888226 | |
| 20916468 | 2 months ago | | | 0 | 0.00077282132 | |
| 20916128 | 2 months ago | | | 0 | 0.00084076336 |
ABI
ABI objects
Getter at block 21412226
contractURI() view returns (string)
https://api.dragonverse.io/latest/metadata/dragons/contract/default.json
contractUri() view returns (string)
maxItems() view returns (uint256)
9999
maxMintPreSale() view returns (uint256)
2
maxMintsPerTx() view returns (uint256)
5
name() view returns (string)
DragonVerse
owner() view returns (address)
0xfec8f2d418c0929e860110dd5b79ee11d885c9d1
paused() view returns (bool)
false
pricePreSale() view returns (uint256)
80000000000000000
pricePublicSale() view returns (uint256)
100000000000000000
specialMintLocked() view returns (bool)
false
startingTimePreSale() view returns (uint256)
1921516195
startingTimePublicSale() view returns (uint256)
1921516195
symbol() view returns (string)
DGV
totalSupply() view returns (uint256)
3002
Read-only
amountMintedWhitelist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerNFTs(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
splitSignature(bytes sig) pure returns (uint8, bytes32, bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes signature, address target) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
lockSpecialMint()
mint(uint256 _numToMint) payable
mintSpecial(address[] recipients, uint256[] amounts)
mintWhitelist(uint256 _numToMint, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setExtensionURI(string _newExtensionURI)
setMaxMintsPerTx(uint256 _newMax)
setMaxMintsPreSale(uint256 _newMax)
setPricePreSale(uint256 _newPrice)
setPricePublicSale(uint256 _newPrice)
setStartingTimePreSale(uint256 _startingTime)
setStartingTimePublicSale(uint256 _startingTime)
setWallet(address _wallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable returns (bool success)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name_, string symbol_, address wallet_, string _baseURI_, string _extensionURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.