Archemist

Verified contract

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

No balances found for "Archemist"

0xa917f2876096c0f8ac71f161fecd148611c4a3306761e141532d80cb5b90b66d
0x334189b6a2c297c689be63bb9f4ef14858bb8443d349995d7bd760ef322fc1e1
0xdacb960bb04173a7419e22b4df54bb46e2cab1654d7e0a05638bb19637a7aa1d
0x4eada9aecc0c06a923030d434f08ddd4c4e01968121df284d4b48ef60321e17a
0x54366f54db08242ffcc38a3a181d42b1aefee0812b6ce34f7a33317d6aabcaa8
0xea22c68a48c3480da875be12d86dcf1aacb28e1d1b8eb8c31d9f18a0e5a87998
0xbb01fdd9194b83dcb53ccdcaacca42319afd4b98f2ef9a0b58988385e29b22b5
0x90f7016e6b6e3867e806b5985f99d3052f939a25495374b9a3bb39dd6557f9e5
0x0ec74342cf6a6842b76d9b233f28a77a7d5c9ce1da0ff37a533534625af916c7
0x74baa35946a113483bb8b021fa4f6e0665e6b45c4826f09b4d4d3ed5f8d7309e
From

Functions
Getter at block 21304394
MAX_PUBLIC_PER_WALLET(view returns (uint256)
4
MAX_SUPPLY(view returns (uint256)
1666
MAX_WL_PER_WALLET(view returns (uint256)
3
name(view returns (string)
Archemist
owner(view returns (address)
0xf022f91a875b95fcb0260c9f858cf427378f5535
publicSaleActive(view returns (bool)
false
saleStartTime(view returns (uint256)
1666364400
symbol(view returns (string)
ARC
totalSupply(view returns (uint256)
1666
whitelistSaleActive(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getPrice(address accountbytes32[] proofview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airDrop(address[] targetsuint256 _quantity
approve(address touint256 tokenId
mint(address accountbytes32[] proofuint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setMerkleRoot(bytes32 _merkleRoot
setSaleStartTime(uint256 _startTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePhases(bool _wlSaleActivebool _publicSaleActive
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(