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) |
---|---|---|---|---|---|---|---|
| 18911992 | a year ago | | | 0 | 0.0034607289 | |
| 18900232 | a year ago | | | 0 | 0.0084159868 | |
| 18899767 | a year ago | | | 0 | 0.012355909 | |
| 18897042 | a year ago | | | 0 | 0.0054239410 | |
| 18890428 | a year ago | | | 0 | 0.0086253387 | |
| 18883490 | a year ago | | | 0 | 0.010092930 | |
| 18879296 | a year ago | | | 0 | 0.015028126 | |
| 18876698 | a year ago | | | 0 | 0.0078730179 | |
| 18876545 | a year ago | | | 0 | 0.0079893385 | |
| 18876490 | a year ago | | | 0 | 0.011199862 |
ABI
ABI objects
Getter at block 21326544
deltaScale() view returns (uint256)
1000
depositDelta() view returns (uint256)
1010
freeDeposit() view returns (bool)
false
owner() view returns (address)
0x65ac5c8fc904ebc00140fdd59f9f63183cccc107
priceThreshold() view returns (uint256)
100
twapCheck() view returns (bool)
true
twapInterval() view returns (uint32)
500
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)
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 pos) returns (uint256 shares)
deposit(uint256 deposit0, uint256 deposit1, address to, address pos, uint256[4] minIn) returns (uint256 shares)
removeListed(address pos, address listed)
setDeltaScale(uint256 _deltaScale)
setDepositDelta(uint256 _depositDelta)
setPriceThreshold(uint256 _priceThreshold)
setPriceThresholdPos(address pos, 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)
DeltaScaleSet(uint256 _deltaScale)
DepositDeltaSet(uint256 _depositDelta)
DepositFreeOverrideToggled(address pos)
DepositFreeToggled()
DepositOverrideToggled(address pos)
ListAppended(address pos, address[] listed)
ListRemoved(address pos, address listed)
PositionAdded(address arg0, uint8 arg1)
PriceThresholdPosSet(address pos, uint256 _priceThreshold)
PriceThresholdSet(uint256 _priceThreshold)
TwapIntervalSet(uint32 _twapInterval)
TwapOverrideSet(address pos, bool twapOverride, uint32 _twapInterval)
TwapToggled()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.