1.创建自定义合约
POST
https://testnet.jugugu.cn/GUGUBOX_PreCreate获取自定用户拥有的合约,返回合约数组
请求参数
Body 参数application/json
phone
string
手机号
token
string
登录Jugugu获得的通信令牌
name
string
合约名称
symbol
string
合约代号
administrator
string
管理员地址
allsponor
boolean
是否开启代付
默认true开启代付,如果false那么没有gas的账户将无法进行交互
contracttype
string
合约类型
721代表ERC721协议 1155代表ERC1155合约。SBT代表不可转移灵魂绑定TOKEN
metadatauri
string
元数据存储类型
默认为空字符串""代表IPFS存储。填写:1155lite,代表POAPLite存储。SBT只支持IPFS存储,该字段设置“”空字符串
chaintype
string
区块链类型
默认“cfx”
示例
{
"phone": "18101991462",
"token": "doloreDuissunt",
"contracttype": "721",
"allsponor": true,
"administrator": "dolor tempor consequat culpa cillum",
"symbol": "dolore",
"name": "务与论意",
"chaintype": "cfx"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
请求状态
0代表成功 -1代表错误
msg
string
提示信息
请求提示信息
hash
string
必需
本请求忽略内容,保持格式
contract
string
必需
本请求忽略内容,保持格式
poapamount
string
必需
本请求忽略内容,保持格式
nfts
null
必需
本请求忽略内容,保持格式
示例
成功示例
{
"code": 0,
"msg": "{\"hash\":\"0x54a9c00e9c453b92956ba105b7e51b7d4afc327ce31b02e01ff6b706a7f90eb5\",\"newcontractaddress\":\"cfxtest:accxhshya9wehuh08gc2kgujgp0sus7xd6bn90f18b\",\"newcontractadministrator\":\"cfxtest:aapsau0fgafbz53d3ke963r7mhgu16y592k3deunrw\",\"newcontractsuperadministrator\":\"cfxtest:aar3g70v613nnkknsewa5902p0bxb6jcay1n4dgnxp\",\"appid\":\"b38229bdf8e2786e4bdda7233ab4df493c492c4ae86ab01d0bb99224e2f10325\"}",
"hash": "",
"contract": "",
"poapamount": "",
"nfts": null
}
修改于 2 年前