Module Overview
Module Name arena_escrow
Module Reference cb5cc75f83
Verification Status Unverifiable
Age 3 days
Sender dotdotdot
More Info
Deployed in block 52,004,009
Deployed in tx 6c0a
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": [
    {
      "Deposited": [
        {
          "account": "<AccountAddress>",
          "amount": "<Amount in microCCD>",
          "round": "<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>"
        }
      ]
    },
    {
      "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": [
        {
          "paid_out": "<Amount in microCCD>",
          "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": "<Amount in microCCD>",
          "round": "<UInt64>"
        }
      ]
    },
    {
      "RolesSet": [
        {
          "operator": {
            "Enum": [
              {
                "None": []
              },
              {
                "Some": [
                  "<AccountAddress>"
                ]
              }
            ]
          },
          "payees": [
            "<AccountAddress>"
          ],
          "submitters": [
            "<AccountAddress>"
          ]
        }
      ]
    }
  ]
}
Methods

Parameters
{
  "round": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "OnlyAccount": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "ZeroDeposit": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "TransferFailed": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "NotOpened": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "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>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "OnlyAccount": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "ZeroDeposit": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "TransferFailed": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "NotOpened": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "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": []
    },
    {
      "OnlyAccount": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "ZeroDeposit": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "TransferFailed": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "NotOpened": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
{
  "payouts": [
    [
      "<AccountAddress>",
      "<Amount in microCCD>"
    ]
  ],
  "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": []
    },
    {
      "OnlyAccount": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "ZeroDeposit": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "TransferFailed": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "NotOpened": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "OnlyAccount": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "ZeroDeposit": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "TransferFailed": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "NotOpened": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
{
  "operator": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<AccountAddress>"
        ]
      }
    ]
  },
  "payees": [
    "<AccountAddress>"
  ],
  "submitters": [
    "<AccountAddress>"
  ]
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "OnlyAccount": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "ZeroDeposit": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "TransferFailed": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "NotOpened": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
None

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "Unauthorized": []
    },
    {
      "OnlyAccount": []
    },
    {
      "UnknownRound": []
    },
    {
      "RoundClosed": []
    },
    {
      "ZeroDeposit": []
    },
    {
      "PayoutMismatch": []
    },
    {
      "TransferFailed": []
    },
    {
      "DuplicatePayee": []
    },
    {
      "NotAllowedPayee": []
    },
    {
      "AlreadyOpened": []
    },
    {
      "NotOpened": []
    },
    {
      "AlreadyAnchored": []
    },
    {
      "LogFull": []
    }
  ]
}
Return
{
  "deposits": [
    [
      "<AccountAddress>",
      "<Amount in microCCD>"
    ]
  ],
  "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": {
    "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>"
          ]
        ]
      }
    ]
  },
  "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>"
          ]
        ]
      }
    ]
  },
  "status": {
    "Enum": [
      {
        "Open": []
      },
      {
        "Settled": []
      },
      {
        "Refunded": []
      }
    ]
  },
  "total": "<Amount in microCCD>",
  "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>"
  ]
}

Parameters
None
Errors
None
Return
"<AccountAddress>"
Module Usage