FUSION
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
23
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
12 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 21220877
baseFusionURI() view returns (string)
isContractSaleActive() view returns (bool)
false
isCreatingItemActive() view returns (bool)
false
isFusionActive() view returns (bool)
false
isOperatorFilterRegistryRevoked() view returns (bool)
false
isPreActive() view returns (bool)
false
isPublicActive() view returns (bool)
false
itemContract() view returns (address)
0x0000000000000000000000000000000000000000
katanaContract() view returns (address)
0x0000000000000000000000000000000000000000
mannequinURI() view returns (string)
maxSupply() view returns (uint256)
0
name() view returns (string)
nextTransferId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
totalMinted() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
amountMintedByAddress(address) view returns (uint256)
amountSaleTransferredByAddress(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
elementsIds(uint256, uint256) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
fusionableTokensOfOwer(address _owner) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBurnableContract(address) view returns (bool)
isFusionable(address _address, uint256 _mannequinId, uint256 _itemId, uint256 _katanaId) view returns (bool)
isFusioned(uint256) view returns (bool)
itemToKatanaMapping(uint256) view returns (uint256)
mintableAmount(address _address, uint256 _maxMintableAmount, bytes32[] _merkleProof) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] _toList, uint256[] _amountList)
approve(address operator, uint256 tokenId) payable
burn(uint256 _tokenId)
contractSaleTransfer(uint256 _amount, uint256 _maxTransferableAmount, bytes32[] _merkleProof) payable
executeFusion(uint256 _mannequinId, uint256 _itemId, uint256 _katanaId)
initialize(uint256 _maxSupply, uint256 _price, string _mannequinURI, bytes32 merkleRoot_)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
ownerMint(address _to, uint256 _mintAmount)
preMint(uint256 _amount, uint256 _maxMintableAmount, bytes32[] _merkleProof) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseFusionURI(string _newBaseFusionURI)
setBatchItemToKatana(uint256[] _itemIdList, uint256[] _katanaIdList)
setBurnableContract(address _contractAddress, bool _isBurnable)
setItemContract(address _contractAddress)
setKatanaContract(address _contractAddress)
setMannequinURI(string _newMannequinURI)
setMaxSupply(uint256 _newMaxSupply)
setMerkleProof(bytes32 _newMerkleRoot)
setNextTransferId(uint256 _nextTransferId)
setPrice(uint256 _newPrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFee)
toggleContractSaleActive()
toggleCreatingItemActive()
toggleFusionActive()
togglePreActive()
togglePublicActive()
transferERC721To(address _to, uint256 _amount)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Fusioned(uint256 _tokenId, uint256 _itemId, uint256 _katanaId)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
MintAmount(uint256 _mintAmountLeft, uint256 _totalMinted, address _minter)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMint(uint256 _totalMinted, address _minter)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferredAmount(uint256 _transferAmountLeft, uint256 _contractBalance, address _caller)
Upgraded(address indexed implementation)
constructor()
receive()
AlreadyRevoked()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
FUSION__AmountIsTooBig()
FUSION__InsufficientMintPrice()
FUSION__InsufficientMintsLeft()
FUSION__InvalidMerkleProof()
FUSION__MintAmountIsTooSmall()
FUSION__MismatchedArrayLengths()
FUSION__MustMintWithinMaxSupply()
FUSION__NotFusionable()
FUSION__NotReadyYet()
FUSION__NotTokenOwner()
FUSION__WithdrawFailed()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()