StrategyCurveGaugeRenBtcCrv
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "StrategyCurveGaugeRenBtcCrv"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StrategyCurveGaugeRenBtcCrv"
ABI
ABI objects
Getter at block 21278605 balanceOf() view returns (uint256) balanceOfPool() view returns (uint256) balanceOfWant() view returns (uint256)
MAX_FEE() view returns (uint256)
10000
controller() view returns (address)
0x0000000000000000000000000000000000000000
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
curveSwap() view returns (address)
0x0000000000000000000000000000000000000000
gauge() view returns (address)
0x0000000000000000000000000000000000000000
getName() pure returns (string)
StrategyCurveGauge
getProtectedTokens() view returns (address[])
[0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0xD533a949740bb3306d119CC777fa900bA034cd52]
governance() view returns (address)
0x0000000000000000000000000000000000000000
guardian() view returns (address)
0x0000000000000000000000000000000000000000
isTendable() view returns (bool)
false
keepCRV() view returns (uint256)
0
keeper() view returns (address)
0x0000000000000000000000000000000000000000
lpComponent() view returns (address)
0x0000000000000000000000000000000000000000
mintr() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
performanceFeeGovernance() view returns (uint256)
0
performanceFeeStrategist() view returns (uint256)
0
strategist() view returns (address)
0x0000000000000000000000000000000000000000
uniswap() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
want() view returns (address)
0x0000000000000000000000000000000000000000
wbtc() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
withdrawalFee() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events __BaseStrategy_init(address _governance, address _strategist, address _controller, address _keeper, address _guardian)
deposit()
harvest() returns (struct StrategyCurveGaugeBaseHarvestData)
initialize(address _governance, address _strategist, address _controller, address _keeper, address _guardian, address[5] _wantConfig, uint256[4] _feeConfig)
pause()
setController(address _controller)
setGovernance(address _governance)
setGuardian(address _guardian)
setKeepCRV(uint256 _keepCRV)
setKeeper(address _keeper)
setPerformanceFeeGovernance(uint256 _performanceFeeGovernance)
setPerformanceFeeStrategist(uint256 _performanceFeeStrategist)
setStrategist(address _strategist)
setWithdrawalFee(uint256 _withdrawalFee)
unpause()
withdraw(uint256 _amount)
withdrawAll() returns (uint256 balance)
withdrawOther(address _asset) returns (uint256 balance)
CurveHarvest(uint256 crvHarvested, uint256 keepCrv, uint256 crvRecycled, uint256 lpComponentDeposited, uint256 wantProcessed, uint256 wantDeposited, uint256 governancePerformanceFee, uint256 strategistPerformanceFee)
Harvest(uint256 harvested, uint256 indexed blockNumber)
Paused(address account)
SetController(address controller)
SetGovernance(address governance)
SetPerformanceFeeGovernance(uint256 performanceFeeGovernance)
SetPerformanceFeeStrategist(uint256 performanceFeeStrategist)
SetStrategist(address strategist)
SetWithdrawalFee(uint256 withdrawalFee)
Unpaused(address account)
Withdraw(uint256 amount)
WithdrawAll(uint256 balance)
WithdrawOther(address token, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.