Token Vault Contract
Address
Lock and Unlock Functions
function lockTokens(
address _tokenAddress,
uint256 _amount,
uint256 _unlockTime,
address payable _withdrawer
)
public returns (uint256 _id)function withdrawTokens(
address _tokenAddress,
uint256 _index,
uint256 _id,
uint256 _amount
)
externalRead-Only Functions
Last updated
Was this helpful?