@broxus/tip3
Version:
Set of ready-to-use tvm token contracts following tip3 standard
72 lines (71 loc) • 1.26 kB
JSON
{
"ABI version": 2,
"version": "2.2",
"header": ["time"],
"functions": [
{
"name": "sendTransaction",
"inputs": [
{"name":"dest","type":"address"},
{"name":"value","type":"uint128"},
{"name":"bounce","type":"bool"},
{"name":"flags","type":"uint8"},
{"name":"payload","type":"cell"}
],
"outputs": [
]
},
{
"name": "transferOwnership",
"inputs": [
{"name":"newOwner","type":"uint256"}
],
"outputs": [
]
},
{
"name": "constructor",
"inputs": [
],
"outputs": [
]
},
{
"name": "owner",
"inputs": [
],
"outputs": [
{"name":"owner","type":"uint256"}
]
},
{
"name": "_randomNonce",
"inputs": [
],
"outputs": [
{"name":"_randomNonce","type":"uint256"}
]
}
],
"data": [
{"key":1,"name":"_randomNonce","type":"uint256"}
],
"events": [
{
"name": "OwnershipTransferred",
"inputs": [
{"name":"previousOwner","type":"uint256"},
{"name":"newOwner","type":"uint256"}
],
"outputs": [
]
}
],
"fields": [
{"name":"_pubkey","type":"uint256"},
{"name":"_timestamp","type":"uint64"},
{"name":"_constructorFlag","type":"bool"},
{"name":"owner","type":"uint256"},
{"name":"_randomNonce","type":"uint256"}
]
}