@animoca/ethereum-contracts-sale
Version:
35 lines (34 loc) • 761 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IUniswapV2Pair",
"sourceName": "contracts/oracle/interfaces/IUniswapV2Pair.sol",
"abi": [
{
"inputs": [],
"name": "getReserves",
"outputs": [
{
"internalType": "uint112",
"name": "reserve0",
"type": "uint112"
},
{
"internalType": "uint112",
"name": "reserve1",
"type": "uint112"
},
{
"internalType": "uint32",
"name": "blockTimestampLast",
"type": "uint32"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}