{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "addcontract",
"base": "",
"fields": [
{
"name": "contract",
"type": "name"
}
]
},
{
"name": "c",
"base": "",
"fields": [
{
"name": "a1",
"type": "name"
},
{
"name": "a2",
"type": "name[]"
},
{
"name": "a3",
"type": "int32"
}
]
},
{
"name": "cReturnValue",
"base": "",
"fields": [
{
"name": "more",
"type": "bool"
}
]
},
{
"name": "containers",
"base": "",
"fields": [
{
"name": "containerid",
"type": "uint64"
},
{
"name": "appid",
"type": "uint64"
},
{
"name": "meta",
"type": "bytes"
}
]
},
{
"name": "filterlist",
"base": "",
"fields": [
{
"name": "contract",
"type": "name"
}
]
},
{
"name": "ftassets",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "containerid",
"type": "uint64"
},
{
"name": "contract",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "init",
"base": "",
"fields": [
{
"name": "senderfee",
"type": "uint64"
},
{
"name": "receiverfee",
"type": "uint64"
},
{
"name": "poolaccount",
"type": "name"
}
]
},
{
"name": "lock",
"base": "",
"fields": [
{
"name": "containerid",
"type": "uint64"
}
]
},
{
"name": "locks",
"base": "",
"fields": [
{
"name": "containerid",
"type": "uint64"
}
]
},
{
"name": "nftassets",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "containerid",
"type": "uint64"
},
{
"name": "owner",
"type": "name"
},
{
"name": "contract",
"type": "name"
},
{
"name": "nftid",
"type": "uint64"
}
]
},
{
"name": "remcontract",
"base": "",
"fields": [
{
"name": "contract",
"type": "name"
}
]
},
{
"name": "serial",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
}
]
},
{
"name": "settings",
"base": "",
"fields": [
{
"name": "sender_fee",
"type": "uint64"
},
{
"name": "receiver_fee",
"type": "uint64"
},
{
"name": "pool_account",
"type": "name"
}
]
},
{
"name": "transferft",
"base": "",
"fields": [
{
"name": "to",
"type": "name"
},
{
"name": "containerid",
"type": "uint64"
},
{
"name": "contract",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "transferftc",
"base": "",
"fields": [
{
"name": "to",
"type": "name"
},
{
"name": "containerid",
"type": "uint64"
},
{
"name": "contract",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "transfernft",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "name"
},
{
"name": "containerid",
"type": "uint64"
},
{
"name": "contract",
"type": "name"
},
{
"name": "ids",
"type": "uint64[]"
}
]
},
{
"name": "unlock",
"base": "",
"fields": [
{
"name": "containerid",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "addcontract",
"type": "addcontract",
"ricardian_contract": ""
},
{
"name": "c",
"type": "c",
"ricardian_contract": ""
},
{
"name": "init",
"type": "init",
"ricardian_contract": ""
},
{
"name": "lock",
"type": "lock",
"ricardian_contract": ""
},
{
"name": "remcontract",
"type": "remcontract",
"ricardian_contract": ""
},
{
"name": "transferft",
"type": "transferft",
"ricardian_contract": ""
},
{
"name": "transferftc",
"type": "transferftc",
"ricardian_contract": ""
},
{
"name": "transfernft",
"type": "transfernft",
"ricardian_contract": ""
},
{
"name": "unlock",
"type": "unlock",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "containers",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "containers"
},
{
"name": "filterlist",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "filterlist"
},
{
"name": "ftassets",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "ftassets"
},
{
"name": "ftassetsid",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "serial"
},
{
"name": "locks",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "locks"
},
{
"name": "nftassets",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "nftassets"
},
{
"name": "nftassetsid",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "serial"
},
{
"name": "settings",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "settings"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": [
{
"name": "c",
"result_type": "cReturnValue"
}
]
}