Vaulta

upldevescrow

Contract

The data structures defined by this contract.

  • Action parameter in addcontract

    {
      "name": "addcontract",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        }
      ]
    }
  • c

    Action parameter in c

    {
      "name": "c",
      "base": "",
      "fields": [
        {
          "name": "a1",
          "type": "name"
        },
        {
          "name": "a2",
          "type": "name[]"
        },
        {
          "name": "a3",
          "type": "int32"
        }
      ]
    }
  • Action return type for c

    {
      "name": "cReturnValue",
      "base": "",
      "fields": [
        {
          "name": "more",
          "type": "bool"
        }
      ]
    }
  • Table row type of containers

    {
      "name": "containers",
      "base": "",
      "fields": [
        {
          "name": "containerid",
          "type": "uint64"
        },
        {
          "name": "appid",
          "type": "uint64"
        },
        {
          "name": "meta",
          "type": "bytes"
        }
      ]
    }
  • Table row type of filterlist

    {
      "name": "filterlist",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        }
      ]
    }
  • Table row type of ftassets

    {
      "name": "ftassets",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "containerid",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "senderfee",
          "type": "uint64"
        },
        {
          "name": "receiverfee",
          "type": "uint64"
        },
        {
          "name": "poolaccount",
          "type": "name"
        }
      ]
    }
  • Action parameter in lock

    {
      "name": "lock",
      "base": "",
      "fields": [
        {
          "name": "containerid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of locks

    {
      "name": "locks",
      "base": "",
      "fields": [
        {
          "name": "containerid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of nftassets

    {
      "name": "nftassets",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "containerid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "nftid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in remcontract

    {
      "name": "remcontract",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        }
      ]
    }
  • Table row type of ftassetsid

    Table row type of nftassetsid

    {
      "name": "serial",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of settings

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "sender_fee",
          "type": "uint64"
        },
        {
          "name": "receiver_fee",
          "type": "uint64"
        },
        {
          "name": "pool_account",
          "type": "name"
        }
      ]
    }
  • Action parameter in transferft

    {
      "name": "transferft",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "containerid",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in transferftc

    {
      "name": "transferftc",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "containerid",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in transfernft

    {
      "name": "transfernft",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "containerid",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "ids",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in unlock

    {
      "name": "unlock",
      "base": "",
      "fields": [
        {
          "name": "containerid",
          "type": "uint64"
        }
      ]
    }