gasperbr

Results 13 issues of gasperbr

Add an abstract contract for BentoBox strategies. The abstract contract makes the harvest function effectively private and minimizes the risk of a sandwich attack exploit. To write a strategy extend...

```Solidity // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.13; import "forge-std/Test.sol"; import "solmate/utils/SafeTransferLib.sol"; import "solmate/tokens/ERC20.sol"; contract ContractTest is Test { Token token = new Token(); Router router = new Router(); function setUp()...

Fee tiers for pools will differ. A stable swap pool would probably only have 0.0x fee tiers enabled.

Currently, if a farm gets deprecated there is no way to claim rewards on the UI.

Displayed volume is cumulative instead of daily. On https://polygon.sushi.com/trident/pools And on a pool detail page, the volume chart is cumulative, but it should be daily

invalid

Similar to #597, we need to include the base bentobox token APY which gives us the edge over other markets. Currently, we are doing false advertising by displaying a lower...

bug