Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.3.X Polygon And Mumbai #42

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
1,310 changes: 1,310 additions & 0 deletions abis/v3_2_0/abis/CompoundPrizePool.json

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions abis/v3_2_0/abis/CompoundPrizePoolProxyFactory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
[
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "proxy",
"type": "address"
}
],
"name": "ProxyCreated",
"type": "event"
},
{
"inputs": [],
"name": "create",
"outputs": [
{
"internalType": "contract CompoundPrizePool",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_logic",
"type": "address"
},
{
"internalType": "bytes",
"name": "_data",
"type": "bytes"
}
],
"name": "deployMinimal",
"outputs": [
{
"internalType": "address",
"name": "proxy",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "instance",
"outputs": [
{
"internalType": "contract CompoundPrizePool",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
Loading