Merge pull request #530 from harmony-one/rj_branch
Add listLockedAddresses and add contract abipull/536/head
commit
45e38cbc2d
@ -0,0 +1,143 @@ |
||||
[ |
||||
{ |
||||
"constant": true, |
||||
"inputs": [], |
||||
"name": "listLockedAddresses", |
||||
"outputs": [ |
||||
{ |
||||
"name": "lockedAddresses", |
||||
"type": "address[]" |
||||
}, |
||||
{ |
||||
"name": "blockNums", |
||||
"type": "uint256[]" |
||||
}, |
||||
{ |
||||
"name": "lockPeriodCounts", |
||||
"type": "uint256[]" |
||||
} |
||||
], |
||||
"payable": false, |
||||
"stateMutability": "view", |
||||
"type": "function" |
||||
}, |
||||
{ |
||||
"constant": true, |
||||
"inputs": [ |
||||
{ |
||||
"name": "_of", |
||||
"type": "address" |
||||
} |
||||
], |
||||
"name": "balanceOf", |
||||
"outputs": [ |
||||
{ |
||||
"name": "balance", |
||||
"type": "uint256" |
||||
} |
||||
], |
||||
"payable": false, |
||||
"stateMutability": "view", |
||||
"type": "function" |
||||
}, |
||||
{ |
||||
"constant": true, |
||||
"inputs": [], |
||||
"name": "currentEpoch", |
||||
"outputs": [ |
||||
{ |
||||
"name": "", |
||||
"type": "uint256" |
||||
} |
||||
], |
||||
"payable": false, |
||||
"stateMutability": "view", |
||||
"type": "function" |
||||
}, |
||||
{ |
||||
"constant": false, |
||||
"inputs": [], |
||||
"name": "unlock", |
||||
"outputs": [ |
||||
{ |
||||
"name": "unlockableTokens", |
||||
"type": "uint256" |
||||
} |
||||
], |
||||
"payable": false, |
||||
"stateMutability": "nonpayable", |
||||
"type": "function" |
||||
}, |
||||
{ |
||||
"constant": true, |
||||
"inputs": [ |
||||
{ |
||||
"name": "_of", |
||||
"type": "address" |
||||
} |
||||
], |
||||
"name": "getUnlockableTokens", |
||||
"outputs": [ |
||||
{ |
||||
"name": "unlockableTokens", |
||||
"type": "uint256" |
||||
} |
||||
], |
||||
"payable": false, |
||||
"stateMutability": "view", |
||||
"type": "function" |
||||
}, |
||||
{ |
||||
"constant": false, |
||||
"inputs": [], |
||||
"name": "lock", |
||||
"outputs": [ |
||||
{ |
||||
"name": "", |
||||
"type": "bool" |
||||
} |
||||
], |
||||
"payable": true, |
||||
"stateMutability": "payable", |
||||
"type": "function" |
||||
}, |
||||
{ |
||||
"anonymous": false, |
||||
"inputs": [ |
||||
{ |
||||
"indexed": true, |
||||
"name": "_of", |
||||
"type": "address" |
||||
}, |
||||
{ |
||||
"indexed": false, |
||||
"name": "_amount", |
||||
"type": "uint256" |
||||
}, |
||||
{ |
||||
"indexed": false, |
||||
"name": "_epoch", |
||||
"type": "uint256" |
||||
} |
||||
], |
||||
"name": "Locked", |
||||
"type": "event" |
||||
}, |
||||
{ |
||||
"anonymous": false, |
||||
"inputs": [ |
||||
{ |
||||
"indexed": true, |
||||
"name": "account", |
||||
"type": "address" |
||||
}, |
||||
{ |
||||
"indexed": false, |
||||
"name": "index", |
||||
"type": "uint256" |
||||
} |
||||
], |
||||
"name": "Unlocked", |
||||
"type": "event" |
||||
} |
||||
] |
Loading…
Reference in new issue