@htsoft/lottery-utils
Version:
Lottery Random contracts using Chainlink VRF
38 lines (37 loc) • 772 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ILottoGovernance",
"sourceName": "contracts/interfaces/ILottoGovernance.sol",
"abi": [
{
"inputs": [],
"name": "lottery",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "randomness",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}