Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UniProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14075261 | 3 years ago | | | 0 | 0.045431000 | |
| 14068429 | 3 years ago | | | 0 | 0.0052958000 | |
| 14068372 | 3 years ago | | | 0 | 0.041514400 | |
| 14068288 | 3 years ago | | | 0 | 0.0023858684 | |
| 14035733 | 3 years ago | | | 0 | 0.0091239316 | |
| 14030176 | 3 years ago | | | 0 | 0.0031834071 | |
| 13824715 | 3 years ago | | | 0 | 0.0042025500 | |
| 13824702 | 3 years ago | | | 0 | 0.0042025500 | |
| 13824702 | 3 years ago | | | 0 | 0.0042025500 | |
| 13824702 | 3 years ago | | | 0 | 0.0042025500 |
ABI
ABI objects
Getter at block 21209954
deltaScale() view returns (uint256)
1000
depositDelta() view returns (uint256)
1010
freeDeposit() view returns (bool)
false
owner() view returns (address)
0x3e738bef54e64be0c99759e0c77d9c72c5a8666e
priceThreshold() view returns (uint256)
100
twapCheck() view returns (bool)
true
twapInterval() view returns (uint32)
3600
Read-only
checkPriceChange(address pos, uint32 _twapInterval, uint256 _priceThreshold) view returns (uint256 price)
getDepositAmount(address pos, address token, uint256 deposit) view returns (uint256 amountStart, uint256 amountEnd)
getSqrtTwapX96(address pos, uint32 _twapInterval) view returns (uint160 sqrtPriceX96)
positions(address) view returns (uint8 version, bool twapOverride, uint32 twapInterval, uint256 priceThreshold, bool depositOverride, uint256 deposit0Max, uint256 deposit1Max, uint256 maxTotalSupply, bool freeDeposit)
properDepositRatio(address pos, uint256 deposit0, uint256 deposit1) view returns (bool)
State-modifying
Events addPosition(address pos, uint8 version)
appendList(address pos, address[] listed)
customDeposit(address pos, uint256 deposit0Max, uint256 deposit1Max, uint256 maxTotalSupply)
deposit(uint256 deposit0, uint256 deposit1, address to, address from, address pos) returns (uint256 shares)
removeListed(address pos, address listed)
setDeltaScale(uint256 _deltaScale)
setDepositDelta(uint256 _depositDelta)
setPriceThreshold(uint256 _priceThreshold)
setTwapInterval(uint32 _twapInterval)
setTwapOverride(address pos, bool twapOverride, uint32 _twapInterval)
toggleDepositFree()
toggleDepositFreeOverride(address pos)
toggleDepositOverride(address pos)
toggleTwap()
transferOwnership(address newOwner)
CustomDeposit(address arg0, uint256 arg1, uint256 arg2, uint256 arg3)
PositionAdded(address arg0, uint8 arg1)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.