StrategyStargateBridgeBal
Verified contract
Implementation
Active on
Base with 45 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xfc69…61eb
6 additional
variables
Balances ($15.93)
Native
Value
$4.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.001828 | $2,506.74 |
$4.58 | |
STG | ERC-20 | 43.017126 | $0.263814 |
$11.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7803578 | a year ago | | | 0 | 0.000000000030252690 | |
| 7559267 | a year ago | | | 0 | 0.000000078128843688 | |
| 7429658 | a year ago | | | 0 | 0.000000078128843688 | |
| 7300072 | a year ago | | | 0 | 0.000000078128843688 | |
| 7170434 | a year ago | | | 0 | 0.000000078128843688 | |
| 6911257 | a year ago | | | 0 | 0.000000078129156184 | |
| 6781681 | a year ago | | | 0 | 0.000000078129078060 | |
| 6652035 | a year ago | | | 0 | 0.000000078128843688 | |
| 6522452 | a year ago | | | 0 | 0.0000078124048 | |
| 6392835 | a year ago | | | 0 | 0.0000078124049 |
ABI
ABI objects
Getter at block 21866458 callReward() view returns (uint256) getAllFees() view returns (struct IFeeConfigAllFees) rewardsAvailable() view returns (uint256)
WITHDRAWAL_FEE_CAP() view returns (uint256)
50
WITHDRAWAL_MAX() view returns (uint256)
10000
balanceOf() view returns (uint256)
1033816
balanceOfPool() view returns (uint256)
1033816
balanceOfWant() view returns (uint256)
0
beefyFeeConfig() view returns (address)
0xfc69704cc3caac545cc7577009ea4aa04f1a61eb
beefyFeeRecipient() view returns (address)
0x02ae4716b9d5d48db1445814b0ede39f5c28264b
chef() view returns (address)
0x06eb48763f117c7be887296cdcdfad2e4092739c
depositFee() view returns (uint256)
0
depositToken() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
duration() view returns (uint256)
86400
getStratFeeId() view returns (uint256)
0
harvestOnDeposit() view returns (bool)
true
keeper() view returns (address)
0x4fed5491693007f0cd49f4614ffc38ab6a04b619
lastHarvest() view returns (uint256)
1695342945
lockedProfit() view returns (uint256)
0
minNative() view returns (uint256)
10000000000000000
minSwap() view returns (uint256)
50000000000000000000
native() view returns (address)
0x4200000000000000000000000000000000000006
nativeToDeposit() view returns (address[])
[0x4200000000000000000000000000000000000006, 0x6FbFcf88DB1aADA31F34215b2a1Df7fafb4883e9, 0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA]
nativeToDepositPath() view returns (uint8 swapKind, struct IBalancerVaultFundManagement funds)
(swapKind=0, funds=(0xd5d634926a5b58b2952f19335537f1ed3f09bfce, false, 0xd5d634926a5b58b2952f19335537f1ed3f09bfce, false))
output() view returns (address)
0xe3b53af74a4bf62ae5511055290838050bf764df
owner() view returns (address)
0x3b60f7f25b09e71356cdffc6475c222a466a2ac9
paused() view returns (bool)
false
poolId() view returns (uint256)
1
routerPoolId() view returns (uint256)
1
srcSwapper() view returns (address)
0xc8c86f0a4879a0479554c7599dde3ef51614996e
stargateRouter() view returns (address)
0x45f1a95a4d3f3836523f5c83673c797f4d4d263b
strategist() view returns (address)
0x4cc72219fc8aef162fc0c255d9b9c3ff93b10882
totalLocked() view returns (uint256)
19101506
unirouter() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
vault() view returns (address)
0xc01aa9c078417f3b9c31578be909f767f7c26685
want() view returns (address)
0x4c80e24119cfb836cdf0a6b53dc23f04f7e652ca
withdrawFee() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events beforeDeposit()
deposit()
harvest()
harvest(address callFeeRecipient)
initialize(address _want, address _output, uint256 _poolId, address _chef, address _stargateRouter, uint256 _routerPoolId, uint256 _minSwap, address _srcSwapper, bytes32[] _nativeToDepositPools, address[] _nativeToDepositRoute, struct StratFeeManagerInitializableCommonAddresses _commonAddresses)
managerHarvest()
panic()
pause()
renounceOwnership()
retireStrat()
setBeefyFeeConfig(address _beefyFeeConfig)
setBeefyFeeRecipient(address _beefyFeeRecipient)
setDuration(uint256 _duration)
setHarvestOnDeposit(bool _harvestOnDeposit)
setKeeper(address _keeper)
setMinimums(uint256 _minSwap, uint256 _minNative)
setSrcSwapper(address _srcSwapper)
setStratFeeId(uint256 _feeId)
setStrategist(address _strategist)
setUnirouter(address _unirouter)
setVault(address _vault)
setWithdrawalFee(uint256 _fee)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount)
ChargedFees(uint256 callFees, uint256 beefyFees, uint256 strategistFees)
Deposit(uint256 tvl)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBeefyFeeConfig(address beefyFeeConfig)
SetBeefyFeeRecipient(address beefyFeeRecipient)
SetKeeper(address keeper)
SetStratFeeId(uint256 feeId)
SetStrategist(address strategist)
SetUnirouter(address unirouter)
SetVault(address vault)
SetWithdrawalFee(uint256 withdrawalFee)
StratHarvest(address indexed harvester, uint256 wantHarvested, uint256 tvl)
Unpaused(address account)
Withdraw(uint256 tvl)
This contract contains no constructor objects.
receive()
This contract contains no error objects.