Module Overview
Module Name arena_chips
Module Reference 644c507011
Verification Status Unverifiable
Age 3 days
Sender dotdotdot
More Info
Deployed in block 52,003,999
Deployed in tx 8376
Methods 9
Contracts 1
Module Build Info
Verification Status:Unverifiable
Build Image Used:N/A
Build Command Used:N/A
Archive Hash:N/A
Link to Source Code:N/A
Explanation:No embedded build information found.
Module Schema
Initialization

Parameters
{
  "admin": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<AccountAddress>"
        ]
      }
    ]
  },
  "operator": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<AccountAddress>"
        ]
      }
    ]
  },
  "payees": [
    "<AccountAddress>"
  ],
  "submitters": [
    "<AccountAddress>"
  ]
}
Errors
None
Event
{
  "Enum": [
    {
      "Granted": [
        {
          "account": "<AccountAddress>",
          "by": "<AccountAddress>",
          "chips": "<UInt64>"
        }
      ]
    },
    {
      "Opened": [
        {
          "anchor": [
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>"
          ],
          "round": "<UInt64>",
          "seats": [
            [
              "<AccountAddress>",
              "<UInt64>"
            ]
          ]
        }
      ]
    },
    {
      "Anchored": [
        {
          "hash": [
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>"
          ],
          "round": "<UInt64>",
          "turn": "<UInt8>"
        }
      ]
    },
    {
      "Settled": [
        {
          "attached": "<UInt64>",
          "paid_out": "<UInt64>",
          "reveal_hash": [
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>"
          ],
          "round": "<UInt64>",
          "transcript_hash": [
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>"
          ]
        }
      ]
    },
    {
      "Refunded": [
        {
          "returned": "<UInt64>",
          "round": "<UInt64>"
        }
      ]
    },
    {
      "RolesSet": [
        {
          "operator": {
            "Enum": [
              {
                "None": []
              },
              {
                "Some": [
                  "<AccountAddress>"
                ]
              }
            ]
          },
          "payees": [
            "<AccountAddress>"
          ],
          "submitters": [
            "<AccountAddress>"
          ]
        }
      ]
    }
  ]
}
Methods

Parameters
{
  "account": "<AccountAddress>",
  "chips": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "DuplicateSeat": []
    },
    {
      "Insufficient": []
    },
    {
      "Zero": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "HouseInsufficient": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "Overflow": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
{
  "anchor": [
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>"
  ],
  "round": "<UInt64>",
  "seats": [
    [
      "<AccountAddress>",
      "<UInt64>"
    ]
  ]
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "DuplicateSeat": []
    },
    {
      "Insufficient": []
    },
    {
      "Zero": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "HouseInsufficient": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "Overflow": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
{
  "hash": [
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>"
  ],
  "round": "<UInt64>",
  "turn": "<UInt8>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "DuplicateSeat": []
    },
    {
      "Insufficient": []
    },
    {
      "Zero": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "HouseInsufficient": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "Overflow": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
{
  "attached": "<UInt64>",
  "payouts": [
    [
      "<AccountAddress>",
      "<UInt64>"
    ]
  ],
  "reveal_hash": [
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>"
  ],
  "round": "<UInt64>",
  "transcript_hash": [
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>"
  ]
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "DuplicateSeat": []
    },
    {
      "Insufficient": []
    },
    {
      "Zero": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "HouseInsufficient": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "Overflow": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "DuplicateSeat": []
    },
    {
      "Insufficient": []
    },
    {
      "Zero": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "HouseInsufficient": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "Overflow": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
{
  "operator": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<AccountAddress>"
        ]
      }
    ]
  },
  "payees": [
    "<AccountAddress>"
  ],
  "submitters": [
    "<AccountAddress>"
  ]
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "DuplicateSeat": []
    },
    {
      "Insufficient": []
    },
    {
      "Zero": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "HouseInsufficient": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "Overflow": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
"<AccountAddress>"
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "DuplicateSeat": []
    },
    {
      "Insufficient": []
    },
    {
      "Zero": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "HouseInsufficient": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "Overflow": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
"<UInt64>"

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "DuplicateSeat": []
    },
    {
      "Insufficient": []
    },
    {
      "Zero": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "HouseInsufficient": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "Overflow": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
{
  "mid_anchor": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          [
            "<UInt8>",
            [
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>",
              "<UInt8>"
            ]
          ]
        ]
      }
    ]
  },
  "open_anchor": [
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>",
    "<UInt8>"
  ],
  "reveal_hash": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          [
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>"
          ]
        ]
      }
    ]
  },
  "stakes": [
    [
      "<AccountAddress>",
      "<UInt64>"
    ]
  ],
  "status": {
    "Enum": [
      {
        "Open": []
      },
      {
        "Settled": []
      },
      {
        "Refunded": []
      }
    ]
  },
  "total": "<UInt64>",
  "transcript_hash": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          [
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>",
            "<UInt8>"
          ]
        ]
      }
    ]
  }
}

Parameters
None
Errors
None
Return
{
  "admin": "<AccountAddress>",
  "operator": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<AccountAddress>"
        ]
      }
    ]
  },
  "payees": [
    "<AccountAddress>"
  ],
  "submitters": [
    "<AccountAddress>"
  ]
}
Module Usage