DizzyDragons
Verified contract
Active on
Ethereum with 9,153 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "DizzyDragons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081215 | 2 days ago | | | 0 | 0.00053359578 | |
| 21047079 | 7 days ago | | | 0 | 0.00016808400 | |
| 21032851 | 9 days ago | | | 0 | 0.00094278621 | |
| 20986311 | 15 days ago | | | 0 | 0.00050100040 | |
| 20973345 | 17 days ago | | | 0 | 0.00052854359 | |
| 20973345 | 17 days ago | | | 0 | 0.00092115343 | |
| 20953685 | 20 days ago | | | 0 | 0.00036181001 | |
| 20953468 | 20 days ago | | | 0 | 0.00067927459 | |
| 20953365 | 20 days ago | | | 0 | 0.00037854445 | |
| 20952591 | 20 days ago | | | 0 | 0.00056619682 |
ABI
ABI objects
Getter at block 21096105
MAX_MINTS_PER_TXN() view returns (uint256)
15
baseURI() view returns (string)
https://dizzydragons.s3.amazonaws.com/metadata/current/
fusionIsActive() view returns (bool)
false
fusionPrice() view returns (uint256)
20000000000000000
maxTokenSupply() view returns (uint256)
7500
mintPrice() view returns (uint256)
25000000000000000
name() view returns (string)
DizzyDragons
owner() view returns (address)
0x3055a2941b2a53de82556c69aa904b0b7f3e86bc
provenance() view returns (string)
saleIsActive() view returns (bool)
false
startingIndex() view returns (uint256)
7410
startingIndexBlock() view returns (uint256)
12928676
symbol() view returns (string)
DIZZY
totalSupply() view returns (uint256)
5593
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)
State-modifying
Events adoptDragons(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
emergencySetStartingIndexBlock()
flipFusionState()
flipSaleState()
fuseDragons(uint256 firstTokenId, uint256 secondTokenId) payable
renounceOwnership()
reserveMint(uint256 reservedAmount)
reserveMint(uint256 reservedAmount, address mintAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFusionPrice(uint256 newPrice)
setMaxTokenSupply(uint256 maxDragonSupply)
setMintPrice(uint256 newPrice)
setProvenanceHash(string provenanceHash)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawForGiveaway(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DragonsFused(uint256 firstTokenId, uint256 secondTokenId, uint256 fusedDragonTokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxDragonSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.