Art Blocks Explorations
Verified contract
Active on
Ethereum with 40,499 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa7b7…619f
0x21a8…84f9
0xc40f…0b51
Balances ($0.00)
No balances found for "Art Blocks Explorations"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168112 | 3 hours ago | | | 0 | 0.0014270950 | |
| 21167703 | 5 hours ago | | | 0 | 0.0020728682 | |
| 21164378 | 16 hours ago | | | 0 | 0.00090251841 | |
| 21159860 | a day ago | | | 0 | 0.0016342128 | |
| 21156224 | 2 days ago | | | 0 | 0.00031882252 | |
| 21154379 | 2 days ago | | | 0 | 0.00053070891 | |
| 21152041 | 2 days ago | | | 0 | 0.00037733197 | |
| 21151577 | 2 days ago | | | 0 | 0.00061578840 | |
| 21151096 | 3 days ago | | | 0 | 0.00043710019 | |
| 21148927 | 3 days ago | | | 0 | 0.00043344716 |
ABI
ABI objects
Getter at block 21169055
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.1
defaultBaseURI() view returns (string)
https://token.artblocks.io/0x942bc2d3e7a589fe5bd4a5c6ef9727dfd82f5c8a/
minterContract() view returns (address)
0x3f4bbde879f9bb0e95aea08ff12f55e171495c8f
name() view returns (string)
Art Blocks Explorations
newProjectsForbidden() view returns (bool)
false
nextProjectId() view returns (uint256)
3
numHistoricalRandomizers() view returns (uint256)
2
owner() view returns (address)
0x18b18cf97a3d8bcc43f8d1df282ceba85f717c82
randomizerContract() view returns (address)
0xa7b76c135d213bb95375713ea3d4687933e2619f
startingProjectId() view returns (uint256)
0
symbol() view returns (string)
EXPLORE
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.