MockTokemakERC20Pool
Functions
constructor
function constructor(
address _token
) public
Parameters
Name | Type | Description |
---|---|---|
_token | address |
underlyer
function underlyer() external returns (address)
requestWithdrawal
function requestWithdrawal(
uint256 amount
) external
Parameters
Name | Type | Description |
---|---|---|
amount | uint256 |
deposit
function deposit(
uint256 amount
) external
Parameters
Name | Type | Description |
---|---|---|
amount | uint256 |
withdraw
function withdraw(
uint256 requestedAmount
) external
Parameters
Name | Type | Description |
---|---|---|
requestedAmount | uint256 |