ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 41 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ae0…07cd
0xe24e…4c81
0x0ac4…d9c1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ITX | ERC-20 | 74.214873M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239397 | 7 days ago | | | 0 | 0.010516266 | |
| 21207350 | 11 days ago | | | 0 | 0.0092107541 | |
| 21199937 | 12 days ago | | | 0 | 0.010958850 | |
| 21149104 | 19 days ago | | | 0 | 0.0087295385 | |
| 21149101 | 19 days ago | | | 0 | 0.0084546841 | |
| 21149091 | 19 days ago | | | 0 | 0.0087408314 | |
| 21149044 | 19 days ago | | | 0 | 0.0095962776 | |
| 21149043 | 19 days ago | | | 0 | 0.0095630412 | |
| 21149041 | 19 days ago | | | 0 | 0.0097046276 | |
| 21149036 | 19 days ago | | | 0 | 0.0098414379 |
ABI
ABI objects
Getter at block 21287354 proxiableUUID() view returns (bytes32)
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)
0x0ac498bca32b00e2584171844fb9a5943398d9c1
longTermEligibleTreeRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
shortTermEligibleTreeRoot() view returns (bytes32)
0x0206667ba6f431082e368c082694ce54d849422dc43f25cfe641e46f3f27f2a9
token() view returns (address)
0xe24e207c6156241cafb41d025b3b5f0677114c81
verifier() view returns (address)
0x2ae060a830f2f6c7c1cc7d87ea7de4a8bfc707cd
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
Upgraded(address indexed implementation)
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)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
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)