FundLockBase
Functions
_deposit
function _deposit(address tokenAddress, uint256 value) internal nonpayable
returns(bool)Name
Type
Description
_withdraw
Name
Type
Description
Last updated
Was this helpful?
function _deposit(address tokenAddress, uint256 value) internal nonpayable
returns(bool)Last updated
Was this helpful?
Was this helpful?
function _withdraw(address tokenAddress, uint256 value) internal nonpayable
returns(bool)