is IVaultRecoverable, EtherTokenConstant, IsContract
Source: contracts/common/VaultRecoverable.solarrow-up-right
allowRecoverability
getRecoveryVault
transferToVault
function`` allowRecoverability(address token) public view returns (bool)
function``
(address token) public view returns (bool)
By default deriving from AragonApp makes it recoverable.
Parameters:
token - Token address that would be recovered
token
Returns:
bool whether the app allows the recovery
abstract function`` getRecoveryVault() public view returns (address)
abstract function``
() public view returns (address)
address
function`` transferToVault(address _token) external
(address _token) external
Send funds to recovery Vault. This contract should never receive funds, but in case it does, this function allows one to recover them.
Parameters
_token - Token balance to be sent to recovery vault.
_token
Last updated 2 years ago
Was this helpful?