MainnetUsdcStargateLPStrategy
Verified contract
Active on
Ethereum with 428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($381.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STG | ERC-20 | 1.239328K | $0.307819 |
$381.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16971605 | 2 years ago | | | 0 | 0.0079103998 | |
| 16971603 | 2 years ago | | | 0 | 0.015670466 | |
| 16971601 | 2 years ago | | | 0 | 0.0053251060 | |
| 16957424 | 2 years ago | | | 0 | 0.0038724657 | |
| 16957422 | 2 years ago | | | 0 | 0.0069189677 | |
| 16957420 | 2 years ago | | | 0 | 0.0026151529 | |
| 16950312 | 2 years ago | | | 0 | 0.0051585332 | |
| 16950310 | 2 years ago | | | 0 | 0.012118713 | |
| 16950308 | 2 years ago | | | 0 | 0.0028652898 | |
| 16936069 | 2 years ago | | | 0 | 0.0052348720 |
ABI
ABI objects
Getter at block 21227377
STGPOOL() view returns (address)
0x3211c6cbef1429da3d0d58494938299c92ad5860
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
bentoBox() view returns (address)
0xd96f48665a1410c0cd669a88898eca36b9fc2cce
bridgeToken() view returns (address)
0x0000000000000000000000000000000000000000
exited() view returns (bool)
false
factory() view returns (address)
0x0000000000000000000000000000000000000000
feeCollector() view returns (address)
0xdf2c270f610dc35d8ffda5b453e74db5471e126b
feePercent() view returns (uint8)
50
maxBentoBoxBalance() view returns (uint256)
15655858059
owner() view returns (address)
0xfddfe525054efaad204600d00ca86adb1cc2ea8a
pid() view returns (uint256)
0
poolId() view returns (uint256)
1
router() view returns (address)
0x8731d54e9d02c286767d56ac03e8037c07e01e98
staking() view returns (address)
0xb0d502e938ed5f4df2e681fe6e419ff29631d62b
stargateToken() view returns (address)
0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6
strategyToken() view returns (address)
0xdf0770df86a8034b3efef0a1bb3c889b8332ff56
underlyingToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
strategyExecutors(address) view returns (bool)
State-modifying
Events afterExit(address to, uint256 value, bytes data) returns (bool success)
exit(uint256 balance) returns (int256 amountAdded)
harvest(uint256 balance, address sender) returns (int256)
renounceOwnership()
safeHarvest(uint256 maxBalance, bool rebalance, uint256 maxChangeAmount, bool harvestRewards)
setFeeParameters(address _feeCollector, uint8 _feePercent)
setStrategyExecutor(address executor, bool value)
skim(uint256 amount)
swapExactTokensForUnderlying(uint256 amountOutMin, address inputToken) returns (uint256 amountOut)
swapToLP(uint256 amountOutMin) returns (uint256 amountOut)
transferOwnership(address newOwner)
withdraw(uint256 amount) returns (uint256 actualAmount)
FeeParametersChanged(address feeCollector, uint256 feeAmount)
LogConvert(address indexed server, address indexed token0, address indexed token1, uint256 amount0, uint256 amount1)
LogSetStrategyExecutor(address indexed executor, bool allowed)
LpMinted(uint256 total, uint256 strategyAmount, uint256 feeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _strategyToken, address _bentoBox, address _router, uint256 _poolId, address _staking, uint256 _pid)
This contract contains no fallback and receive objects.
This contract contains no error objects.