Fusionist - Quartan Primes
Verified contract
Active on
Ethereum with 2,338 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 "Fusionist - Quartan Primes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185362 | 4 days ago | | | 0 | 0.0021383286 | |
| 21148445 | 9 days ago | | | 0 | 0.00060678592 | |
| 21148411 | 9 days ago | | | 0 | 0.00053299313 | |
| 21137598 | 10 days ago | | | 0 | 0.0012116142 | |
| 21107067 | 15 days ago | | | 0 | 0.00022968006 | |
| 21083950 | 18 days ago | | | 0 | 0.00023899801 | |
| 21021996 | a month ago | | | 0 | 0.00099046019 | |
| 20933451 | a month ago | | | 0 | 0.00027786240 | |
| 20859967 | 2 months ago | | | 0 | 0.00023494830 | |
| 20854986 | 2 months ago | | | 0 | 0.00041672280 |
ABI
ABI objects
Getter at block 21212303
MAX_SUPPLY() view returns (uint256)
641
currentPhase() view returns (uint32)
2
name() view returns (string)
Fusionist - Quartan Primes
owner() view returns (address)
0x459c5440e65dc8db5287eccf86080f7a66b0f176
symbol() view returns (string)
FQP
totalSupply() view returns (uint256)
641
treasuryAddress() view returns (address)
0x459c5440e65dc8db5287eccf86080f7a66b0f176
Read-only
_mintedCountPerAddress_phase1(address) view returns (uint256)
_mintedCountPerAddress_phase2(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
changeOperatorFiltererRegister(address newRegistry)
mintAllExpiredBoxesToOfficialPhase1()
mintAllExpiredBoxesToOfficialPhase2()
openBox(uint256 boxID)
phase1Mint(uint256 quantity, uint256 maxMintable, bytes signature) payable
phase2Mint(uint256 quantity, uint256 maxMintable, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPhase(uint32 phase)
setRoyaltyInfo(address newAddress, uint96 newRoyaltyPercentage)
setSignerAddress(address signerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OpenedOneBox(address indexed from, uint256 indexed mechID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address defaultTreasury, string defaultBaseURI, address signerAddress_)
This contract contains no fallback and receive objects.
AllNFTsMinted()
CannotSetZeroAddress()
IncorrectSignature()
MaxMintedForThisUser()
OperatorNotAllowed(address operator)
ShouldCallItInPhase(uint32 phase)
ShouldInHighIDRange()
YouAreNotOwner()