HotPotV2Fund
Verified contract
Proxy
Active on
Ethereum with 136 txns
Unified 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
Balances ($20,372.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 20.393449K | $0.998975 |
$20,372.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191540 | 3 days ago | | | 0 | 0.0052663444 | |
| 20917401 | a month ago | | | 0 | 0.0028455828 | |
| 19702699 | 7 months ago | | | 0 | 0.0042529758 | |
| 16066663 | 2 years ago | | | 0 | 0.0079625427 | |
| 15125825 | 2 years ago | | | 0 | 0.0068340127 | |
| 14797574 | 3 years ago | | | 0 | 0.010850627 | |
| 14620677 | 3 years ago | | | 0 | 0.055807564 | |
| 14505194 | 3 years ago | | | 0 | 0.031330870 | |
| 14471773 | 3 years ago | | | 0 | 0.016192917 | |
| 14456044 | 3 years ago | | | 0 | 0.034807800 |
ABI
ABI objects
Getter at block 21214189 totalAssets() view returns (uint256 amount)
controller() view returns (address)
0xe366d53f07af38ce012aea484747e40d513d000e
decimals() view returns (uint8)
18
descriptor() view returns (bytes32)
0x57686974652042656c6c790050617373697665202b2041637469766500000000
manager() view returns (address)
0xeec9861ed3d849371b551899dcf43c5e3b44fcfe
name() view returns (string)
Hotpot V2
poolsLength() view returns (uint256)
3
symbol() view returns (string)
HPT-V2
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalInvestment() view returns (uint256)
54456445992
totalSupply() view returns (uint256)
15261406682
Read-only
allowance(address, address) view returns (uint256)
assetsOfPool(uint256 poolIndex) view returns (uint256 amount)
assetsOfPosition(uint256 poolIndex, uint256 positionIndex) view returns (uint256 amount)
balanceOf(address) view returns (uint256)
buyPath(address) view returns (bytes)
investmentOf(address) view returns (uint256)
pools(uint256) view returns (address)
positions(uint256, uint256) view returns (bool isEmpty, int24 tickLower, int24 tickUpper)
positionsLength(uint256 poolIndex) view returns (uint256)
sellPath(address) view returns (bytes)
State-modifying
Events add(uint256 poolIndex, uint256 positionIndex, uint256 amount, bool collect)
approve(address spender, uint256 value) returns (bool)
deposit(uint256 amount) returns (uint256 share)
init(address token0, address token1, uint24 fee, int24 tickLower, int24 tickUpper, uint256 amount)
move(uint256 poolIndex, uint256 subIndex, uint256 addIndex, uint256 proportionX128)
setPath(address distToken, bytes buy, bytes sell)
sub(uint256 poolIndex, uint256 positionIndex, uint256 proportionX128)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes data)
withdraw(uint256 share) returns (uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed owner, uint256 amount, uint256 share)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed owner, uint256 amount, uint256 share)
constructor()
receive()
This contract contains no error objects.