Fusion
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
13 additional
variables
Balances ($0.00)
No balances found for "Fusion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Fusion"
ABI
ABI objects
Getter at block 21188461 getAuctionInfo() view returns (bool hasStarted, bool hasEnded, uint256 blocksUntilAuctionStart, uint256 currentPrice, uint256 blocksUntilPriceDrop, uint256 nextPrice, uint256 currentInvocationCount, uint256 maxInvocationCount)
admin() view returns (address)
0x0000000000000000000000000000000000000000
canMintWhitelisted() view returns (bool)
false
getAllTokenHashes() view returns (bytes32[])
[]
getAuctionStartBlock() view returns (uint256)
0
getBaseUri() view returns (string)
getHtmlStrings() view returns (string htmlPrefix, string htmlPostfix)
(htmlPrefix=, htmlPostfix=)
getMaxInvocationCount() view returns (uint256)
0
getMinPrice() view returns (uint256)
0
getPriceDropAmount() view returns (uint256)
0
getPriceTiers() view returns (uint256[] priceTier, uint256[] priceTierStart, uint256[] priceTierDropInterval)
(priceTier=[], priceTierStart=[], priceTierDropInterval=[])
getRecipient() view returns (address)
0x0000000000000000000000000000000000000000
getWhitelistedMinters() view returns (address[] addresses, uint256[] mintsUsed, uint256[] mintBudgets)
(addresses=[], mintsUsed=[], mintBudgets=[])
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenHash(uint256 tokenId) view returns (bytes32)
getTokenHtml(uint256 tokenId) view returns (string)
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 approve(address to, uint256 tokenId)
init(string name, string symbol, uint256[] priceTier, uint256[] priceTierStart, uint256[] priceTierDropInterval, uint256 priceDropAmount, address recipient, uint256 maxInvocationCount, address[] whitelistedMinterAddresses, uint256[] whitelistedMinterBudgets, string baseUri, uint256 minPrice)
lockHtml()
lockImplementation()
purchase() payable returns (uint256 tokenId)
renounceAdminPowers()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address newAdmin)
setApprovalForAll(address operator, bool approved)
setAuctionStartBlock(uint256 auctionStartBlock)
setBaseUri(string baseUri)
setHtmlStrings(string htmlPrefix, string htmlPostfix)
setImplementation(address implementation)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
receive()
This contract contains no error objects.