Serum
Verified contract
Proxy
Active on
Ethereum with 3,972 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
12 additional
variables
Balances ($0.00)
No balances found for "Serum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21055322 | a month ago | | | 0 | 0.00019203406 | |
| 19352955 | 9 months ago | | | 0 | 0.0012698190 | |
| 19098747 | 10 months ago | | | 0 | 0.0013599248 | |
| 19076242 | 10 months ago | | | 0 | 0.00033650891 | |
| 18367793 | a year ago | | | 0 | 0.00017018256 | |
| 18273695 | a year ago | | | 0 | 0.00055669118 | |
| 18238415 | a year ago | | | 0 | 0.00025500434 | |
| 17331631 | 2 years ago | | | 0 | 0.0012891646 | |
| 17315004 | 2 years ago | | | 0 | 0.0021613668 | |
| 17154491 | 2 years ago | | | 0 | 0.0010782388 |
ABI
ABI objects
Getter at block 21295454 maxsupply() view returns (uint256) totalsupply() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
communityRoot() view returns (bytes32)
0x7a5b475f99eeab0d0b64c9c7bbce38b0ad7320727c3714eba5f88ddce4d83934
dropPhase() view returns (uint256)
2
gcfRoot() view returns (bytes32)
0x21dc71ab2f750d38060116efc4f44659a349200cf973a46db132576c65e39408
maxMintCount() view returns (uint256)
6
mintprice() view returns (uint256)
27000000000000000
name() view returns (string)
Serum
owner() view returns (address)
0xbbf1abfa6a5cee3103f6ea44341c014631a11af7
royalty() view returns (address)
0xbbf1abfa6a5cee3103f6ea44341c014631a11af7
royaltyPercent() view returns (uint256)
5
symbol() view returns (string)
Serum
tokenURIPrefix() view returns (string)
http://backend.lunamarket.io/api/metadata/serum/get/
totalReservedSupply() view returns (uint256)
5
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
maxsupplyById(uint256) view returns (uint256)
mintedForCommunity(address, uint256) view returns (bool)
mintedForFreeMint(uint256) view returns (bool)
mintedForGCF(address, uint256) view returns (bool)
reserveCount(address, uint256) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReservedSupplyById(uint256) view returns (uint256)
totalsupplyById(uint256) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAdmin(address _account)
addMinter(address _account)
burn(address _owner, uint256 _id, uint256 _value)
claimForGCFHolders(uint256 _tokenId, uint256 _count, bytes32[] _merkleProof)
freeMint(uint256 _tokenId, uint256 _count)
grantRole(bytes32 role, address account)
initialize()
initialize(string _name, string _symbol, string _tokenURIPrefix, address _royalty, bytes32 _gcfRoot, bytes32 _communityRoot)
mint(uint256 _tokenId, uint256 _count, bytes32[] _merkleProof) payable
removeAdmin(address _account)
removeMinter(address _account)
renounceOwnership()
renounceRole(bytes32 role, address account)
reserve(uint256 _tokenId, uint256 _count) payable
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCommunityRoot(bytes32 _communityRoot)
setDropPhase(uint256 _dropPhase)
setGCFRoot(bytes32 _gcfRoot)
setMaxMintCount(uint256 _maxMintCount)
setMaxSupplyById(uint256 _tokenId, uint256 _maxsupply)
setMintPrice(uint256 _mintprice)
transferOwnership(address newOwner)
withdraw() payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.