ArtistProxy
Verified contract
Active on
Ethereum with 4,470 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) |
---|---|---|---|---|---|---|---|
| 21227317 | 7 days ago | | | 0.1 | 0.0020765423 | |
| 21215464 | 9 days ago | | | 0.1 | 0.0038298096 | |
| 21116802 | 22 days ago | | | 0.1 | 0.0013956590 | |
| 21094186 | 25 days ago | | | 0.1 | 0.0043509065 | |
| 21094076 | 25 days ago | | | 0.1 | 0.0040595952 | |
| 20973100 | a month ago | | | 0.1 | 0.0042894335 | |
| 20970115 | a month ago | | | 0.1 | 0.0039072038 | |
| 20964864 | a month ago | | | 0.1 | 0.0075246236 | |
| 20823012 | 2 months ago | | | 0.1 | 0.0081045878 | |
| 20822990 | 2 months ago | | | 0.1 | 0.0047828934 |
ABI
ABI objects
Getter at block 21276518
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)
projectIdToProjectIsAddressMintLimited(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)
toggleProjectIsAddressMintLimited(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.