Archemist
Verified contract
Active on
Ethereum with 3,026 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 "Archemist"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101827 | a month ago | | | 0 | 0.00023319360 | |
| 20997779 | a month ago | | | 0 | 0.00025617091 | |
| 20981242 | a month ago | | | 0 | 0.00022833143 | |
| 20630146 | 3 months ago | | | 0 | 0.000068454118 | |
| 20560353 | 3 months ago | | | 0 | 0.000047006479 | |
| 20109259 | 5 months ago | | | 0 | 0.000068328534 | |
| 19797984 | 7 months ago | | | 0 | 0.00026939967 | |
| 19517985 | 8 months ago | | | 0 | 0.00099292841 | |
| 19422268 | 9 months ago | | | 0 | 0.0012173178 | |
| 19025735 | 10 months ago | | | 0 | 0.0014303474 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getPrice(address account, bytes32[] proof) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 airDrop(address[] targets, uint256 _quantity)
approve(address to, uint256 tokenId)
mint(address account, bytes32[] proof, uint256 _quantity) 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 _newURI)
setMerkleRoot(bytes32 _merkleRoot)
setSaleStartTime(uint256 _startTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePhases(bool _wlSaleActive, bool _publicSaleActive)
withdraw() 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 _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()