Block reward contract (#8419)
* engine: add block reward contract abi and helper client * aura: add support for block reward contract * engine: test block reward contract client * aura: test block reward contract * engine + aura: add missing docs * engine: share SystemCall type alias * aura: add transition for block reward contract * engine: fix example block reward contract source link and bytecode
This commit is contained in:
committed by
Afri Schoedon
parent
9c5e35548d
commit
24f6d8296b
29
ethcore/res/contracts/block_reward.json
Normal file
29
ethcore/res/contracts/block_reward.json
Normal file
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"constant": false,
|
||||
"inputs": [
|
||||
{
|
||||
"name": "benefactors",
|
||||
"type": "address[]"
|
||||
},
|
||||
{
|
||||
"name": "kind",
|
||||
"type": "uint16[]"
|
||||
}
|
||||
],
|
||||
"name": "reward",
|
||||
"outputs": [
|
||||
{
|
||||
"name": "",
|
||||
"type": "address[]"
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"type": "uint256[]"
|
||||
}
|
||||
],
|
||||
"payable": false,
|
||||
"stateMutability": "nonpayable",
|
||||
"type": "function"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user