Module Overview
Module Name gonana_escrow
Module Reference 36b3e4ee5c
Verification Status Unverifiable
Age 238 days
Sender 100263
More Info
Deployed in block 20,417,061
Deployed in tx d03d
Methods 3
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
{
  "index": "<UInt64>",
  "subindex": "<UInt64>"
}
Errors
None
Event
None
Methods

Parameters
{
  "id": "<String>",
  "payer": "<String of size 64 containing lowercase hex characters.>",
  "receiver": "<String of size 64 containing lowercase hex characters.>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "CallerNotAdminError": []
    },
    {
      "InvoiceNotFoundError": []
    },
    {
      "InvoiceAlreadyPaid": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvoiceAlreadyExists": []
    }
  ]
}
Return
None

Parameters
"<String>"
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "CallerNotAdminError": []
    },
    {
      "InvoiceNotFoundError": []
    },
    {
      "InvoiceAlreadyPaid": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvoiceAlreadyExists": []
    }
  ]
}
Return
None

Parameters
{
  "index": "<UInt64>",
  "subindex": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "CallerNotAdminError": []
    },
    {
      "InvoiceNotFoundError": []
    },
    {
      "InvoiceAlreadyPaid": []
    },
    {
      "InvokeContractError": []
    },
    {
      "InvoiceAlreadyExists": []
    }
  ]
}
Return
None
Module Usage