Art Blocks
Verified contract
Active on
Ethereum with 19,755 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1317…2b91
0x21a8…84f9
0xc40f…0b51
Balances ($0.00)
No balances found for "Art Blocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158797 | 15 hours ago | | | 0 | 0.0010090321 | |
| 21158402 | 16 hours ago | | | 0 | 0.0014268271 | |
| 21157845 | 18 hours ago | | | 0 | 0.0015380716 | |
| 21153788 | a day ago | | | 0 | 0.00056132553 | |
| 21153680 | a day ago | | | 0 | 0.00049714944 | |
| 21152147 | 2 days ago | | | 0 | 0.00050541699 | |
| 21152084 | 2 days ago | | | 0 | 0.00045899735 | |
| 21151300 | 2 days ago | | | 0 | 0.00049822969 | |
| 21147515 | 2 days ago | | | 0 | 0.00040521220 | |
| 21146867 | 2 days ago | | | 0 | 0.00023079820 |
ABI
ABI objects
Getter at block 21163212
ART_BLOCKS_ERC721TOKEN_ADDRESS_V0() view returns (address)
0x059edd72cd353df5106d2b9cc5ab83a52287ac3a
ART_BLOCKS_ERC721TOKEN_ADDRESS_V1() view returns (address)
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270
admin() view returns (address)
0x18b18cf97a3d8bcc43f8d1df282ceba85f717c82
adminACLContract() view returns (address)
0x18b18cf97a3d8bcc43f8d1df282ceba85f717c82
artblocksAddress() view returns (address)
0x21a89ef8c577ebacfe8198644222b49dfd9284f9
artblocksCurationRegistryAddress() view returns (address)
0x0000000000000000000000000000000000000000
artblocksDependencyRegistryAddress() view returns (address)
0x0000000000000000000000000000000000000000
artblocksPercentage() view returns (uint256)
10
artblocksPrimarySalesAddress() view returns (address)
0x21a89ef8c577ebacfe8198644222b49dfd9284f9
artblocksPrimarySalesPercentage() view returns (uint256)
10
artblocksSecondarySalesAddress() view returns (address)
0xc40fd6d2a8e06ba753f6fd3cb562835eff990b51
artblocksSecondarySalesBPS() view returns (uint256)
250
coreType() view returns (string)
GenArt721CoreV3
coreVersion() view returns (string)
v3.0.0
defaultBaseURI() view returns (string)
https://token.artblocks.io/
minterContract() view returns (address)
0xa2ccfe293bc2cdd78d8166a82d1e18cd2148122b
name() view returns (string)
Art Blocks
newProjectsForbidden() view returns (bool)
true
nextProjectId() view returns (uint256)
494
numHistoricalRandomizers() view returns (uint256)
3
owner() view returns (address)
0x18b18cf97a3d8bcc43f8d1df282ceba85f717c82
randomizerContract() view returns (address)
0x13178a7a8a1a9460dbe39f7eccebd91b31752b91
startingProjectId() view returns (uint256)
374
symbol() view returns (string)
BLOCKS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHistoricalRandomizerAt(uint256 _index) view returns (address)
getPrimaryRevenueSplits(uint256 _projectId, uint256 _price) view returns (uint256 artblocksRevenue_, address artblocksAddress_, uint256 artistRevenue_, address artistAddress_, uint256 additionalPayeePrimaryRevenue_, address additionalPayeePrimaryAddress_)
getRoyalties(uint256 _tokenId) view returns (address[] recipients, uint256[] bps)
getRoyaltyData(uint256 _tokenId) view returns (address artistAddress, address additionalPayee, uint256 additionalPayeePercentage, uint256 royaltyFeeByID)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintWhitelisted(address _minter) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectArtistPaymentInfo(uint256 _projectId) view returns (address artistAddress, address additionalPayeePrimarySales, uint256 additionalPayeePrimarySalesPercentage, address additionalPayeeSecondarySales, uint256 additionalPayeeSecondarySalesPercentage, uint256 secondaryMarketRoyaltyPercentage)
projectDetails(uint256 _projectId) view returns (string projectName, string artist, string description, string website, string license)
projectIdToAdditionalPayeePrimarySales(uint256 _projectId) view returns (address)
projectIdToAdditionalPayeePrimarySalesPercentage(uint256 _projectId) view returns (uint256)
projectIdToAdditionalPayeeSecondarySales(uint256 _projectId) view returns (address)
projectIdToAdditionalPayeeSecondarySalesPercentage(uint256 _projectId) view returns (uint256)
projectIdToArtistAddress(uint256 _projectId) view returns (address)
projectIdToSecondaryMarketRoyaltyPercentage(uint256 _projectId) view returns (uint256)
projectScriptByIndex(uint256 _projectId, uint256 _index) view returns (string)
projectScriptBytecodeAddressByIndex(uint256 _projectId, uint256 _index) view returns (address)
projectScriptDetails(uint256 _projectId) view returns (string scriptTypeAndVersion, string aspectRatio, uint256 scriptCount)
projectStateData(uint256 _projectId) view returns (uint256 invocations, uint256 maxInvocations, bool active, bool paused, uint256 completedTimestamp, bool locked)
projectURIInfo(uint256 _projectId) view returns (string projectBaseURI)
proposedArtistAddressesAndSplitsHash(uint256) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToHash(uint256 _tokenId) view returns (bytes32)
tokenIdToProjectId(uint256 _tokenId) pure returns (uint256 _projectId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addProject(string _projectName, address _artistAddress)
addProjectScript(uint256 _projectId, string _script)
adminACLAllowed(address _sender, address _contract, bytes4 _selector) returns (bool)
adminAcceptArtistAddressesAndSplits(uint256 _projectId, address _artistAddress, address _additionalPayeePrimarySales, uint256 _additionalPayeePrimarySalesPercentage, address _additionalPayeeSecondarySales, uint256 _additionalPayeeSecondarySalesPercentage)
approve(address to, uint256 tokenId)
forbidNewProjects()
mint_Ecf(address _to, uint256 _projectId, address _by) returns (uint256 _tokenId)
proposeArtistPaymentAddressesAndSplits(uint256 _projectId, address _artistAddress, address _additionalPayeePrimarySales, uint256 _additionalPayeePrimarySalesPercentage, address _additionalPayeeSecondarySales, uint256 _additionalPayeeSecondarySalesPercentage)
removeProjectLastScript(uint256 _projectId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenHash_8PT(uint256 _tokenId, bytes32 _hashSeed)
toggleProjectIsActive(uint256 _projectId)
toggleProjectIsPaused(uint256 _projectId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateArtblocksCurationRegistryAddress(address _artblocksCurationRegistryAddress)
updateArtblocksDependencyRegistryAddress(address _artblocksDependencyRegistryAddress)
updateArtblocksPrimarySalesAddress(address _artblocksPrimarySalesAddress)
updateArtblocksPrimarySalesPercentage(uint256 artblocksPrimarySalesPercentage_)
updateArtblocksSecondarySalesAddress(address _artblocksSecondarySalesAddress)
updateArtblocksSecondarySalesBPS(uint256 _artblocksSecondarySalesBPS)
updateDefaultBaseURI(string _defaultBaseURI)
updateMinterContract(address _address)
updateProjectArtistAddress(uint256 _projectId, address _artistAddress)
updateProjectArtistName(uint256 _projectId, string _projectArtistName)
updateProjectAspectRatio(uint256 _projectId, string _aspectRatio)
updateProjectBaseURI(uint256 _projectId, string _newBaseURI)
updateProjectDescription(uint256 _projectId, string _projectDescription)
updateProjectLicense(uint256 _projectId, string _projectLicense)
updateProjectMaxInvocations(uint256 _projectId, uint24 _maxInvocations)
updateProjectName(uint256 _projectId, string _projectName)
updateProjectScript(uint256 _projectId, uint256 _scriptId, string _script)
updateProjectScriptType(uint256 _projectId, bytes32 _scriptTypeAndVersion)
updateProjectSecondaryMarketRoyaltyPercentage(uint256 _projectId, uint256 _secondMarketRoyalty)
updateProjectWebsite(uint256 _projectId, string _projectWebsite)
updateRandomizerAddress(address _randomizerAddress)
AcceptedArtistAddressesAndSplits(uint256 indexed _projectId)
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)
MinterUpdated(address indexed _currentMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PlatformUpdated(bytes32 indexed _field)
ProjectUpdated(uint256 indexed _projectId, bytes32 indexed _update)
ProposedArtistAddressesAndSplits(uint256 indexed _projectId, address _artistAddress, address _additionalPayeePrimarySales, uint256 _additionalPayeePrimarySalesPercentage, address _additionalPayeeSecondarySales, uint256 _additionalPayeeSecondarySalesPercentage)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, address _randomizerContract, address _adminACLContract, uint248 _startingProjectId)
This contract contains no fallback and receive objects.
This contract contains no error objects.