Module brontes_pricing::protocols::uniswap_v3::batch_request::IGetUniswapV3TickDataBatchRequest
source · Expand description
Generated by the following Solidity interface…
interface IGetUniswapV3TickDataBatchRequest {
constructor(address pool, bool zeroForOne, int24 currentTick, uint16 numTicks, int24 tickSpacing);
}
…which was generated by the following JSON ABI:
[
{
"type": "constructor",
"inputs": [
{
"name": "pool",
"type": "address",
"internalType": "address"
},
{
"name": "zeroForOne",
"type": "bool",
"internalType": "bool"
},
{
"name": "currentTick",
"type": "int24",
"internalType": "int24"
},
{
"name": "numTicks",
"type": "uint16",
"internalType": "uint16"
},
{
"name": "tickSpacing",
"type": "int24",
"internalType": "int24"
}
],
"stateMutability": "nonpayable"
}
]
Structs§
- Constructor`.
Statics§
- The creation / init bytecode of the contract.
- The runtime bytecode of the contract, as deployed on the network.