@broxus/tip4
Version:
Set of ready-to-use tvm nft token contracts following tip4 standard
43 lines (42 loc) • 698 B
JSON
{
"ABI version": 2,
"version": "2.2",
"header": ["time"],
"functions": [
{
"name": "constructor",
"inputs": [
],
"outputs": [
]
},
{
"name": "getInfo",
"inputs": [
{"name":"answerId","type":"uint32"}
],
"outputs": [
{"name":"collection","type":"address"}
]
},
{
"name": "destruct",
"inputs": [
{"name":"gasReceiver","type":"address"}
],
"outputs": [
]
}
],
"data": [
{"key":1,"name":"_collection","type":"address"}
],
"events": [
],
"fields": [
{"name":"_pubkey","type":"uint256"},
{"name":"_timestamp","type":"uint64"},
{"name":"_constructorFlag","type":"bool"},
{"name":"_collection","type":"address"}
]
}