ArtistProxy
Verified contract
Active on
Ethereum with 15,549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdfde…11d7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#8000162) | BRAIN | ERC-721 | 1 | -- | -- |
(#8000161) | BRAIN | ERC-721 | 1 | -- | -- |
(#7000999) | BRAIN | ERC-721 | 1 | -- | -- |
(#7000998) | BRAIN | ERC-721 | 1 | -- | -- |
(#7000997) | BRAIN | ERC-721 | 1 | -- | -- |
(#7000995) | BRAIN | ERC-721 | 1 | -- | -- |
(#7000032) | BRAIN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17005178 | 2 years ago | | | 0.2 | 0.0024800523 | |
0x4b3a22b2 | 16836452 | 2 years ago | | | 0 | 0.00059474846 | |
| 16825915 | 2 years ago | | | 0.2003 | 0.0012920008 | |
| 16825915 | 2 years ago | | | 0.2003 | 0.0012916718 | |
| 16825915 | 2 years ago | | | 0.2003 | 0.0012920008 | |
| 16825915 | 2 years ago | | | 0.2003 | 0.0012920008 | |
| 16825915 | 2 years ago | | | 0.2003 | 0.0012916718 | |
| 16825915 | 2 years ago | | | 0.2003 | 0.0012920008 | |
| 16825915 | 2 years ago | | | 0.2003 | 0.0012920008 | |
| 16825760 | 2 years ago | | | 0.2003 | 0.0015266395 |
ABI
ABI objects
Getter at block 21157813
braindrops() view returns (address)
0xdfde78d2baec499fe18f2be74b6c287eed9511d7
owner() view returns (address)
0x314adc3d43b1dd7b40bb8b51e38a576cbb5a7b4e
signingAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
projectIdToArtistAddress(uint256) view returns (address)
projectIdToBotPreventionAddress(uint256) view returns (address)
projectIdToBurnableProjectId(uint256) view returns (uint256)
projectIdToGenesisDropActivated(uint256) view returns (bool)
projectIdToGenesisDropAddressMinted(uint256, address) view returns (bool)
projectIdToHolderActivated(uint256) view returns (bool)
projectIdToOlderProjectId(uint256) view returns (uint256)
projectIdToProjectActivated(uint256) view returns (bool)
projectIdToProjectAntiBotActivated(uint256) view returns (bool)
projectIdToProjectAntiBotAddressMinted(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) payable returns (uint256)
mintForHoldersOnly(address recipient, uint256 _projectId) payable returns (uint256)
mintForProjectBurnersOnly(address recipient, uint256 _projectId, uint256 _tokenId) payable returns (uint256)
mintForProjectSpecificHoldersOnly(address recipient, uint256 _projectId, uint256 _projectTokenId) payable returns (uint256)
mintForServerSigned(address recipient, uint256 _projectId, bytes32 message, bytes signature) payable returns (uint256)
renounceOwnership()
setArtist(uint256 projectId, address artistAddress)
setProjectIdToBurnableProjectId(uint256 _projectId, uint256 _olderProjectId)
setProjectIdToOlderProjectId(uint256 _projectId, uint256 _olderProjectId)
setProvenanceHash(uint256 _projectId, string provenanceHash)
setSigningAddress(address _signingAddress)
toggleProjectAntiBotActive(uint256 _projectId)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _braindropsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.