HotPotV3FundController
Verified contract
Active on
Ethereum with 136 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($915.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 914.611562 | $1.001 |
$915.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20853465 | 2 months ago | | | 0 | 0.0013709016 | |
| 20853459 | 2 months ago | | | 0 | 0.0013341717 | |
| 20008944 | 6 months ago | | | 0 | 0.0087973187 | |
| 19979801 | 6 months ago | | | 0 | 0.0021750901 | |
| 19974479 | 6 months ago | | | 0 | 0.0031998847 | |
| 19974303 | 6 months ago | | | 0 | 0.0055788851 | |
| 19973901 | 6 months ago | | | 0 | 0.0058318104 | |
| 19973448 | 6 months ago | | | 0 | 0.016344329 | |
| 19973412 | 6 months ago | | | 0 | 0.013046616 | |
| 19973389 | 6 months ago | | | 0 | 0.015203811 |
ABI
ABI objects
Getter at block 21289260
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
governance() view returns (address)
0x89a803f5f81bbef6134fdf6e5deee75870393585
hotpot() view returns (address)
0x615d8e5e1344b36a95f6ecd8e6cda020e84dc25b
maxPriceImpact() view returns (uint32 priceImpact)
200
maxSqrtSlippage() view returns (uint32 sqrtSlippage)
9994
uniV3Factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
harvestPath(address) view returns (bytes)
verifiedToken(address) view returns (bool)
State-modifying
Events add(address fund, uint256 poolIndex, uint256 positionIndex, uint256 amount, bool collect, uint256 deadline) returns (uint128 liquidity)
harvest(address token, uint256 amount) returns (uint256 burned)
init(address fund, address token0, address token1, uint24 fee, int24 tickLower, int24 tickUpper, uint256 amount, uint256 deadline) returns (uint128 liquidity)
move(address fund, uint256 poolIndex, uint256 subIndex, uint256 addIndex, uint256 proportionX128, uint256 deadline) returns (uint128 liquidity)
multicall(bytes[] data) payable returns (bytes[] results)
setDepositDeadline(address fund, uint256 deadline)
setDescriptor(address fund, bytes _descriptor)
setGovernance(address account)
setHarvestPath(address token, bytes path)
setMaxPriceImpact(uint32 priceImpact)
setMaxSqrtSlippage(uint32 sqrtSlippage)
setPath(address fund, address distToken, bytes path)
setVerifiedToken(address token, bool isVerified)
sub(address fund, uint256 poolIndex, uint256 positionIndex, uint256 proportionX128, uint256 deadline) returns (uint256 amount)
ChangeVerifiedToken(address indexed token, bool isVerified)
Harvest(address indexed token, uint256 amount, uint256 burned)
SetGovernance(address indexed account)
SetHarvestPath(address indexed token, bytes path)
SetMaxPriceImpact(uint256 priceImpact)
SetMaxSqrtSlippage(uint256 sqrtSlippage)
constructor(address _hotpot, address _governance, address _uniV3Router, address _uniV3Factory, address _weth9)
This contract contains no fallback and receive objects.
This contract contains no error objects.