MinterV1V3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MinterV1V3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MinterV1V3"
ABI
ABI objects
Getter at block 21306869
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TREE_MANAGER() view returns (bytes32)
0x92a34060481126178f80fd86c2c51038c6d11c21120b77079571cc3abf1d746b
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
eligibleTreeRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
int1() view returns (address)
0x0000000000000000000000000000000000000000
longTermEligibleTreeRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
shortTermEligibleTreeRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000000
verifier() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
longTermNullifiers(bytes32) view returns (bool)
nullifiers(bytes32) view returns (bool)
shortTermNullifiers(bytes32) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events burn(uint256 amount)
claimTokens(bool isShortTerm, struct IMinterV1LMintClaim[] claims, struct IMinterV1LClaimPublicInputs publicInputs, bytes proof)
grantRole(bytes32 role, address account)
migrate(address newMinter)
mint()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setLongTermTreeRoot(bytes32 eligibleTreeRoot_)
setShortTermTreeRoot(bytes32 eligibleTreeRoot_)
setVerifier(address verifier_)
upgradeToAndCall(address newImplementation, bytes data) payable
Claimed(address indexed recipient, bytes32 indexed nullifier, uint256 amount)
Initialized(uint64 version)
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)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EligibleTreeRootMismatch(bytes32 given, bytes32 expected)
FailedInnerCall()
InvalidDepositTreeRoot(bytes32 depositTreeRoot)
InvalidInitialization()
InvalidProof()
LastClaimHashMismatch(bytes32 given, bytes32 expected)
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
UsedNullifier(bytes32 nullifier)