Fusionist - Quartan Primes

Verified contract

Active on Ethereum with 2,338 txns
Deployed by via 0xa77b3f1d at 16031266
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fusionist - Quartan Primes"

0xf785747e75c4ff25768259652d52fc6908e5bb467913ea20f9d26e229d53b4b8
0xc114e57250097ad6bbea29e25b2c91b7f8cfa917ced5f0ec9e022d5a33f4d410
0xcbad9e5cf55247d0bb26043e44d46e74e2691fc31d0d812eb636e932a723a60b
0x42f3d6cbcb6920bd9b4dbb1a566e3cbd13b278067aca40ef052410b2c7c5b053
0x18d32ec775ef963a1266a232c1a0c46b5249b83923a5d87c3f8db2d76886562c
0x0abd6fe01c9bac741852d6a8f86f342b597572f5b8cebebb67f4220f963a7777
0xda4396f2c4eb7d58550cb7b17355a9529990fdd2c76af515fc44f05110b127b4
0xbc75fe3cfefd87917f89894b49019327b8ed24582d427fbde407ccda7af35495
0x835c7001dca2301e356535ff034b5effc5f3e17d6e09e54f00b2962bbcdd04a6
0xe42f34c0231d466d3d29fb34b836bbb1dade1ade549f275adc7a29b231a216b8

Functions
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(addressview returns (uint256)
_mintedCountPerAddress_phase2(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
changeOperatorFiltererRegister(address newRegistry
mintAllExpiredBoxesToOfficialPhase1(
mintAllExpiredBoxesToOfficialPhase2(
openBox(uint256 boxID
phase1Mint(uint256 quantityuint256 maxMintablebytes signaturepayable 
phase2Mint(uint256 quantityuint256 maxMintablebytes signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setPhase(uint32 phase
setRoyaltyInfo(address newAddressuint96 newRoyaltyPercentage
setSignerAddress(address signerAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OpenedOneBox(address indexed fromuint256 indexed mechID
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address defaultTreasurystring defaultBaseURIaddress signerAddress_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllNFTsMinted(
CannotSetZeroAddress(
IncorrectSignature(
MaxMintedForThisUser(
OperatorNotAllowed(address operator
ShouldCallItInPhase(uint32 phase
ShouldInHighIDRange(
YouAreNotOwner(