StrategyBaseSwap
Verified contract
Active on
Base with 20 txns
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
9 additional
variables
Balances ($0.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSX | ERC-20 | 0.829059 | $0.069688 |
$0.06 | |
WETH | ERC-20 | 0 | $3,608.28 |
$0 | |
xBSX | ERC-20 | 3.316235 | -- | -- | |
spNFT | ERC-721 | 1 | -- | -- | |
spNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8254430 | a year ago | | | 0 | 4.3440154e-7 | |
| 8254427 | a year ago | | | 0 | 0.000000073140902016 | |
| 8254425 | a year ago | | | 0 | 0.000000030129048636 | |
| 8254423 | a year ago | | | 0 | 0.000000021162502170 | |
| 8254421 | a year ago | | | 0 | 2.1334830e-7 | |
| 8243224 | a year ago | | | 0 | 0.000000009730035510 | |
| 8081124 | a year ago | | | 0 | 0.000089669400 | |
| 8018170 | a year ago | | | 0 | 0.000092911200 | |
| 7797886 | a year ago | | | 0 | 0.000092514300 | |
| 7666627 | a year ago | | | 0 | 0.000091277600 |
ABI
ABI objects
Getter at block 23218810 balanceOf() view returns (uint256) callReward() view returns (uint256) rewardsAvailable() view returns (uint256)
WITHDRAWAL_FEE_CAP() view returns (uint256)
30
WITHDRAWAL_MAX() view returns (uint256)
10000
balanceOfPool() view returns (uint256)
0
balanceOfWant() view returns (uint256)
0
bayFeeRecipient() view returns (address)
0x4ead779001ee27aeb67148362183a208eb0b3970
depositFee() view returns (uint256)
0
duration() view returns (uint256)
86400
escrowToken() view returns (address)
0xe4750593d1fc8e74b31549212899a72162f315fa
getAllFees() view returns (uint256, uint256, uint256)
(10000000000000000, 0, 0)
getWithdrawalFee() view returns (uint256)
0
harvestOnDeposit() view returns (bool)
false
keeper() view returns (address)
0x4ead779001ee27aeb67148362183a208eb0b3970
lastHarvest() view returns (uint256)
1702951595
lastVestCall() view returns (uint256)
1702951595
lockedProfit() view returns (uint256)
0
lpToken0() view returns (address)
0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22
lpToken1() view returns (address)
0x4200000000000000000000000000000000000006
native() view returns (address)
0x4200000000000000000000000000000000000006
nativeToLp0() view returns (address[])
[0x4200000000000000000000000000000000000006, 0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22]
nativeToLp1() view returns (address[])
[0x4200000000000000000000000000000000000006]
nft() view returns (address)
0x858a8b8143f8a510f663f8eef31d9bf1fb4d986f
output() view returns (address)
0xd5046b976188eb40f6de40fb527f89c05b323385
outputToNative() view returns (address[])
[0xd5046B976188EB40f6DE40fB527F89c05b323385, 0x4200000000000000000000000000000000000006]
owner() view returns (address)
0x4ead779001ee27aeb67148362183a208eb0b3970
paused() view returns (bool)
false
rewardToNative() view returns (address[][])
[]
strategist() view returns (address)
0x4ead779001ee27aeb67148362183a208eb0b3970
tokenId() view returns (uint256)
335
totalFee() view returns (uint256)
10000000000000000
totalLocked() view returns (uint256)
132889986750617
unirouter() view returns (address)
0x327df1e6de05895d2ab08513aadd9313fe505d86
vault() view returns (address)
0x4ead779001ee27aeb67148362183a208eb0b3970
vestingLength() view returns (uint256)
1296000
vestingRewards() view returns (bool)
true
want() view returns (address)
0x07cfa5df24fb17486af0cbf6c910f24253a674d3
withdrawFee() view returns (uint256)
0
Read-only
nativeToLp0Route(uint256) view returns (address)
nativeToLp1Route(uint256) view returns (address)
onERC721Received(address, address, uint256, bytes) view returns (bytes4)
onNFTAddToPosition(address, uint256, uint256) view returns (bool)
onNFTHarvest(address, address, uint256, uint256, uint256, uint256) view returns (bool)
onNFTWithdraw(address, uint256, uint256) view returns (bool)
outputToNativeRoute(uint256) view returns (address)
rewardToNativeRoute(uint256, uint256) view returns (address)
State-modifying
Events addRewardRoute(address[] _rewardToNativeRoute)
beforeDeposit()
deposit()
harvest()
harvest(address callFeeRecipient)
initialize(address _nft, uint256 _totalFee, struct StratFeeManagerInitializableCommonAddresses _commonAddresses, address[] _outputToNativeRoute, address[] _nativeToLp0Route, address[] _nativeToLp1Route)
panic()
pause()
removeLastRewardRoute()
renounceOwnership()
retireStrat()
setBayFeeRecipient(address _bayFeeRecipient)
setHarvestOnDeposit(bool _harvestOnDeposit)
setKeeper(address _keeper)
setStrategist(address _strategist)
setTotalFee(uint256 _totalFee)
setUnirouter(address _unirouter)
setVault(address _vault)
setVestingRewards(bool _vestingRewards, uint256 _vestingLength)
setWithdrawalFee(uint256 _fee)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount)
ChargedFees(uint256 callFees, uint256 bayFees)
Deposit(uint256 tvl)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBayFeeRecipient(address bayFeeRecipient)
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.