Artifex
Verified contract
Active on
Ethereum with 3,283 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 "Artifex"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172930 | 3 days ago | | | 0 | 0.0016151887 | |
| 21153742 | 6 days ago | | | 0 | 0.00054309887 | |
| 21146196 | 7 days ago | | | 0 | 0.00039392367 | |
| 21101986 | 13 days ago | | | 0 | 0.00014766517 | |
| 21101984 | 13 days ago | | | 0 | 0.00012827313 | |
| 20928963 | a month ago | | | 0 | 0.0032027069 | |
| 20837686 | 2 months ago | | | 0 | 0.00065275255 | |
| 20829028 | 2 months ago | | | 0 | 0.0014408262 | |
| 20787703 | 2 months ago | | | 0 | 0.00017854463 | |
| 20715635 | 2 months ago | | | 0 | 0.000084873893 |
ABI
ABI objects
Getter at block 21196830
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/
externalBaseURI() view returns (string)
https://artifex.art/
name() view returns (string)
Artifex
owner() view returns (address)
0xf482c89d34cbb7ae6b307ff23f00f32231cdcfee
symbol() view returns (string)
ARTIFEX
totalSupply() view returns (uint256)
4150
Read-only
balanceOf(address owner) view returns (uint256)
encodeTokenId(uint256 seriesId, uint256 nftType, uint256 nftNum) pure returns (uint256)
exists(uint256 tokenId) view returns (bool)
externalURI(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getArtistNameByTokenId(uint256 tokenId) view returns (string artistName)
getMetadata(uint256 tokenId) view returns (string metadata)
getNftNum(uint256 tokenId) pure returns (uint256)
getNftType(uint256 tokenId) pure returns (uint256)
getSeriesId(uint256 tokenId) pure returns (uint256)
getSeriesInfo(uint256 seriesId, uint256 nftType) view returns (struct ArtifexArtistNFTSeriesInfo seriesInfo, struct ArtifexArtistNFTSeries3DModelInfo series3dModelInfo)
getSeriesInfoByTokenId(uint256 tokenId) view returns (struct ArtifexArtistNFTSeriesInfo seriesInfo, struct ArtifexArtistNFTSeries3DModelInfo series3dModelInfo)
isApprovedForAll(address owner, address operator) view returns (bool)
isSeriesLocked(uint256 seriesId) view returns (bool)
otherOperator(address operatorAddress) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIPFSMetadataHash(uint256 tokenId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addArtistSeries2dNftType(uint256 seriesId, struct ArtifexArtistNFTSeriesInfo seriesInfo)
addArtistSeries3dNftType(uint256 seriesId, struct ArtifexArtistNFTSeriesInfo seriesInfo, struct ArtifexArtistNFTSeries3DModelInfo series3DModelInfo)
approve(address to, uint256 tokenId)
batchMintArtifexNft(address to, uint256 seriesId, uint256 nftType, uint256 nftStartingNum, uint256 numTokens, string[] ipfsHashes)
batchTransfer(address _to, uint256[] _tokenIds)
lockSeries(uint256 seriesId)
mintArtifexNft(address to, uint256 seriesId, uint256 nftType, uint256 nftNum, string ipfsHash)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseTokenURI)
setExternalBaseURI(string newExternalBaseTokenURI)
setOtherOperator(address _newOperator, uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenIPFSMetadataHash(uint256 tokenId, string ipfsHash)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ExternalBaseUriSet(string externalBaseUri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SeriesLocked(uint256 seriesId)
TokenBaseUriSet(string tokenBaseUri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string base_uri, string external_base_uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.