-
Notifications
You must be signed in to change notification settings - Fork 829
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d6f633
commit 281e742
Showing
12 changed files
with
7,383 additions
and
3,780 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,119 +1,118 @@ | ||
[ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "contract IBunniHub", | ||
"name": "hub_", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "constructor" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "T", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "contract IUniswapV3Pool", | ||
"name": "pool", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "int24", | ||
"name": "tickLower", | ||
"type": "int24" | ||
}, | ||
{ | ||
"internalType": "int24", | ||
"name": "tickUpper", | ||
"type": "int24" | ||
} | ||
], | ||
"internalType": "struct BunniKey", | ||
"name": "key", | ||
"type": "tuple" | ||
} | ||
], | ||
"name": "getReserves", | ||
"outputs": [ | ||
{ | ||
"internalType": "uint112", | ||
"name": "reserve0", | ||
"type": "uint112" | ||
}, | ||
{ | ||
"internalType": "uint112", | ||
"name": "reserve1", | ||
"type": "uint112" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "hub", | ||
"outputs": [ | ||
{ | ||
"internalType": "contract IBunniHub", | ||
"name": "", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "contract IUniswapV3Pool", | ||
"name": "pool", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "int24", | ||
"name": "tickLower", | ||
"type": "int24" | ||
}, | ||
{ | ||
"internalType": "int24", | ||
"name": "tickUpper", | ||
"type": "int24" | ||
} | ||
], | ||
"internalType": "struct BunniKey", | ||
"name": "key", | ||
"type": "tuple" | ||
} | ||
], | ||
"name": "pricePerFullShare", | ||
"outputs": [ | ||
{ | ||
"internalType": "uint128", | ||
"name": "liquidity", | ||
"type": "uint128" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "amount0", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "amount1", | ||
"type": "uint256" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
} | ||
] | ||
|
||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "contract IBunniHub", | ||
"name": "hub_", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "constructor" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "T", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "contract IUniswapV3Pool", | ||
"name": "pool", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "int24", | ||
"name": "tickLower", | ||
"type": "int24" | ||
}, | ||
{ | ||
"internalType": "int24", | ||
"name": "tickUpper", | ||
"type": "int24" | ||
} | ||
], | ||
"internalType": "struct BunniKey", | ||
"name": "key", | ||
"type": "tuple" | ||
} | ||
], | ||
"name": "getReserves", | ||
"outputs": [ | ||
{ | ||
"internalType": "uint112", | ||
"name": "reserve0", | ||
"type": "uint112" | ||
}, | ||
{ | ||
"internalType": "uint112", | ||
"name": "reserve1", | ||
"type": "uint112" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "hub", | ||
"outputs": [ | ||
{ | ||
"internalType": "contract IBunniHub", | ||
"name": "", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "contract IUniswapV3Pool", | ||
"name": "pool", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "int24", | ||
"name": "tickLower", | ||
"type": "int24" | ||
}, | ||
{ | ||
"internalType": "int24", | ||
"name": "tickUpper", | ||
"type": "int24" | ||
} | ||
], | ||
"internalType": "struct BunniKey", | ||
"name": "key", | ||
"type": "tuple" | ||
} | ||
], | ||
"name": "pricePerFullShare", | ||
"outputs": [ | ||
{ | ||
"internalType": "uint128", | ||
"name": "liquidity", | ||
"type": "uint128" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "amount0", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "amount1", | ||
"type": "uint256" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
} | ||
] |
Oops, something went wrong.