Imaginary Artifacts

Verified contract

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

No balances found for "Imaginary Artifacts"

0x63caf58a2a5f9017854716361ed472e126e43b1696e61329de71a44d0f3afc1d
0xb3c89dc4875bd9fac4743d64e6d501dbeac1a6f31b53e111f8677c084a5381ef
0x597a2f66c2112095ae3fafdee4eeb72d943ad77e172a652ecd994c5fc8f473fb
0xe80e4091496e27f655c8f59db6674d98234df1f05495eeee679a380619b301b8
0x6146ceed56de4f2765e7d2a549e7268be7c4f7f6e5197daa3d55b0ba149a2007
0x4e59108a8a73d6bfb9a14ecd81a7b069599406dcd9bc2dfc6e9194843478e1dd
0xbb172d88708252870857d1736a71613b7391970718c6eae415525ec6c3fcdd61
0x4c71f15ae90b4f9316bbfe9b2af45537a278fa3325c71c78224a825594913f59
0x93df8b3d605cd396fc95910aca03bb02203f822848f54118c94790a70545b311
0xc02d306646965b1dc37885b64caf295cc7520bf320ea835340556a152c2fd667

Functions
Getter at block 20865809
MAX_SUPPLY_PER_ARTIFACT(view returns (uint256)
8928
mergeContract(view returns (address)
0x0000000000000000000000000000000000000000
mergeStatus(view returns (bool)
false
name(view returns (string)
Imaginary Artifacts
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x20616cef3ebc8f7200df6182e52101fcaef4c8c7
symbol(view returns (string)
ImaginaryArtifacts
Read-only
allowlistClaimed(uint256addressview returns (uint256)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
claimStatus(uint256view returns (bool)
idsForMerge(uint256view returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
merkleRoots(uint256view returns (bytes32)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supplies(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 _idview returns (uint256)
uri(uint256 typeIdview returns (string)
State-modifying
airdrop(address _touint256 _iduint256 _amount
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
claim(uint256 _iduint256 _amountbytes32[] _merkleproofuint256 _allowedClaimQuantity
merge(address _accountuint256[] _amounts
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 feeNumerator
setOperatorFilteringEnabled(bool value
transferOwnership(address newOwner
updateBaseURI(string _baseURI
updateClaimStatus(uint256 _idbool _status
updateIDsForMerge(uint256[] _ids
updateMergeContract(address _contractAddress
updateMergeStatus(bool _status
updateMerkleRoot(uint256 _idbytes32 _merkleRoot
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Claimed(
Merged(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string _namestring _symbolstring _baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ClaimNotOpened(
ExceedsAllocatedForArtifact(
ExceedsArtifactSupply(
MergeNotOpened(
NotOnAllowlist(
UnauthorizedMergeAddress(