MasksWhitelistMinter
Verified contract
Active on
Ethereum with 70 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x53b2…2846
Balances ($0.00)
No balances found for "MasksWhitelistMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14305133 | 3 years ago | | | 0 | 0.0062336178 | |
| 14197096 | 3 years ago | | | 0 | 0.0048047467 | |
| 14132073 | 3 years ago | | | 0 | 0.0099842818 | |
| 14066399 | 3 years ago | | | 0 | 0.010350683 | |
| 14066292 | 3 years ago | | | 0 | 0.013576905 | |
| 14041588 | 3 years ago | | | 0 | 0.052534583 | |
| 14039721 | 3 years ago | | | 0 | 0.013057865 | |
| 14033876 | 3 years ago | | | 0 | 0.0045547920 | |
| 14033876 | 3 years ago | | | 0 | 0.012486512 | |
| 14031692 | 3 years ago | | | 0 | 0.011493245 |
ABI
ABI objects
Getter at block 21315118
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
nftContract() view returns (address)
0x53b217e1f76925b3afd4a0d3ce0dd8e11a822846
verifier() view returns (address)
0xc50256c57445776054d3780286b650e83157f0ce
Read-only
checkSigniture(address msgSender, bytes sig, uint256 maxMints) view returns (bool _success)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
numberMintedByAddress(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
mint(uint256[] _poolType, uint256[] _amount, bool[] _useUnicorns, address[] _rainbowPools, address[] _unicornPools, bytes sig, uint256 maxMints)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxTokenId(uint256 _maxTokenId)
setNextTokenToMint(uint256 _nextTokenToMint)
setVerifierAddress(address _verifier)
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 _nftContractAddress, address _contractOwner, address _verifier, uint256 _nextTokenToMint, uint256 _maxTokenId)
This contract contains no fallback and receive objects.
This contract contains no error objects.