Source: contracts/common/DepositableStorage.solarrow-up-right
isDepositable
setDepositable
function`` isDepositable() public view returns (bool)
function``
() public view returns (bool)
Returns:
bool
function`` setDepositable(bool _depositable) internal
(bool _depositable) internal
Parameters:
_depositable - bool
_depositable
Last updated 2 years ago
Was this helpful?