Art Blocks
Verified contract
Active on
Ethereum with 168,439 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABC | ERC-20 | 257.695031M | -- | -- | |
SOLA | ERC-20 | 100 | -- | -- | |
BRTVOTE | ERC-20 | 10 | -- | -- | |
(#2934912) | | ERC-721 | 1 | -- | -- |
(#1325042) | RARI | ERC-721 | 1 | -- | -- |
(#95000835) | BLOCKS | ERC-721 | 1 | -- | -- |
(#95000562) | BLOCKS | ERC-721 | 1 | -- | -- |
(#95000549) | BLOCKS | ERC-721 | 1 | -- | -- |
HQG | ERC-20 | 0.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158607 | 12 minutes ago | | | 0 | 0.0012071144 | |
| 21158092 | 2 hours ago | | | 0 | 0.0014921886 | |
| 21157787 | 3 hours ago | | | 0 | 0.00038641231 | |
| 21157785 | 3 hours ago | | | 0 | 0.00060698619 | |
| 21157590 | 4 hours ago | | | 0 | 0.00093956106 | |
| 21157349 | 4 hours ago | | | 0 | 0.00082531154 | |
| 21157334 | 4 hours ago | | | 0 | 0.0018704797 | |
| 21157318 | 5 hours ago | | | 0 | 0.00081754447 | |
| 21156238 | 8 hours ago | | | 0 | 0.00033321943 | |
| 21156065 | 9 hours ago | | | 0 | 0.0012380408 |
ABI
ABI objects
Getter at block 21158667
admin() view returns (address)
0x96dc73c8b5969608c77375f085949744b5177660
artblocksAddress() view returns (address)
0x21a89ef8c577ebacfe8198644222b49dfd9284f9
artblocksPercentage() view returns (uint256)
10
name() view returns (string)
Art Blocks
nextProjectId() view returns (uint256)
374
randomizerContract() view returns (address)
0x03d37ad26961d79e52c3daea840c0095fb4729a7
symbol() view returns (string)
BLOCKS
totalSupply() view returns (uint256)
198051
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, bool dynamic)
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, bool useHashString, string ipfsHash, bool locked, bool paused)
projectShowAllTokens(uint256 _projectId) view returns (uint256[])
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, string projectBaseIpfsURI, bool useIpfs)
staticIpfsImageLink(uint256) view returns (string)
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, bool _dynamic)
addProjectScript(uint256 _projectId, string _script)
addWhitelisted(address _address)
approve(address to, uint256 tokenId)
clearTokenIpfsImageUri(uint256 _tokenId)
mint(address _to, uint256 _projectId, address _by) returns (uint256 _tokenId)
overrideTokenDynamicImageWithIpfsLink(uint256 _tokenId, string _ipfsHash)
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)
toggleProjectIsDynamic(uint256 _projectId)
toggleProjectIsLocked(uint256 _projectId)
toggleProjectIsPaused(uint256 _projectId)
toggleProjectUseHashString(uint256 _projectId)
toggleProjectUseIpfsForStatic(uint256 _projectId)
transferFrom(address from, address to, uint256 tokenId)
updateArtblocksAddress(address _artblocksAddress)
updateArtblocksPercentage(uint256 _artblocksPercentage)
updateProjectAdditionalPayeeInfo(uint256 _projectId, address _additionalPayee, uint256 _additionalPayeePercentage)
updateProjectArtistAddress(uint256 _projectId, address _artistAddress)
updateProjectArtistName(uint256 _projectId, string _projectArtistName)
updateProjectBaseIpfsURI(uint256 _projectId, string _projectBaseIpfsURI)
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)
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.