@gooddollar/goodprotocol
Version:
GoodDollar Protocol
43 lines (42 loc) • 927 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "Voters",
"sourceName": "contracts/fuseFaucet/Faucet.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "_account",
"type": "address"
}
],
"name": "voters",
"outputs": [
{
"components": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "uint96",
"name": "votingPower",
"type": "uint96"
}
],
"internalType": "struct Voters.Voter",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}