@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
55 lines (54 loc) • 1.06 kB
JSON
[
{
"inputs": [],
"name": "getRandomNumber",
"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": "uint256",
"name": "_votingRoundId",
"type": "uint256"
}
],
"name": "getRandomNumberHistorical",
"outputs": [
{
"internalType": "uint256",
"name": "_randomNumber",
"type": "uint256"
},
{
"internalType": "bool",
"name": "_isSecureRandom",
"type": "bool"
},
{
"internalType": "uint256",
"name": "_randomTimestamp",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]