ArcanaHQ
Verified contract
Active on
Ethereum with 1,655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "ArcanaHQ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103545 | 16 days ago | | | 0 | 0.00016450560 | |
| 21081633 | 19 days ago | | | 0 | 0.00045257914 | |
| 20997829 | a month ago | | | 0 | 0.00036012480 | |
| 20419836 | 4 months ago | | | 0 | 0.00074263392 | |
| 20404939 | 4 months ago | | | 0 | 0.000058747230 | |
| 20248384 | 4 months ago | | | 0 | 0.00018600513 | |
| 19673164 | 7 months ago | | | 0 | 0.00037923426 | |
| 19124214 | 10 months ago | | | 0 | 0.00067256066 | |
| 19028050 | 10 months ago | | | 0 | 0.0019785583 | |
| 18390159 | a year ago | | | 0 | 0.00036269586 |
ABI
ABI objects
Getter at block 21221270
MAX_ENTITLEMENTS_ALLOWED() view returns (uint256)
2
MAX_QUANTITY_ALLOWED() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
6000
MINT_PRICE() view returns (uint256)
100000000000000000
allianceListMerkleRoot() view returns (bytes32)
0x1a3f7e8e8dec3c1b905b7d289bf6d39b0576861ef36353a17f6da9b5a0991e20
arcanaListMerkleRoot() view returns (bytes32)
0xefe9ac30e0a144964757c6df9023cb4131c97bce9c5c0d80849c1dc8aa0833a8
aspirantListMerkleRoot() view returns (bytes32)
0xe0167905814304c8d04aeb48d286e75560253d6ea70339373f6f2102ebf6d476
baseTokenURI() view returns (string)
currentPhase() view returns (uint8)
0
dna() view returns (string)
isTransfused() view returns (bool)
false
mintSupply() view returns (uint256)
5888
name() view returns (string)
ArcanaHQ
nextStartTime() view returns (uint256)
0
nextUnlockTs() view returns (uint256)
1693878392
notRevealedUri() view returns (string)
https://arcana-social-meta.s3.ap-southeast-1.amazonaws.com/arcana_placeholder_metadata.json
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x91932c4461d400e078df247ddc0a2d1b5b4e7571
paused() view returns (bool)
true
scheduledTransfusionTime() view returns (uint256)
0
sequenceOffset() view returns (uint256)
0
symbol() view returns (string)
ARCHQ
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
2759
totalSupply() view returns (uint256)
2759
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getTotalEntitlements(address _minter) view returns (uint256)
getTotalMints(address _minter) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
nonceRegistry(bytes32) view returns (bool)
numberBurned(address owner) view returns (uint256)
numberMinted(address owner) 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 approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
commitDNASequence(string _dna) payable
mintAllianceList(bytes32[] _merkleProof, uint256 _quantity) payable
mintArcanaList(bytes32[] _merkleProof, uint256 _quantity) payable
mintAspirantList(bytes32[] _merkleProof, uint256 _quantity) payable
mintPublic(uint256 _quantity, bytes32 _nonce, bytes32 _hash, uint8 v, bytes32 r, bytes32 s) payable
mintWarChestReserve(address _communityWalletPublicKey, uint256 _supply, uint256 _nextUnlockTs) payable
registerCustomBlacklist(address subscriptionOrRegistrantToCopy, bool subscribe)
renounceOwnership()
repeatRegistration()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllianceListMerkleRoot(bytes32 _merkleRootHash)
setApprovalForAll(address operator, bool approved)
setArcanaListMerkleRoot(bytes32 _merkleRootHash)
setAspirantListMerkleRoot(bytes32 _merkleRootHash)
setBaseTokenURI(string _baseURI)
setCurrentPhase(uint256 index) payable
setMintSupply(uint256 _mintSupply)
setNextStartTime(uint256 _timestamp) payable
setNotRevealedBaseURI(string _baseURI)
setOperatorFilteringEnabled(bool value)
togglePause(bool _state) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
transfuse() payable
withdrawETH() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractIsPaused()
ContractsNotAllowed()
DNASequenceHaveBeenInitialised()
DNASequenceNotSubmitted()
HashMismatched()
InvalidQueryRange()
MaxEntitlementsExceeded()
MaxQuantityAllowedExceeded()
MaxSupplyExceeded()
MerkleProofInvalid()
MintERC2309QuantityExceedsLimit()
MintIsNotOpen()
MintSupplyExceeded()
MintToZeroAddress()
MintZeroQuantity()
NonceConsumed()
NotReadyForTransfusion()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PriceIncorrect()
SignedHashMismatched()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TransfusionSequenceCompleted()
TreasuryNotUnlocked()
URIQueryForNonexistentToken()