BaseVerification
inputs | 0 | address | contextStorage | |
1 | uint256 | reward | ||
2 | address | account | ||
3 | address | coOwnerAddress | ||
4 | uint256 | index | ||
5 | string | fieldName |
OwnershipRenounced
f8df3114
inputs | 0 | address | previousOwner |
OwnershipTransferred
8be0079c
inputs | 0 | address | previousOwner | |
1 | address | newOwner |
_status
0fb3844c
accountAddress
1e9b1312
accountFieldName
b7af4e02
coOwner
d6d34c7c
dataIndex
f70bd6dd
finalizeVerification
21de821b
executed by Attestation party once it has completed attribute verification
inputs | 0 | bool | verificationResult | true is verification passed with positive result, false if not |
getData
3bc5de30
returns attribute value set on user profile and going to be verified by this contract
outputs | 0 | string | data |
getStatus
4e69d560
returns verification status, defined as enum Status { None, Created, Verified, Unverified, Canceled }
getStatusName
95389225
returns string label of verification status
owner
8da5cb5b
renounceOwnership
715018a6
Allows the current owner to relinquish control of the contract.
rewardAmount
f7b2a7be
tokensUnlockAt
009aa2aa
transferOwnership
f2fde38b
Allows the current owner to transfer control of the contract to a newOwner.
inputs | 0 | address | newOwner | The address to transfer ownership to. |
verifiedAt
7d56add7
withdraw
3ccfd60b
executed by party which requested attribute verification to get tokens back from contract. Tokens will be returned only after certain timestamp defined as tokensUnlockAt