Assistance Please

Hey Guys,I honestly don’t know what to fill in the boxes provide below when I compile and deploy the contract.

https://github.com/bigdans3000/FlashLoans

Screenshot_2022-03-14_17-00-35|260x500

All these are the functions that are in the compiled solidity program. You can check if the functions are working as expected by calling the function with input attributes.

For example:
image
This function takes the input value of uint256 type and executes the function. On a successful run, you can see the results in the console log.

Check out this tutorial for more information on solidity data types.