@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
162 lines (161 loc) • 3.09 kB
JSON
[
{
"anonymous": false,
"inputs": [],
"name": "NewVotingRoundInitiated",
"type": "event"
},
{
"inputs": [],
"name": "getCurrentRandom",
"outputs": [
{
"internalType": "uint256",
"name": "_randomNumber",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentRandomWithQuality",
"outputs": [
{
"internalType": "uint256",
"name": "_randomNumber",
"type": "uint256"
},
{
"internalType": "bool",
"name": "_isSecureRandom",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentRandomWithQualityAndTimestamp",
"outputs": [
{
"internalType": "uint256",
"name": "_randomNumber",
"type": "uint256"
},
{
"internalType": "bool",
"name": "_isSecureRandom",
"type": "bool"
},
{
"internalType": "uint256",
"name": "_randomTimestamp",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "_submit1Addresses",
"type": "address[]"
},
{
"internalType": "address[]",
"name": "_submit2Addresses",
"type": "address[]"
},
{
"internalType": "address[]",
"name": "_submit3Addresses",
"type": "address[]"
},
{
"internalType": "address[]",
"name": "_submitSignaturesAddresses",
"type": "address[]"
}
],
"name": "initNewVotingRound",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "submit1",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "submit2",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "submit3",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "_data",
"type": "bytes"
}
],
"name": "submitAndPass",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "submitSignatures",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
]