github.com/ethereum-optimism/optimism@v1.7.2/packages/contracts-bedrock/snapshots/abi/L1BlockNumber.json (about)

     1  [
     2    {
     3      "stateMutability": "payable",
     4      "type": "fallback"
     5    },
     6    {
     7      "stateMutability": "payable",
     8      "type": "receive"
     9    },
    10    {
    11      "inputs": [],
    12      "name": "getL1BlockNumber",
    13      "outputs": [
    14        {
    15          "internalType": "uint256",
    16          "name": "",
    17          "type": "uint256"
    18        }
    19      ],
    20      "stateMutability": "view",
    21      "type": "function"
    22    },
    23    {
    24      "inputs": [],
    25      "name": "version",
    26      "outputs": [
    27        {
    28          "internalType": "string",
    29          "name": "",
    30          "type": "string"
    31        }
    32      ],
    33      "stateMutability": "view",
    34      "type": "function"
    35    }
    36  ]