Skip to content

Commit

Permalink
update abi
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 authored Oct 25, 2022
1 parent c0f31e7 commit 5c454d5
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 4 deletions.
48 changes: 45 additions & 3 deletions abi/Governance.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
}
],
"name": "NotPermitted",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -223,17 +234,48 @@
{
"indexed": false,
"internalType": "address",
"name": "timeLock",
"name": "sender",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "transfer",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "totalFund",
"type": "uint256"
}
],
"name": "RebateFund",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "lockTime",
"name": "refund",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "gasPaid",
"type": "uint256"
}
],
"name": "TimeLockCreated",
"name": "RebatePaid",
"type": "event"
},
{
Expand Down
96 changes: 95 additions & 1 deletion abi/GovernanceBuilder.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,38 @@
"name": "GovernanceContractWithVoterClass",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "_storage",
"type": "address"
}
],
"name": "StorageCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "timeLock",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "lockTime",
"type": "uint256"
}
],
"name": "TimeLockCreated",
"type": "event"
},
{
"inputs": [],
"name": "NAME",
Expand All @@ -225,6 +257,25 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"name": "_governanceContractRegistered",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "aGovernance",
Expand All @@ -243,14 +294,33 @@
"name": "build",
"outputs": [
{
"internalType": "address",
"internalType": "address payable",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_contract",
"type": "address"
}
],
"name": "contractRegistered",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "name",
Expand Down Expand Up @@ -322,6 +392,30 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_gasUsed",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_baseFee",
"type": "uint256"
}
],
"name": "withGasRefund",
"outputs": [
{
"internalType": "contract GovernanceCreator",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down

0 comments on commit 5c454d5

Please sign in to comment.