ArtistProxy
Verified contract
Active on
Ethereum with 2,474 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdfde…11d7
0x0000…638b
Balances ($0.00)
No balances found for "ArtistProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19321870 | 9 months ago | | | 0.2 | 0.011836259 | |
| 18893670 | a year ago | | | 0.2 | 0.0049571332 | |
| 18028908 | a year ago | | | 0.1 | 0.0013759403 | |
| 17730694 | a year ago | | | 0.1 | 0.0047155574 | |
| 17730685 | a year ago | | | 0.1 | 0.0059511134 | |
| 17730673 | a year ago | | | 0.1 | 0.0053962174 | |
| 17730666 | a year ago | | | 0.1 | 0.0042606234 | |
| 17730666 | a year ago | | | 0.1 | 0.0042606234 | |
| 17730666 | a year ago | | | 0.1 | 0.0042604226 | |
| 17730664 | a year ago | | | 0.1 | 0.0063657000 |
ABI
ABI objects
Getter at block 21300561
braindrops() view returns (address)
0xdfde78d2baec499fe18f2be74b6c287eed9511d7
delegationRegistry() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
owner() view returns (address)
0x314adc3d43b1dd7b40bb8b51e38a576cbb5a7b4e
Read-only
projectIdToArtistAddress(uint256) view returns (address)
projectIdToGenesisDropActivated(uint256) view returns (bool)
projectIdToGenesisDropTokenMinted(uint256, uint256) view returns (bool)
projectIdToHolderActivated(uint256) view returns (bool)
projectIdToOlderProjectId(uint256) view returns (uint256)
projectIdToProjectActivated(uint256) view returns (bool)
projectIdToProjectSpecificHoldersTokenMinted(uint256, uint256) view returns (bool)
projectIdToProxyDropAddressMinted(uint256, address) view returns (bool)
State-modifying
Events mint(address recipient, uint256 _projectId) payable returns (uint256)
mintForArtistsOnly(address recipient, uint256 _projectId) payable returns (uint256)
mintForGenesisDropHoldersOnly(address recipient, uint256 _projectId, uint256 _project1TokenId, uint256 _project2TokenId, uint256 _project3TokenId, address _vault) payable returns (uint256)
mintForHoldersOnly(address recipient, uint256 _projectId) payable returns (uint256)
mintForProjectSpecificHoldersOnly(address recipient, uint256 _projectId, uint256 _projectTokenId) payable returns (uint256)
renounceOwnership()
reserve(address recipient, uint256 _projectId, uint256 amount) payable
setArtist(uint256 projectId, address artistAddress)
setDelegationRegistry(address _registryAddress)
setProjectIdToOlderProjectId(uint256 _projectId, uint256 _olderProjectId)
setProvenanceHash(uint256 _projectId, string provenanceHash)
toggleProjectIsActive(uint256 _projectId)
toggleProjectIsGenesisDropActive(uint256 _projectId)
toggleProjectIsHolderActive(uint256 _projectId)
toggleProjectIsPaused(uint256 _projectId)
transferOwnership(address newOwner)
updateProjectArtistName(uint256 _projectId, string _projectArtistName)
updateProjectBaseURI(uint256 _projectId, string _projectBaseURI)
updateProjectDescription(uint256 _projectId, string _projectDescription)
updateProjectLicense(uint256 _projectId, string _projectLicense)
updateProjectPricePerTokenInWei(uint256 _projectId, uint256 _pricePerTokenInWei)
updateProjectWebsite(uint256 _projectId, string _projectWebsite)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _braindropsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.