@mantleio/contracts
Version:
[Mantle] L1 and L2 smart contracts for Mantle
68 lines (67 loc) • 1.41 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IVoteWeigher",
"sourceName": "contracts/libraries/eigenda/interfaces/IVoteWeigher.sol",
"abi": [
{
"inputs": [],
"name": "NUMBER_OF_QUORUMS",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "quorumNumber",
"type": "uint256"
}
],
"name": "quorumBips",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "uint256",
"name": "quorumNumber",
"type": "uint256"
}
],
"name": "weightOfOperator",
"outputs": [
{
"internalType": "uint96",
"name": "",
"type": "uint96"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}