ConvexFraxPoolTradeExecutor
Verified contract
Active on
Ethereum with 191 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3175…73cc
0x079d…f72f
Balances ($138.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 341.334044 | $0.376144 |
$128.39 | |
CVX | ERC-20 | 4.778677 | $2.12 |
$10.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17891172 | a year ago | | | 0 | 0.0015541844 | |
| 17813612 | a year ago | | | 0 | 0.036712722 | |
| 17813596 | a year ago | | | 0 | 0.034792009 | |
| 17790974 | a year ago | | | 0 | 0.019474031 | |
| 17790972 | a year ago | | | 0 | 0.0041790480 | |
| 17790970 | a year ago | | | 0 | 0.034173560 | |
| 17740934 | a year ago | | | 0 | 0.021033500 | |
| 17740932 | a year ago | | | 0 | 0.0040049210 | |
| 17740930 | a year ago | | | 0 | 0.037290958 | |
| 17691683 | a year ago | | | 0 | 0.020956183 |
ABI
ABI objects
Getter at block 21215445 positionInWantToken() view returns (uint256, uint256) totalFunds() view returns (uint256, uint256)
MAX_BPS() view returns (uint256)
10000
NORMALIZATION_FACTOR() view returns (uint256)
1000000000000000000000000000000
baseRewardPool() view returns (address)
0x7e880867363a7e321f5d260cade2b0bb2f717b02
convexBooster() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
depositStatus() view returns (bool inProcess, address from)
(inProcess=false, from=0x0000000000000000000000000000000000000000)
fraxPool() view returns (address)
0xdcef968d416a41cdac0ed8702fac8128a64241a2
governance() view returns (address)
0x6b29610d6c6a9e47812be40f1335918bd63321bf
harvester() view returns (address)
0x079d4c4179f0018ee5587f416560a94261a9f72f
keeper() view returns (address)
0xc731c3e9f353a8f924b793960c80139a33d71a79
latestHarvestedRewards() view returns (uint256)
133857492
lpToken() view returns (address)
0x3175df0976dfa876431c2e9ee6bc45b65d3473cc
maxSlippage() view returns (uint256)
150
prevSharePrice() view returns (uint256)
1001269965829530032
totalCummulativeRewards() view returns (uint256)
22161639429
useVirtualPriceForPosValue() view returns (bool)
true
vault() view returns (address)
0x3c4fe0db16c9b521480c43856ba3196a9fa50e08
vaultWantToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
wantToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
withdrawalStatus() view returns (bool inProcess, address from)
(inProcess=false, from=0x0000000000000000000000000000000000000000)
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimRewards(bytes _data)
closePosition(bytes _data)
confirmDeposit()
confirmWithdraw()
initiateDeposit(bytes _data)
initiateWithdraw(bytes _data)
openPosition(bytes _data)
setHandler(address _harvester)
setSlippage(uint256 _slippage)
setUseVirtualPriceForPosValue(bool _useVirtualPriceForPosValue)
sweep(address _token)
Claim(uint256 indexed amount)
Deposit(uint256 indexed amount)
UpdatedHarvester(address indexed oldHandler, address indexed newHandler)
UpdatedSlippage(uint256 indexed oldSlippage, uint256 indexed newSlippage)
Withdraw(uint256 indexed amount)
constructor(address _harvester, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.