@broxus/tip4
Version:
Set of ready-to-use tvm nft token contracts following tip4 standard
33 lines (32 loc) • 735 B
JSON
{
"ABI version": 2,
"version": "2.2",
"header": ["pubkey", "time", "expire"],
"functions": [
{
"name": "constructor",
"inputs": [
{"name":"code","type":"cell"},
{"name":"params","type":"cell"},
{"name":"remainingGasTo","type":"address"}
],
"outputs": [
]
}
],
"data": [
{"key":1,"name":"_root","type":"address"},
{"key":2,"name":"_platformType","type":"uint8"},
{"key":3,"name":"_initialData","type":"cell"}
],
"events": [
],
"fields": [
{"name":"_pubkey","type":"uint256"},
{"name":"_timestamp","type":"uint64"},
{"name":"_constructorFlag","type":"bool"},
{"name":"_root","type":"address"},
{"name":"_platformType","type":"uint8"},
{"name":"_initialData","type":"cell"}
]
}