ArtistCreatorV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ArtistCreatorV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ArtistCreatorV2"
ABI
ABI objects
Getter at block 21257245
DOMAIN_SEPARATOR() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_TYPEHASH() view returns (bytes32)
0x5925e35aebbeb7738ae3e97ad24e3b4cc09001c8668d81f3365213a0ec1e85b2
admin() view returns (address)
0x0000000000000000000000000000000000000000
beaconAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
artistContracts(uint256) view returns (address)
getSigner(bytes signature) view returns (address)
State-modifying
Events createArtist(bytes signature, string _name, string _symbol, string _baseURI) returns (address)
renounceOwnership()
setAdmin(address _newAdmin)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CreatedArtist(uint256 artistId, string name, string symbol, address indexed artistAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.