GenArt721CoreV2_Plottables
Verified contract
Active on
Ethereum with 2,184 txns
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 "GenArt721CoreV2_Plottables"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281017 | 3 days ago | | | 0 | 0.00085876132 | |
| 21259976 | 6 days ago | | | 0 | 0.00021778726 | |
| 21253112 | 7 days ago | | | 0 | 0.00025827701 | |
| 21028590 | a month ago | | | 0 | 0.00042465036 | |
| 21028237 | a month ago | | | 0 | 0.00055880547 | |
| 21027945 | a month ago | | | 0 | 0.00026653900 | |
| 21027549 | a month ago | | | 0 | 0.00034600234 | |
| 21027018 | a month ago | | | 0 | 0.00080561211 | |
| 21008832 | a month ago | | | 0 | 0.00086117105 | |
| 20946022 | 2 months ago | | | 0 | 0.00047832452 |
ABI
ABI objects
Getter at block 21304389
admin() view returns (address)
0x9f75c11383f5b93a72c61fb1dd1a44f5ec7e4187
name() view returns (string)
Plottables
nextProjectId() view returns (uint256)
27
randomizerContract() view returns (address)
0xf9abd90b27dbfbed4ef05cadcd9c95cdc88d52c2
renderProviderAddress() view returns (address)
0x497702b81ffc3aa3535c84af86cfb5a8b367e1b2
renderProviderPercentage() view returns (uint256)
10
symbol() view returns (string)
PLOTS
totalSupply() view returns (uint256)
5588
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.