venom-connect
Version:
<p align="center"> <a href="https://github.com/venom-blockchain/developer-program"> <img src="https://raw.githubusercontent.com/venom-blockchain/developer-program/main/vf-dev-program.png" alt="Logo" width="366.8" height="146.4"> </a> </p>
106 lines (105 loc) • 1.67 kB
JSON
{
"ABI version": 2,
"data": [
{
"key": 1,
"name": "_nonce",
"type": "uint16"
}
],
"events": [
{
"inputs": [
{
"name": "_state",
"type": "uint256"
}
],
"name": "StateChange",
"outputs": []
}
],
"fields": [
{
"name": "_pubkey",
"type": "uint256"
},
{
"name": "_timestamp",
"type": "uint64"
},
{
"name": "_constructorFlag",
"type": "bool"
},
{
"name": "_nonce",
"type": "uint16"
},
{
"name": "state",
"type": "uint256"
}
],
"functions": [
{
"inputs": [
{
"name": "_state",
"type": "uint256"
}
],
"name": "constructor",
"outputs": []
},
{
"inputs": [
{
"name": "_state",
"type": "uint256"
}
],
"name": "setState",
"outputs": []
},
{
"inputs": [],
"name": "getDetails",
"outputs": [
{
"name": "_state",
"type": "uint256"
}
]
},
{
"inputs": [
{
"name": "a",
"type": "uint256"
},
{
"name": "b",
"type": "uint256"
},
{
"name": "c",
"type": "uint256"
}
],
"name": "getMuldivmod",
"outputs": [
{
"name": "result",
"type": "uint256"
},
{
"name": "remainder",
"type": "uint256"
}
]
}
],
"header": ["pubkey", "time", "expire"],
"version": "2.2"
}