Skip to content

Commit

Permalink
feat: added new abis
Browse files Browse the repository at this point in the history
  • Loading branch information
Agilulfo1820 committed Oct 12, 2024
1 parent 0efda30 commit 3584da5
Show file tree
Hide file tree
Showing 4 changed files with 2,990 additions and 2 deletions.
128 changes: 127 additions & 1 deletion ABIs/VeBetterDAO-b3tr-governor.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,22 @@
"name": "GovernorOnlyProposer",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "voter",
"type": "address"
},
{
"internalType": "string",
"name": "explanation",
"type": "string"
}
],
"name": "GovernorPersonhoodVerificationFailed",
"type": "error"
},
{
"inputs": [],
"name": "GovernorQueueNotImplemented",
Expand Down Expand Up @@ -543,6 +559,19 @@
"name": "ProposalQueued",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bool",
"name": "disabled",
"type": "bool"
}
],
"name": "QuadraticVotingToggled",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -682,6 +711,25 @@
"name": "Upgraded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "oldVeBetterPassport",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newVeBetterPassport",
"type": "address"
}
],
"name": "VeBetterPassportSet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -1378,6 +1426,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IVeBetterPassport",
"name": "_veBetterPassport",
"type": "address"
}
],
"name": "initializeV4",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand All @@ -1402,6 +1463,38 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "isQuadraticVotingDisabledForCurrentRound",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "roundId",
"type": "uint256"
}
],
"name": "isQuadraticVotingDisabledForRound",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "minVotingDelay",
Expand Down Expand Up @@ -2032,6 +2125,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IVeBetterPassport",
"name": "newVeBetterPassport",
"type": "address"
}
],
"name": "setVeBetterPassport",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -2187,6 +2293,13 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "toggleQuadraticVoting",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "token",
Expand Down Expand Up @@ -2251,6 +2364,19 @@
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [],
"name": "veBetterPassport",
"outputs": [
{
"internalType": "contract IVeBetterPassport",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "version",
Expand Down Expand Up @@ -2338,4 +2464,4 @@
"stateMutability": "payable",
"type": "receive"
}
]
]
Loading

0 comments on commit 3584da5

Please sign in to comment.