Gelato Uniswap DAI/FEI LP
Verified contract
Proxy
Active on
Ethereum with 449 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 ($33.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FEI | ERC-20 | 17.178691 | $0.998301 |
$17.15 | |
DAI | ERC-20 | 16.330414 | $1.00 |
$16.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20843886 | 2 months ago | | | 0 | 0.00035102544 | |
| 20843886 | 2 months ago | | | 0 | 0.00035102544 | |
| 18862713 | a year ago | | | 0 | 0.00064990902 | |
| 17090984 | 2 years ago | | | 0 | 0.0021605309 | |
| 17082061 | 2 years ago | | | 0 | 0.0044347243 | |
| 17011672 | 2 years ago | | | 0 | 0.00057321694 | |
| 17011670 | 2 years ago | | | 0 | 0.00055598712 | |
| 16817047 | 2 years ago | | | 0 | 0.00081611146 | |
| 16678702 | 2 years ago | | | 0 | 0.0033230300 | |
| 16544417 | 2 years ago | | | 0 | 0.00085900684 |
ABI
ABI objects
Getter at block 21211927 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)
931960941914345943
arrakisBalance1() view returns (uint256)
967080008197338973
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)
0xecd1be0b7d25df48f27d1f5b4b604bd31139a102ef0dc32e7fc0a0bb6c36caff
lowerTick() view returns (int24)
-30
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 DAI/FEI LP
pool() view returns (address)
0xbb2e5c2ff298fd96e166f90c8abacaf714df14f8
restrictedMintToggle() view returns (uint16)
100
symbol() view returns (string)
G-UNI
token0() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
token1() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
totalSupply() view returns (uint256)
296092606512295451948518
upperTick() view returns (int24)
30
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.