@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
57 lines (56 loc) • 1.11 kB
JSON
[
{
"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"
}
]