Telos

eosio.evm

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "trx_index",
          "type": "uint32"
        },
        {
          "name": "last_block",
          "type": "uint32"
        },
        {
          "name": "gas_used_block",
          "type": "checksum256"
        },
        {
          "name": "gas_price",
          "type": "checksum256"
        },
        {
          "name": "revision",
          "type": "uint32$"
        }
      ]
    }