MinterV1V3

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xfc3efadd at 21093212
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MinterV1V3"

No transactions found for "MinterV1V3"


Functions
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 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
longTermNullifiers(bytes32view returns (bool)
nullifiers(bytes32view returns (bool)
shortTermNullifiers(bytes32view returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
burn(uint256 amount
claimTokens(bool isShortTermstruct IMinterV1LMintClaim[] claimsstruct IMinterV1LClaimPublicInputs publicInputsbytes proof
grantRole(bytes32 roleaddress account
migrate(address newMinter
mint(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setLongTermTreeRoot(bytes32 eligibleTreeRoot_
setShortTermTreeRoot(bytes32 eligibleTreeRoot_
setVerifier(address verifier_
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Claimed(address indexed recipientbytes32 indexed nullifieruint256 amount
Initialized(uint64 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EligibleTreeRootMismatch(bytes32 givenbytes32 expected
FailedInnerCall(
InvalidDepositTreeRoot(bytes32 depositTreeRoot
InvalidInitialization(
InvalidProof(
LastClaimHashMismatch(bytes32 givenbytes32 expected
NotInitializing(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
UsedNullifier(bytes32 nullifier