VaultRecoverable
contract VaultRecoverable
is IVaultRecoverable, EtherTokenConstant, IsContract
Source: contracts/common/VaultRecoverable.sol
Index
Reference
Functions
allowRecoverability
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
getRecoveryVault
abstract function``
getRecoveryVault
() public view returns (address)
Returns:
address
transferToVault
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