VaultRecoverable
Last updated
Was this helpful?
is IVaultRecoverable, EtherTokenConstant, IsContract
Source: contracts/common/VaultRecoverable.sol
function`` allowRecoverability(address token) public view returns (bool)
By default deriving from AragonApp makes it recoverable.
Parameters:
token - Token address that would be recovered
Returns:
bool whether the app allows the recovery
abstract function`` getRecoveryVault() public view returns (address)
Returns:
address
function`` transferToVault(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.
Last updated
Was this helpful?
Was this helpful?
