Identity
The Identity contract controls addresses that are whitelisted to "Claim" UBI.
Events
BlacklistAdded
Parameter name
Annotation
event BlacklistAdded(address indexed account);BlacklistRemoved
Parameter name
Annotation
event BlacklistRemoved(address indexed account);WhitelistedRemoved
Parameter name
Annotation
event WhitelistedRemoved(address indexed account);WhitelistedAdded
Parameter name
Annotation
ContractAdded
Parameter name
Annotation
ContractRemoved
Parameter name
Annotation
isWhitelisted
Parameter name
Annotation
lastAuthenticated
Parameter name
Annotation
authenticationPeriod
addrToDID
Parameter name
Annotation
Last updated
Was this helpful?