NutsDAONFTMinter

Verified contract

Active on Ethereum with 1,965 txns
Deployed by via 0x848b46ad at 16289724
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NutsDAONFTMinter"

0x3f1dbf75d96a132bc22300031842d3e333c50b2e2d4cd590a99ff6a5e2cd3154
0x1b18215d93bbc1fe0060b7383119d60a747e5a2b1d7988aebc08c7a678499671
0x6eacc565ed6f1f3a9f8c0c719ec74e1d1a387b61423aa09bc860b0b177b584e2
0x2ecb6c40f91cba9f9c46e2256f5a5076a4675c7c2e0c7f4d2c34c141b243739c
0x53b1f26d9d54c9f1a93632d38806332b4c0497a44e232a61465f8039e8fbbbc6
0xeee7a9da27f87fcdf61efa7fbfaf5726e1d110c54308efb2baec21d63053055a
0xa6b14f2c6f3a9970a33f9dd0df10fd41859a9a9f92f27e90322e14123b400b4f
0xaf0bdc4d46ea1094b2ed2ad36f290dd7f7ccf9eb24d47e524bc4114b14cb8a43
0xd3339e97dccac577097818e5e8b1c91d1b00643c6a3254e5d29feeca18d16339
0x5a85e02f8d6655f94118a40f9d70916328678b5317ccecadd12d312d1fb41419

Functions
Getter at block 20853058
AUTHORIZER_ROLE(view returns (bytes32)
0x14dd327f3834be9d0f7cf44f6cf11c96ded83bd68d1a1b3926d35739e7bb88d0
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
SIGN_MINT_TYPEHASH(view returns (bytes32)
0x34e0929286dae7a46894221c77f50c05e61fbb728b228797b32b50b381f39e25
STATUS_CLOSED(view returns (uint8)
2
STATUS_NOT_INITIALIZED(view returns (uint8)
0
STATUS_READY(view returns (uint8)
1
availableSupply(view returns (uint256)
0
creator(view returns (address)
0x99d0acec59a51ff76d87e498b6cb92f8c7119ac3
currentStatus(view returns (uint8)
1
maxSupply(view returns (uint256)
10000
nftCollection(view returns (address)
0x1744444ca11967be0d6b09685fcc3a435de72910
nuts(view returns (address)
0x981dc247745800bd2ca28a4bf147f0385eaa0bc0
usdc(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
availableSupplyInRound(uint256 round_view returns (uint256)
getPrice(uint256 round_uint8 paymentToken_view returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRound(uint256 round_view returns (struct NutsDAONFTMinterRoundConfiguration)
hasRole(bytes32 roleaddress accountview returns (bool)
mintedTokensCount(address accountview returns (uint256)
mintedTokensInRound(address accountuint256 roundview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalMintedTokensInRound(uint256 round_view returns (uint256)
State-modifying
configureRound(uint256 round_struct NutsDAONFTMinterRoundConfiguration configuration_
grantRole(bytes32 roleaddress account
mint(uint256 quantity_uint256 round_uint8 paymentToken_bytes signature_payable 
mintRemaining(address destination_uint256 quantity_
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setStatus(uint8 status_
syncSupply(
withdraw(uint256 amount
withdrawAll(
withdrawAllTokens(
withdrawToken(address tokenuint256 amount
Events
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Withdraw(uint256 amount
WithdrawToken(address tokenuint256 amount
Constructor
constructor(address collection_address creator_address nuts_address usdc_
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.