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