Telos

eosio.evm

Contract

  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "start_bytes",
          "type": "uint64"
        },
        {
          "name": "start_cost",
          "type": "asset"
        },
        {
          "name": "target_free",
          "type": "uint64"
        },
        {
          "name": "min_buy",
          "type": "uint64"
        },
        {
          "name": "fee_transfer_pct",
          "type": "uint16"
        },
        {
          "name": "gas_per_byte",
          "type": "uint64"
        }
      ]
    }