Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "ARTCODE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20738930 | 2 months ago | | | 0 | 0.0041744400 | |
| 20738882 | 2 months ago | | | 0 | 0.0047464400 | |
| 19374745 | 8 months ago | | | 0 | 0.0026918215 | |
| 18889653 | a year ago | | | 0 | 0.0013807934 | |
| 18804366 | a year ago | | | 0 | 0.00072679946 | |
| 18401831 | a year ago | | | 0 | 0.00032983129 | |
| 18388079 | a year ago | | | 0 | 0.00036295687 | |
| 18052758 | a year ago | | | 0 | 0.00038291049 | |
| 18041577 | a year ago | | | 0 | 0.0010317118 | |
| 18022723 | a year ago | | | 0 | 0.0017359015 |
ABI
ABI objects
Getter at block 21222876
admin() view returns (address)
0x0a690b298f84d12414f5c8db7de1ece5a4605877
name() view returns (string)
ARTCODE
nextProjectId() view returns (uint256)
2
randomizerContract() view returns (address)
0x229f5f3f95ae80f224eee53aa6e17cff3e3b605d
renderProviderAddress() view returns (address)
0x538eaf2a7002d2120f3f7b1e22d36b1db7a65988
renderProviderPercentage() view returns (uint256)
10
symbol() view returns (string)
ARTCODE
totalSupply() view returns (uint256)
442
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoyaltyData(uint256 _tokenId) view returns (address artistAddress, address additionalPayee, uint256 additionalPayeePercentage, uint256 royaltyFeeByID)
hashToTokenId(bytes32) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintWhitelisted(address) view returns (bool)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectDetails(uint256 _projectId) view returns (string projectName, string artist, string description, string website, string license)
projectIdToAdditionalPayee(uint256) view returns (address)
projectIdToAdditionalPayeePercentage(uint256) view returns (uint256)
projectIdToArtistAddress(uint256) view returns (address)
projectIdToCurrencyAddress(uint256) view returns (address)
projectIdToCurrencySymbol(uint256) view returns (string)
projectIdToPricePerTokenInWei(uint256) view returns (uint256)
projectIdToSecondaryMarketRoyaltyPercentage(uint256) view returns (uint256)
projectScriptByIndex(uint256 _projectId, uint256 _index) view returns (string)
projectScriptInfo(uint256 _projectId) view returns (string scriptJSON, uint256 scriptCount, string ipfsHash, bool locked, bool paused)
projectTokenInfo(uint256 _projectId) view returns (address artistAddress, uint256 pricePerTokenInWei, uint256 invocations, uint256 maxInvocations, bool active, address additionalPayee, uint256 additionalPayeePercentage, string currency, address currencyAddress)
projectURIInfo(uint256 _projectId) view returns (string projectBaseURI)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToHash(uint256) view returns (bytes32)
tokenIdToProjectId(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMintWhitelisted(address _address)
addProject(string _projectName, address _artistAddress, uint256 _pricePerTokenInWei)
addProjectScript(uint256 _projectId, string _script)
addWhitelisted(address _address)
approve(address to, uint256 tokenId)
mint(address _to, uint256 _projectId, address _by) returns (uint256 _tokenId)
removeMintWhitelisted(address _address)
removeProjectLastScript(uint256 _projectId)
removeWhitelisted(address _address)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
toggleProjectIsActive(uint256 _projectId)
toggleProjectIsLocked(uint256 _projectId)
toggleProjectIsPaused(uint256 _projectId)
transferFrom(address from, address to, uint256 tokenId)
updateAdmin(address _adminAddress)
updateProjectAdditionalPayeeInfo(uint256 _projectId, address _additionalPayee, uint256 _additionalPayeePercentage)
updateProjectArtistAddress(uint256 _projectId, address _artistAddress)
updateProjectArtistName(uint256 _projectId, string _projectArtistName)
updateProjectBaseURI(uint256 _projectId, string _newBaseURI)
updateProjectCurrencyInfo(uint256 _projectId, string _currencySymbol, address _currencyAddress)
updateProjectDescription(uint256 _projectId, string _projectDescription)
updateProjectIpfsHash(uint256 _projectId, string _ipfsHash)
updateProjectLicense(uint256 _projectId, string _projectLicense)
updateProjectMaxInvocations(uint256 _projectId, uint256 _maxInvocations)
updateProjectName(uint256 _projectId, string _projectName)
updateProjectPricePerTokenInWei(uint256 _projectId, uint256 _pricePerTokenInWei)
updateProjectScript(uint256 _projectId, uint256 _scriptId, string _script)
updateProjectScriptJSON(uint256 _projectId, string _projectScriptJSON)
updateProjectSecondaryMarketRoyaltyPercentage(uint256 _projectId, uint256 _secondMarketRoyalty)
updateProjectWebsite(uint256 _projectId, string _projectWebsite)
updateRandomizerAddress(address _randomizerAddress)
updateRenderProviderAddress(address _renderProviderAddress)
updateRenderProviderPercentage(uint256 _renderProviderPercentage)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed _to, uint256 indexed _tokenId, uint256 indexed _projectId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, address _randomizerContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.