Gelato Uniswap PAR/USDC LP
Verified contract
Proxy
Active on
Ethereum with 113 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 ($74.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAR | ERC-20 | 37.329091 | $1.019 |
$38.04 | |
USDC | ERC-20 | 36.121682 | $0.99876 |
$36.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20589757 | 4 months ago | | | 0 | 0.000024968462 | |
| 19637163 | 8 months ago | | | 0 | 0.00057148933 | |
| 19397353 | 9 months ago | | | 0 | 0.0022470794 | |
| 19319082 | 10 months ago | | | 0 | 0.0025646389 | |
| 18720655 | a year ago | | | 0 | 0.0035906592 | |
| 18660384 | a year ago | | | 0 | 0.0010916638 | |
| 18371998 | a year ago | | | 0 | 0.00046941858 | |
| 18157457 | a year ago | | | 0 | 0.00056397000 | |
| 18040400 | a year ago | | | 0 | 0.00064349996 | |
| 17878024 | a year ago | | | 0 | 0.0022610520 |
ABI
ABI objects
Getter at block 21443311 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)
23078107861252418992
arrakisBalance1() view returns (uint256)
22137338
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)
0xdc2015749f52004ac41420eaa7b3b6bf888de2f9eb72a45628284a8b250408eb
lowerTick() view returns (int24)
-276840
manager() view returns (address)
0xac3203d77823496e421aa7e88cdc2f6c387d6182
managerBalance0() view returns (uint256)
0
managerBalance1() view returns (uint256)
0
managerFeeBPS() view returns (uint16)
0
managerTreasury() view returns (address)
0xac3203d77823496e421aa7e88cdc2f6c387d6182
name() view returns (string)
Gelato Uniswap PAR/USDC LP
pool() view returns (address)
0xd7dcb0eb6aab643b85ba74cf9997c840fe32e695
restrictedMintToggle() view returns (uint16)
100
symbol() view returns (string)
G-UNI
token0() view returns (address)
0x68037790a0229e9ce6eaa8a99ea92964106c4703
token1() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
73935907514496119
upperTick() view returns (int24)
-275280
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.