Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc80e…174e
Balances ($0.00)
No balances found for "MinterV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16742776 | 2 years ago | | | 0 | 0.0087578743 | |
| 15841548 | 2 years ago | | | 0 | 0.0069396101 | |
| 15839259 | 2 years ago | | | 0 | 0.0037569224 | |
| 15353762 | 2 years ago | | | 0 | 0.0050336237 | |
| 15322129 | 2 years ago | | | 0 | 0.010159126 | |
| 15233038 | 2 years ago | | | 0 | 0.026392434 | |
| 15134868 | 2 years ago | | | 0 | 0.0095696093 | |
| 15134865 | 2 years ago | | | 0 | 0.0072320864 | |
| 15134860 | 2 years ago | | | 0 | 0.0071784493 | |
| 15134832 | 2 years ago | | | 0 | 0.0097103640 |
ABI
ABI objects
Getter at block 21204886
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MODERATOR_ROLE() view returns (bytes32)
0x71f3d55856e4058ed06ee057d79ada615f65cdf5f9ee88181b914225088f834f
defaultCID() view returns (string)
obscuraTreasury() view returns (address)
0xb94404c28feaa59f8a3939d53e6b2901266fa529
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
mpToProjectClaimedCount(uint256) view returns (uint256)
mpToTokenClaimed(uint256, uint256) view returns (bool)
numLeft(uint256 projectID) view returns (uint256)
projectToTokenClaimed(uint256, uint256) view returns (bool)
projects(uint256) view returns (uint256 maxTokens, uint256 circulatingPublic, uint256 royalty, uint256 allowedPassId, bool isSaleActive, string artist, string cid)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToProject(uint256) view returns (uint256)
State-modifying
Events createProject(string artist, uint256 maxTokens, uint256 allowedPassId)
grantRole(bytes32 role, address account)
mint(uint256 projectId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDefaultCID(string _defaultCID)
setProjectCID(uint256 projectId, string cid)
setSaleActive(uint256 projectId, bool isSaleActive)
setTokenCID(uint256 tokenId, string cid)
withdraw()
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)
constructor(address deployedMagnum, address deployedMintPass, address admin, address _obscuraTreasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.