ZKMESBTUpgradeable
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "ZKMESBTUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ZKMESBTUpgradeable"
ABI
ABI objects
Getter at block 22764853
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
name() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
_ownerOf(uint256 tokenId) view returns (address)
balanceOf(address owner) view returns (uint256)
getKycData(uint256 tokenId) view returns (struct KYCDataLibUserData)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address account) view returns (bool)
isBalancePass(address owner) view returns (uint256)
isOperator(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdOf(address from) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _attest(address to) returns (uint256)
attest(address to) returns (uint256)
batchAttest(address[] to) returns (uint256[])
burn(uint256 tokenId)
deleteExpire(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(string name_, string symbol_, address admin_)
mintSbt(struct KYCDataLibMintData[] mintDataArray)
renounceRole(bytes32 role, address account)
revoke(address from, uint256 tokenId)
revokeRole(bytes32 role, address account)
setBaseTokenURI(string uri)
setKycData(uint256 tokenId, string key, uint256 validity, string data, string[] questions)
setKycDataBatch(struct KYCDataLibKycData[] kycDataArray)
Attest(address indexed to, uint256 indexed tokenId)
Burn(address indexed from, uint256 indexed tokenId)
Initialized(uint8 version)
MintSingleSbt(address indexed to)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.