Minter
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 42 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Minter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Minter"
ABI
ABI objects
Getter at block 21211810
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintSigner() view returns (address)
0x0000000000000000000000000000000000000000
mintsPerToken() view returns (uint256)
0
projectTokenNeeded() view returns (address)
0x0000000000000000000000000000000000000000
provenance() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
registry() view returns (address)
0x0000000000000000000000000000000000000000
revealTimestamp() view returns (uint256)
0
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
0
tokenContract() view returns (address)
0x0000000000000000000000000000000000000000
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTokenWhitelistStatus(address projectAddress, uint256 tokenIndex) view returns (bool)
getWhitelistTokens(address projectAddress, address user) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hashTransaction(address sender, uint256 numberOfTokens, bytes32 nonce, address mintContract) pure returns (bytes32)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
State-modifying
Events finalizeReveal()
grantRole(bytes32 role, address account)
initialize(address _tokenContract, address[] payees, uint256[] shares_)
mint(uint256 numberOfTokens) payable
release(address account)
release(address token, address account)
renounceRole(bytes32 role, address account)
reserveTokens(uint256 num)
revokeRole(bytes32 role, address account)
setMintPass(address whitelistAddress, uint256 tokenMintVal)
setMintSigner(address signer)
setProvenance(bytes32 provenanceHash)
setRevealTime(uint256 timestamp)
signedMint(uint256 numberOfTokens, uint256 maxPermitted, bytes signature, bytes32 nonce) payable
sweep(address token, address to, uint256 amount) returns (bool)
whiteListByTokenMint(uint256 numberOfTokens) payable
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
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)
This contract contains no constructor objects.
receive()
This contract contains no error objects.