McToady.eth

Results 3 issues of McToady.eth

I'm having troubles migrating the TimeLock.sol file. In the repo there is no migration file for the contract.

Change all instances: `PoolParams:mintLiqudity` to `PoolParams:mintLiquidity`

balanceOf signature should be restricted to view so it uses a static call rather than a regular call to the contract (avoids potential attacks by malicious contracts who's balanceOf implementation...