⛔AccessManager
AccessManager contract manages roles and whitelist status related to Vaults contracts.
View Methods
whiteListMode (KYC)
Returns the KYC mode status of a vault.
Call Parameters:
Return Value:
permissionLessMode
Returns the status of the permission-less mode.
Return Value:
getUserAccessInfo
Returns the KYC information for a given user.
Call Parameters:
Return Values:
isWhiteListed
Returns the whitelist status of a given user.
Call Parameters:
Return Value:
Write Methods
SetPermissionLessMode
Settles the permission-less mode.
This method can only be called by address with DEFAULT_ADMIN_ROLE.
Call Parameters:
SetWhiteListMode (KYC)
Settles the KYC mode of a vault.
This method can only be called by address with DEFAULT_ADMIN_ROLE.
Call Parameters:
SetKYCTokenImp
Settles the implementation address of the KYCToken.
This method can only be called by address with DEFAULT_ADMIN_ROLE.
Call Parameters:
Last updated