ClashOfDragonz
Verified contract
Active on
Ethereum with 5,181 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 "ClashOfDragonz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286486 | 5 days ago | | | 0 | 0.00045710192 | |
| 21228888 | 13 days ago | | | 0 | 0.0010919612 | |
| 21217363 | 15 days ago | | | 0 | 0.00085032726 | |
| 21043928 | a month ago | | | 0 | 0.00031286289 | |
| 21005536 | a month ago | | | 0 | 0.00084252418 | |
| 20964690 | 2 months ago | | | 0 | 0.0018842150 | |
| 20906609 | 2 months ago | | | 0 | 0.00038058777 | |
| 20901647 | 2 months ago | | | 0 | 0.00016054659 | |
| 20901513 | 2 months ago | | | 0 | 0.00031927531 | |
| 20589978 | 3 months ago | | | 0 | 0.000050527694 |
ABI
ABI objects
Getter at block 21322877
MAX_SUPPLY() view returns (uint256)
7777
NUMBER_OF_RESERVED_DRAGONZ() view returns (uint256)
90
PRESALES_PRICE() view returns (uint256)
60000000000000000
PUBLIC_PRICE() view returns (uint256)
70000000000000000
PUBLIC_PRICE_OF_3() view returns (uint256)
180000000000000000
PUBLIC_PRICE_OF_5() view returns (uint256)
250000000000000000
PUBLIC_PRICE_OVER_5_PER_NFT() view returns (uint256)
50000000000000000
WHITELIST_PRICE() view returns (uint256)
50000000000000000
_frozen() view returns (bool)
false
_private_sale_open() view returns (bool)
false
_public_sale_open() view returns (bool)
true
_revealed() view returns (bool)
false
baseTokenURI() view returns (string)
https://cof.mypinata.cloud/ipfs/QmPgESobGCWwJKsDVf7nBnb56nHxbXkn8wePvae19W2WoZ/
merkleRoot() view returns (bytes32)
0x7465737400000000000000000000000000000000000000000000000000000000
name() view returns (string)
ClashOfDragonz
owner() view returns (address)
0x591dc5c3d1a95567ee8b6f3bb2a8cf6f3a9f071d
paused() view returns (bool)
false
symbol() view returns (string)
COFDT
totalSupply() view returns (uint256)
6183
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 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addDevAddress(address _dev)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freezeAll()
gift(address to, uint256 amount)
mintDragons(uint256 count) payable
mintDragonsWhitelisted(uint256 count, bytes32[] _merkleProof) payable
pause()
renounceOwnership()
reserveNFTs(uint256 numberToReserve)
revealNFTs(string _metadataURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMerkleRootForWhitelist(bytes32 _merkleRoot)
theBurn(uint256[] tokenIds)
togglePrivateSaleActive()
togglePublicSaleActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.