aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Governance-Contract-Interface.md98
1 files changed, 79 insertions, 19 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index fa34d88..e6f4811 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -33,20 +33,6 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": true,
- "inputs": [],
- "name": "blockReward",
- "outputs": [
- {
- "name": "",
- "type": "uint256"
- }
- ],
- "payable": false,
- "stateMutability": "view",
- "type": "function"
- },
- {
- "constant": true,
"inputs": [
{
"name": "",
@@ -98,6 +84,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": true,
+ "inputs": [],
+ "name": "totalSupply",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
"inputs": [
{
"name": "",
@@ -137,10 +137,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
{
"name": "url",
"type": "string"
- },
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
+ "inputs": [],
+ "name": "miningVelocity",
+ "outputs": [
{
- "name": "unstaked",
- "type": "bool"
+ "name": "",
+ "type": "uint256"
}
],
"payable": false,
@@ -317,6 +327,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
{
"constant": true,
"inputs": [],
+ "name": "totalStaked",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
+ "inputs": [],
"name": "roundInterval",
"outputs": [
{
@@ -350,6 +374,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
{
"constant": true,
"inputs": [],
+ "name": "nextHalvingSupply",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
+ "inputs": [],
"name": "owner",
"outputs": [
{
@@ -363,6 +401,20 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": true,
+ "inputs": [],
+ "name": "lastHalvedAmount",
+ "outputs": [
+ {
+ "name": "",
+ "type": "uint256"
+ }
+ ],
+ "payable": false,
+ "stateMutability": "view",
+ "type": "function"
+ },
+ {
+ "constant": true,
"inputs": [
{
"name": "",
@@ -743,7 +795,15 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"type": "uint256"
},
{
- "name": "BlockReward",
+ "name": "MiningVelocity",
+ "type": "uint256"
+ },
+ {
+ "name": "NextHalvingSupply",
+ "type": "uint256"
+ },
+ {
+ "name": "LastHalvingAmount",
"type": "uint256"
},
{
@@ -1057,4 +1117,4 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
}
]
```
-<!-- [[ABI AUTOGEN END]] --> \ No newline at end of file
+<!-- [[ABI AUTOGEN END]] -->