BridgedWOETHStrategy
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
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 97 additional slots
Balances ($0.00)
No balances found for "BridgedWOETHStrategy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BridgedWOETHStrategy"
ABI
ABI objects
Getter at block 22814713
MAX_PRICE_STALENESS() view returns (uint256)
172800
bridgedWOETH() view returns (address)
0xd8724322f44e5c58d7a815f542036fb17dbbf839
getRewardTokenAddresses() view returns (address[])
[]
governor() view returns (address)
0x58890a9cb27586e83cb51d2d26bbe18a1a647245
harvesterAddress() view returns (address)
0x0000000000000000000000000000000000000000
isGovernor() view returns (bool)
false
lastOraclePrice() view returns (uint128)
0
maxPriceDiffBps() view returns (uint128)
0
oethb() view returns (address)
0xdbfefd2e8460a6ee4955a68582f85708baea60a3
platformAddress() view returns (address)
0x0000000000000000000000000000000000000000
vaultAddress() view returns (address)
0x98a0cbef61bd2d21435f433be4cd42b56b38cc93
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
assetToPToken(address) view returns (address)
checkBalance(address _asset) view returns (uint256 balance)
getBridgedWOETHValue(uint256 woethAmount) view returns (uint256)
rewardTokenAddresses(uint256) view returns (address)
supportsAsset(address _asset) view returns (bool)
State-modifying
Events claimGovernance()
collectRewardTokens()
deposit(address, uint256)
depositAll()
depositBridgedWOETH(uint256 woethAmount)
initialize(uint128 _maxPriceDiffBps)
removePToken(uint256)
safeApproveAllTokens()
setHarvesterAddress(address _harvesterAddress)
setMaxPriceDiffBps(uint128 _maxPriceDiffBps)
setPTokenAddress(address _asset, address _pToken)
setRewardTokenAddresses(address[] _rewardTokenAddresses)
transferGovernance(address _newGovernor)
transferToken(address _asset, uint256 _amount)
updateWOETHOraclePrice() returns (uint256)
withdraw(address _recipient, address _asset, uint256 _amount)
withdrawAll()
withdrawBridgedWOETH(uint256 oethToBurn)
Deposit(address indexed _asset, address _pToken, uint256 _amount)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
HarvesterAddressesUpdated(address _oldHarvesterAddress, address _newHarvesterAddress)
MaxPriceDiffBpsUpdated(uint128 oldValue, uint128 newValue)
PTokenAdded(address indexed _asset, address _pToken)
PTokenRemoved(address indexed _asset, address _pToken)
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
RewardTokenAddressesUpdated(address[] _oldAddresses, address[] _newAddresses)
RewardTokenCollected(address recipient, address rewardToken, uint256 amount)
WOETHPriceUpdated(uint128 oldValue, uint128 newValue)
Withdrawal(address indexed _asset, address _pToken, uint256 _amount)
constructor(struct InitializableAbstractStrategyBaseStrategyConfig _stratConfig, address _weth, address _bridgedWOETH, address _oethb)
This contract contains no fallback and receive objects.
This contract contains no error objects.