tess3rac7
Results
1
issues of
tess3rac7
Hi there, here's `previewWithdraw` as coded in the solmate ERC4626 mixin: ```solidity function previewWithdraw(uint256 assets) public view virtual returns (uint256) { uint256 supply = totalSupply; // Saves an extra SLOAD...