StrategyCurveIBVoterProxy
Verified contract
Active on
Ethereum with 63 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5282…638c
0xa420…c152
Balances ($0.00)
No balances found for "StrategyCurveIBVoterProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12697341 | 3 years ago | | | 0 | 0.00047641600 | |
| 12627719 | 3 years ago | | | 0 | 0.00038693200 | |
| 12577242 | 3 years ago | | | 0 | 0.017512944 | |
| 12564651 | 4 years ago | | | 0 | 0.031810770 | |
| 12548888 | 4 years ago | | | 0 | 0.00062504400 | |
| 12543158 | 4 years ago | | | 0 | 0.0010437330 | |
| 12520101 | 4 years ago | | | 0 | 0.034968124 | |
| 12505601 | 4 years ago | | | 0 | 0.0013101440 | |
| 12499198 | 4 years ago | | | 0 | 0.094987536 | |
| 12493626 | 4 years ago | | | 0 | 0.070758240 |
ABI
ABI objects
Getter at block 21332237 isActive() view returns (bool)
FEE_DENOMINATOR() view returns (uint256)
10000
USE_SUSHI() view returns (uint256)
1
apiVersion() pure returns (string)
0.3.2
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
crvRouter() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
curve() view returns (address)
0x2dded6da1bf5dbdf597c45fcfaa3194e53ecfeaf
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
debtThreshold() view returns (uint256)
4000000000000000000000000
delegatedAssets() view returns (uint256)
0
emergencyExit() view returns (bool)
false
estimatedTotalAssets() view returns (uint256)
74808879459061929516343
gauge() view returns (address)
0xf5194c3325202f456c95c1cf0ca36f8475c1949f
keepCRV() view returns (uint256)
1000
keeper() view returns (address)
0x736d7e3c5a6cb2ce3b764300140abf476f6cfccf
maxReportDelay() view returns (uint256)
504000
metadataURI() view returns (string)
minReportDelay() view returns (uint256)
0
name() view returns (string)
StrategyCurveIBVoterProxy
optimal() view returns (uint256)
1
profitFactor() view returns (uint256)
100
proxy() view returns (address)
0xa420a63bbeffbda3b147d0585f1852c358e2c152
rewards() view returns (address)
0xc491599b9a20c3a2f0a85697ee6d9434efa9f503
strategist() view returns (address)
0xbedf3cf16ba1fce6c3b751903cf77e51d51e05b8
sushiswapRouter() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
tendCounter() view returns (uint256)
0
tendsPerHarvest() view returns (uint256)
0
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
vault() view returns (address)
0x27b7b1ad7288079a66d12350c828d3c00a6f07d7
voter() view returns (address)
0xf147b8125d2ef93fb6965db97d6746952a133934
want() view returns (address)
0x5282a4ef67d9c33135340fb3289cc1711c13638c
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
crvPath(uint256) view returns (address)
harvestTrigger(uint256 callCostinEth) view returns (bool)
tendTrigger(uint256 callCostinEth) view returns (bool)
State-modifying
Events harvest()
migrate(address _newStrategy)
setCrvRouter(uint256 _isSushiswap)
setDebtThreshold(uint256 _debtThreshold)
setEmergencyExit()
setKeepCRV(uint256 _keepCRV)
setKeeper(address _keeper)
setMaxReportDelay(uint256 _delay)
setMetadataURI(string _metadataURI)
setMinReportDelay(uint256 _delay)
setOptimal(uint256 _optimal)
setProfitFactor(uint256 _profitFactor)
setProxy(address _proxy)
setRewards(address _rewards)
setStrategist(address _strategist)
setTendsPerHarvest(uint256 _tendsPerHarvest)
setVoter(address _voter)
sweep(address _token)
tend()
withdraw(uint256 _amountNeeded) returns (uint256 _loss)
EmergencyExitEnabled()
Harvested(uint256 profit, uint256 loss, uint256 debtPayment, uint256 debtOutstanding)
UpdatedDebtThreshold(uint256 debtThreshold)
UpdatedKeeper(address newKeeper)
UpdatedMaxReportDelay(uint256 delay)
UpdatedMetadataURI(string metadataURI)
UpdatedMinReportDelay(uint256 delay)
UpdatedProfitFactor(uint256 profitFactor)
UpdatedRewards(address rewards)
UpdatedStrategist(address newStrategist)
constructor(address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.