ZKMEVerifyUpgradeable
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ZKMEVerifyUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ZKMEVerifyUpgradeable"
ABI
ABI objects
Getter at block 21833716 getApprovedLength() view returns (uint256)
COOPERATOR_GRANT() view returns (uint256)
1
COOPERATOR_ROLE() view returns (bytes32)
0xec1cfeb7d0545d3e65a053f28e30e0b53bd18be8ee2bf537976c79a18346284c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INSPECTOR_GRANT() view returns (uint256)
2
INSPECTOR_ROLE() view returns (bytes32)
0x273dcf2136c7d8ef632bb8ef13dbca69a8f36fa620c7468671b3153d46a211c0
OPERATOR_GRANT() view returns (uint256)
0
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
Read-only
getApprovedLengthForOperator(address cooperator) view returns (uint256)
getApprovedTokenId(uint256 start, uint256 pageSize) view returns (uint256[50])
getApprovedTokenIdForOperator(address cooperator, uint256 start, uint256 pageSize) view returns (uint256[50])
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserData(address user) view returns (struct KYCDataLibUserData)
getUserDataForInspector(address party, address user) view returns (struct KYCDataLibUserData)
getUserDataForOperator(address cooperator, address user) view returns (struct KYCDataLibUserData)
getUserTokenId(address user) view returns (uint256)
getUserTokenIdForOperator(address cooperator, address user) view returns (uint256)
hasApproved(address cooperator, address user) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isCooperator(address account) view returns (bool)
isInspector(address account) view returns (bool)
isOperator(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
verify(address cooperator, address user) view returns (bool)
State-modifying
Events approve(address cooperator, uint256 tokenId, string cooperatorThresholdKey)
grantCooperator(address cooperator)
grantInspector(address inspector)
grantOperator(address operator)
grantRole(bytes32 role, address account)
initialize(address admin_, address sbt_contract_, address conf_contract_)
removeExpire(address cooperator, uint256 tokenId, address user)
renounceRole(bytes32 role, address account)
revoke(address cooperator, uint256 tokenId)
revokeRole(bytes32 role, address account)
updateConfContract(address contract_)
updateSbtContract(address contract_)
Approve(address indexed to, uint256 indexed tokenId)
Grant(address indexed to, uint256 indexed grantType)
Initialized(uint8 version)
Revoke(address indexed from, uint256 indexed tokenId)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.