MintingModule
Verified contract
Active on
Ethereum with 222 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdbdd…8df5
Balances ($0.00)
No balances found for "MintingModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18664903 | a year ago | | | 0 | 0.0051749336 | |
| 18367289 | a year ago | | | 0 | 0.0010191303 | |
| 18294515 | a year ago | | | 0 | 0.0010665727 | |
| 18164000 | a year ago | | | 0 | 0.0042599517 | |
| 18114005 | a year ago | | | 0 | 0.0054018939 | |
| 17972259 | a year ago | | | 0 | 0.0051574115 | |
| 17942652 | a year ago | | | 0 | 0.0056568301 | |
| 17941861 | a year ago | | | 0 | 0.0041004022 | |
| 17927308 | a year ago | | | 0 | 0.0029207967 | |
| 17854325 | a year ago | | | 0 | 0.0015126000 |
ABI
ABI objects
Getter at block 21093714
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintEnabled() view returns (bool)
true
tokenMinimum() view returns (uint256)
5000000000000000000000
uniNFT() view returns (address)
0x3ca7f74f026d66f88357a654074e6dc30936c79b
uniToken() view returns (address)
0xdbdd6f355a37b94e6c7d32fef548e98a280b8df5
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
minted(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim() returns (uint256)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setEnableMint(bool enabled)
setTokenMinimum(uint256 newTokenMinimum)
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 uniNFTContractAddress, address uniTokenContractAddress, uint256 uniTokenMinimum)
This contract contains no fallback and receive objects.
This contract contains no error objects.