Vaulta

epsdcclassic

Contract

  • Action parameter in epsdcreceipt

    {
      "name": "epsdcreceipt",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "bet_time",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "bet_amt",
          "type": "uint64"
        },
        {
          "name": "payout",
          "type": "uint64"
        },
        {
          "name": "seed",
          "type": "checksum256"
        },
        {
          "name": "signature",
          "type": "signature"
        },
        {
          "name": "roll_limit",
          "type": "uint64"
        },
        {
          "name": "is_roll_above",
          "type": "uint64"
        },
        {
          "name": "random_roll",
          "type": "uint64"
        },
        {
          "name": "bonus",
          "type": "uint64"
        },
        {
          "name": "ref",
          "type": "name"
        },
        {
          "name": "ref_amt",
          "type": "uint64"
        },
        {
          "name": "laststreak",
          "type": "uint64"
        },
        {
          "name": "accumulated",
          "type": "uint64"
        },
        {
          "name": "banked",
          "type": "uint64"
        }
      ]
    }