Identity
The Identity contract controls addresses that are whitelisted to "Claim" UBI.
Last updated
The Identity contract controls addresses that are whitelisted to "Claim" UBI.
Last updated
Face Verification GoodDollar currently whitelists users based on a user proving "uniqueness" by signing up with a live and unique face. All image data and details are anonymized in order to allow the user to create a new account in case he is unable to recover his wallet. Facial details are deleted after authenticationPeriod
and users are required to perform face verification again every authenticationPeriod
days.
Social Profile Each blockchain address is linked to the user's public profile as created in the wallet. The DID is the node id in the public p2p GunDB database. Mappings from wallet address to DID are held in addrToDID
.
Emitted when the address is added to blacklist.
Parameter name | Annotation |
---|---|
Emitted when the address is removed from blacklist.
Parameter name | Annotation |
---|---|
Emitted when the address is removed from whitelist.
Parameter name | Annotation |
---|---|
Emitted when the address is added to whitelist.
Emitted when the contract address is added to whitelist.
Emitted when the contract address is removed from whitelist.
The function checks if given address has been added to whitelist.
Returns: a boolean indicating weather the address is present in whitelist.
Function that gives the date the given user was added.
Returns: the date the address was added.
Field that contains the number of days an authentication is valid for.
Returns: a time duration in days.
Function that gives the DID representation for given address.
Returns: the string representation of DID
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
Parameter name | Annotation |
---|---|
account
The address of the account to add.
account
The address of the account to remove.
account
The address of the account to remove.
account
The address of the account to add.
account
The address of the contract to add.
account
The address of the contract to add.
account
The address to check.
account
The address to check.
account
The address to check.