UNPKG

@flarenetwork/flare-periphery-contract-artifacts

Version:

Smart contract artifacts for all Flare chains

134 lines (133 loc) 2.46 kB
[ { "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": [], "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" } ]