Gelato Uniswap icETH/WETH LP
Verified contract
Proxy
Active on
Ethereum with 34 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
5 additional
variables
Balances ($887.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
icETH | ERC-20 | 0.12456 | $3,868.06 |
$481.81 | |
WETH | ERC-20 | 0.116697 | $3,474.93 |
$405.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18444220 | a year ago | | | 0 | 0.00088379778 | |
| 17861678 | a year ago | | | 0 | 0.00071971902 | |
| 16965288 | 2 years ago | | | 0 | 0.00089948545 | |
| 16965278 | 2 years ago | | | 0 | 0.00094647840 | |
| 16965268 | 2 years ago | | | 0 | 0.00092348450 | |
| 16909563 | 2 years ago | | | 0 | 0.00069855659 | |
| 16752717 | 2 years ago | | | 0 | 0.00085513096 | |
| 16139377 | 2 years ago | | | 0 | 0.00077851413 | |
| 16118892 | 2 years ago | | | 0 | 0.00066789800 | |
| 16103609 | 2 years ago | | | 0 | 0.00053967254 |
ABI
ABI objects
Getter at block 21267408 getUnderlyingBalances() view returns (uint256 amount0Current, uint256 amount1Current)
proxyAdmin() view returns (address)
0xea1aff9dbffd1580f6b81a3ad3589e66652db7d9
GELATO() view returns (address)
0x3caca7b48d0573d793d3b0279b5f0029180e83b6
RESTRICTED_MINT_ENABLED() view returns (uint16)
11111
arrakisBalance0() view returns (uint256)
89568815746212533
arrakisBalance1() view returns (uint256)
87313371346122586
arrakisFeeBPS() view returns (uint16)
250
arrakisTreasury() view returns (address)
0x2ff5d1da4985113f467bbbff015e76ce8ab05f29
decimals() view returns (uint8)
18
gelatoRebalanceBPS() view returns (uint16)
200
gelatoSlippageBPS() view returns (uint16)
500
gelatoSlippageInterval() view returns (uint32)
300
getPositionID() view returns (bytes32 positionID)
0x58a236c5c37f035f122fad0b4ec5db4856efa69459129d9e23a4c6ca9e9e48ff
lowerTick() view returns (int24)
-1800
manager() view returns (address)
0x5108ef86cf493905bcd35a3736e4b46decd7de58
managerBalance0() view returns (uint256)
0
managerBalance1() view returns (uint256)
0
managerFeeBPS() view returns (uint16)
0
managerTreasury() view returns (address)
0x88215a2794ddc031439c72922ec8983bde831c78
name() view returns (string)
Gelato Uniswap icETH/WETH LP
pool() view returns (address)
0xe5d028350093a743a9769e6fd7f5546eeddaa320
restrictedMintToggle() view returns (uint16)
100
symbol() view returns (string)
G-UNI
token0() view returns (address)
0x7c07f7abe10ce8e33dc6c5ad68fe033085256a84
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
671790652284139494513
upperTick() view returns (int24)
200
version() view returns (string)
1.0.0
Read-only
supportsInterface(bytes4 id) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMintAmounts(uint256 amount0Max, uint256 amount1Max) view returns (uint256 amount0, uint256 amount1, uint256 mintAmount)
getUnderlyingBalancesAtPrice(uint160 sqrtRatioX96) view returns (uint256 amount0Current, uint256 amount1Current)
State-modifying
Events transferProxyAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 burnAmount, address receiver) returns (uint256 amount0, uint256 amount1, uint128 liquidityBurned)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executiveRebalance(int24 newLowerTick, int24 newUpperTick, uint160 swapThresholdPrice, uint256 swapAmountBPS, bool zeroForOne)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, address _pool, uint16 _managerFeeBPS, int24 _lowerTick, int24 _upperTick, address _manager_)
mint(uint256 mintAmount, address receiver) returns (uint256 amount0, uint256 amount1, uint128 liquidityMinted)
rebalance(uint160 swapThresholdPrice, uint256 swapAmountBPS, bool zeroForOne, uint256 feeAmount, address paymentToken)
renounceOwnership()
toggleRestrictMint()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes)
updateManagerParams(int16 newManagerFeeBPS, address newManagerTreasury, int16 newRebalanceBPS, int16 newSlippageBPS, int32 newSlippageInterval)
withdrawArrakisBalance()
withdrawManagerBalance()
ProxyAdminTransferred(address indexed previousAdmin, address indexed newAdmin)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address receiver, uint256 burnAmount, uint256 amount0Out, uint256 amount1Out, uint128 liquidityBurned)
FeesEarned(uint256 feesEarned0, uint256 feesEarned1)
Minted(address receiver, uint256 mintAmount, uint256 amount0In, uint256 amount1In, uint128 liquidityMinted)
OwnershipTransferred(address indexed previousManager, address indexed newManager)
Rebalance(int24 lowerTick_, int24 upperTick_, uint128 liquidityBefore, uint128 liquidityAfter)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateManagerParams(uint16 managerFeeBPS, address managerTreasury, uint16 gelatoRebalanceBPS, uint16 gelatoSlippageBPS, uint32 gelatoSlippageInterval)
constructor(address implementationAddress, address adminAddress, bytes data)
fallback()
receive()
This contract contains no error objects.