Serum

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x882be987 at 14986748
Slot
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
8 additional variables

No balances found for "Serum"

No transactions found for "Serum"


Functions
Getter at block 21296768
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
communityRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
dropPhase(view returns (uint256)
0
gcfRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
maxMintCount(view returns (uint256)
0
maxsupply(view returns (uint256)
0
mintprice(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
royalty(view returns (address)
0x0000000000000000000000000000000000000000
royaltyPercent(view returns (uint256)
5
symbol(view returns (string)
tokenURIPrefix(view returns (string)
totalReservedSupply(view returns (uint256)
0
totalsupply(view returns (uint256)
0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
maxsupplyById(uint256view returns (uint256)
mintedForCommunity(addressuint256view returns (bool)
mintedForFreeMint(uint256view returns (bool)
mintedForGCF(addressuint256view returns (bool)
reserveCount(addressuint256view returns (uint256)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalReservedSupplyById(uint256view returns (uint256)
totalsupplyById(uint256view returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
addAdmin(address _account
addMinter(address _account
burn(address _owneruint256 _iduint256 _value
claimForGCFHolders(uint256 _tokenIduint256 _countbytes32[] _merkleProof
freeMint(uint256 _tokenIduint256 _count
grantRole(bytes32 roleaddress account
initialize(
initialize(string _namestring _symbolstring _tokenURIPrefixaddress _royaltybytes32 _gcfRootbytes32 _communityRoot
mint(uint256 _tokenIduint256 _countbytes32[] _merkleProofpayable 
removeAdmin(address _account
removeMinter(address _account
renounceOwnership(
renounceRole(bytes32 roleaddress account
reserve(uint256 _tokenIduint256 _countpayable 
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setCommunityRoot(bytes32 _communityRoot
setDropPhase(uint256 _dropPhase
setGCFRoot(bytes32 _gcfRoot
setMaxMintCount(uint256 _maxMintCount
setMaxSupplyById(uint256 _tokenIduint256 _maxsupply
setMintPrice(uint256 _mintprice
transferOwnership(address newOwner
withdraw(payable 
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.