Artifacts by Emma Miller
Verified contract
Active on
Ethereum with 463 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOCKS | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248871 | 24 days ago | | | 0 | 0.00060708192 | |
| 21219405 | a month ago | | | 0 | 0.00071767369 | |
| 21175714 | a month ago | | | 0 | 0.0015991077 | |
| 21099416 | a month ago | | | 0 | 0.00020950247 | |
| 21099212 | a month ago | | | 0 | 0.00021254656 | |
| 21072286 | 2 months ago | | | 0 | 0.00068756868 | |
| 20731930 | 3 months ago | | | 0 | 0.00022277864 | |
| 20702379 | 3 months ago | | | 0 | 0.000040593664 | |
| 20635689 | 4 months ago | | | 0 | 0.00018761065 | |
| 20526769 | 4 months ago | | | 0 | 0.00016133815 |
ABI
ABI objects
Getter at block 21420881
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimCondition() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=3)
commissionPerToken() view returns (uint256)
5000000000000000
contractURI() view returns (string)
ipfs://Qmbs2zVLpAw21a5zHv8NFT7gsjKLStHWYEnwtfVCF8hFGc/0
discountPerToken() view returns (uint256)
5000000000000000
getActiveClaimConditionId() view returns (uint256)
2
getBaseURICount() view returns (uint256)
1
getDefaultRoyaltyInfo() view returns (address, uint16)
(0x16fbb520f1774dd702883867c5ef6cde625fb64b, 1000)
maxSupply() view returns (uint128)
1000
name() view returns (string)
Artifacts by Emma Miller
nextTokenIdToClaim() view returns (uint256)
1000
nextTokenIdToMint() view returns (uint256)
1000
operatorRestriction() view returns (bool)
true
owner() view returns (address)
0x40d65ec8870d0fca1197593291f873fb0b3787db
primarySaleRecipient() view returns (address)
0xc37ffed72e2e1f4563a2c41115b5dcd1410963fe
symbol() view returns (string)
ARTI
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBatchIdAtIndex(uint256 _index) view returns (uint256)
getClaimConditionById(uint256 _conditionId) view returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
getSupplyClaimedByWallet(uint256 _conditionId, address _claimer) view returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verifyClaim(uint256 _conditionId, address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events airdrop(address _receiver, uint256 _quantity)
approve(address operator, uint256 tokenId)
burn(uint256 _tokenId)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof, bytes _data) payable
grantRole(bytes32 role, address account)
lazyMint(uint256 _amount, string _baseURIForTokens, bytes _data) returns (uint256 batchId)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setClaimConditions(struct IClaimConditionClaimCondition[] _conditions, bool _resetClaimEligibility)
setCommission(uint256 _commission)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setDiscountPerToken(uint256 _discountPerToken)
setOperatorRestriction(bool _restriction)
setOwner(address _newOwner)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditions, bool resetEligibility)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
OperatorRestriction(bool restriction)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokensClaimed(uint256 indexed claimConditionIndex, address indexed claimer, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
TokensLazyMinted(uint256 indexed startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()