Dragonia
Verified contract
Active on
Ethereum with 2,725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($15.69)
Native
Value
$15.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,922.91 |
$15.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16968918 | 2 years ago | | | 0 | 0.0029994084 | |
| 16928145 | 2 years ago | | | 0 | 0.0015215643 | |
| 16720676 | 2 years ago | | | 0 | 0.0028864463 | |
| 16659756 | 2 years ago | | | 0 | 0.00063670435 | |
| 16659756 | 2 years ago | | | 0 | 0.0011105065 | |
| 16590092 | 2 years ago | | | 0 | 0.00098649405 | |
| 16244916 | 2 years ago | | | 0 | 0.00058560561 | |
| 16234193 | 2 years ago | | | 0 | 0.0032651287 | |
| 16156449 | 2 years ago | | | 0 | 0.00033148899 | |
| 16117099 | 2 years ago | | | 0 | 0.00067344869 |
ABI
ABI objects
Getter at block 21397178
hiddenMetadataUri() view returns (string)
hidden.json
maxMintAmountPerTx1() view returns (uint256)
5
maxMintAmountPerTx2() view returns (uint256)
3
maxMintAmountPerTx3() view returns (uint256)
0
maxMintAmountPerTx4() view returns (uint256)
2
maxSupply() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0x75d1304e2c2eb1b1fada10fd29b94ae29bd85441fa68acc9ffde79d9869dc399
merkleRoot2() view returns (bytes32)
0x757040437e1eeb740018b9cad6cce2fb8bcabc10be5374f4b4952060301c0bae
merkleRoot3() view returns (bytes32)
0x75d1304e2c2eb1b1fada10fd29b94ae29bd85441fa68acc9ffde79d9869dc399
name() view returns (string)
Dragonia
owner() view returns (address)
0x83380f935694a15b03a7b8648856625443a526cf
paused() view returns (bool)
true
publicCost() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
DRACO
totalSupply() view returns (uint256)
5000
uriPrefix() view returns (string)
ipfs://bafybeihvgrr4sk46crxtgopaxyeu3h4be4aargi5ef47im4gjgatkvudbi/
uriSuffix() view returns (string)
.json
whitelistCost1() view returns (uint256)
0
whitelistCost2() view returns (uint256)
0
whitelistCost3() view returns (uint256)
0
whitelistMint1Enabled() view returns (bool)
false
whitelistMint2Enabled() view returns (bool)
false
whitelistMint3Enabled() view returns (bool)
false
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed1(address) view returns (bool)
whitelistClaimed2(address) view returns (bool)
whitelistClaimed3(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost1(uint256 _cost)
setCost2(uint256 _cost)
setCost3(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx1(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerTx2(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerTx3(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerTx4(uint256 _maxMintAmountPerTx)
setMerkleRoot1(bytes32 _merkleRoot)
setMerkleRoot2(bytes32 _merkleRoot)
setMerkleRoot3(bytes32 _merkleRoot)
setPaused(bool _state, uint256 _cost, uint256 _maxMintAmountPerTx4)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelist1MintEnabled(bool _state, uint256 _cost, uint256 _maxMintAmountPerTx1)
setWhitelist2MintEnabled(bool _state, uint256 _cost, uint256 _maxMintAmountPerTx2)
setWhitelist3MintEnabled(bool _state, uint256 _cost, uint256 _maxMintAmountPerTx3)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist1Mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
whitelist2Mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
whitelist3Mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _maxSupply, string _uriPrefix, string _hiddenMetadataUri, bytes32 _merkleRoot, bytes32 _merkleRoot1, bytes32 _merkleRoot2)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()