Gelato Uniswap FEI/USDC LP
Verified contract
Proxy
Active on
Ethereum with 332 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 ($19.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 9.780921 | $1.001 |
$9.79 | |
FEI | ERC-20 | 9.300307 | $0.999721 |
$9.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17791240 | a year ago | | | 0 | 0.00080486797 | |
| 17647733 | a year ago | | | 0 | 0.00047201304 | |
| 17014855 | 2 years ago | | | 0 | 0.00053791251 | |
| 17011226 | 2 years ago | | | 0 | 0.00061583629 | |
| 16764904 | 2 years ago | | | 0 | 0.00070286400 | |
| 16678669 | 2 years ago | | | 0 | 0.0047015174 | |
| 16626717 | 2 years ago | | | 0 | 0.00046153963 | |
| 16626714 | 2 years ago | | | 0 | 0.00050297602 | |
| 15680018 | 2 years ago | | | 0 | 0.00015567609 | |
| 15660822 | 2 years ago | | | 0 | 0.00030987522 |
ABI
ABI objects
Getter at block 21279265 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)
0
arrakisBalance1() view returns (uint256)
0
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)
0x2624fe527d3eb9baeb8b3a58a402a463b6f30b131d5b15aa5a8fdb8b1f279aa8
lowerTick() view returns (int24)
-276329
manager() view returns (address)
0xed5cf41b0fd6a3c564c17ee34d9d26eafc30619b
managerBalance0() view returns (uint256)
0
managerBalance1() view returns (uint256)
0
managerFeeBPS() view returns (uint16)
0
managerTreasury() view returns (address)
0xed5cf41b0fd6a3c564c17ee34d9d26eafc30619b
name() view returns (string)
Gelato Uniswap FEI/USDC LP
pool() view returns (address)
0xdf50fbde8180c8785842c8e316ebe06f542d3443
restrictedMintToggle() view returns (uint16)
100
symbol() view returns (string)
G-UNI
token0() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
token1() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
8243711692352029686
upperTick() view returns (int24)
-276319
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.