Skip to content

Instantly share code, notes, and snippets.

@cvauclair
cvauclair / IUniswapV2.sol
Last active August 18, 2021 18:57
GraphGen annotations example
pragma solidity >=0.5.0;
/* @gg:source
name: Pair */
interface IUniswapV2Pair {
/* @gg:field */
function name() external pure returns (string memory);
/* @gg:field */
function symbol() external pure returns (string memory);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.