Last active
April 11, 2021 07:42
-
-
Save macalinao/265ef9f40d13b28a64e5ad19eec94f62 to your computer and use it in GitHub Desktop.
Celo Multisig ABI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": true, | |
"internalType": "address", | |
"name": "sender", | |
"type": "address" | |
}, | |
{ | |
"indexed": true, | |
"internalType": "uint256", | |
"name": "transactionId", | |
"type": "uint256" | |
} | |
], | |
"name": "Confirmation", | |
"type": "event" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": true, | |
"internalType": "address", | |
"name": "sender", | |
"type": "address" | |
}, | |
{ | |
"indexed": false, | |
"internalType": "uint256", | |
"name": "value", | |
"type": "uint256" | |
} | |
], | |
"name": "Deposit", | |
"type": "event" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": true, | |
"internalType": "uint256", | |
"name": "transactionId", | |
"type": "uint256" | |
}, | |
{ | |
"indexed": false, | |
"internalType": "bytes", | |
"name": "returnData", | |
"type": "bytes" | |
} | |
], | |
"name": "Execution", | |
"type": "event" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": false, | |
"internalType": "uint256", | |
"name": "internalRequired", | |
"type": "uint256" | |
} | |
], | |
"name": "InternalRequirementChange", | |
"type": "event" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": true, | |
"internalType": "address", | |
"name": "owner", | |
"type": "address" | |
} | |
], | |
"name": "OwnerAddition", | |
"type": "event" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": true, | |
"internalType": "address", | |
"name": "owner", | |
"type": "address" | |
} | |
], | |
"name": "OwnerRemoval", | |
"type": "event" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": false, | |
"internalType": "uint256", | |
"name": "required", | |
"type": "uint256" | |
} | |
], | |
"name": "RequirementChange", | |
"type": "event" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": true, | |
"internalType": "address", | |
"name": "sender", | |
"type": "address" | |
}, | |
{ | |
"indexed": true, | |
"internalType": "uint256", | |
"name": "transactionId", | |
"type": "uint256" | |
} | |
], | |
"name": "Revocation", | |
"type": "event" | |
}, | |
{ | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": true, | |
"internalType": "uint256", | |
"name": "transactionId", | |
"type": "uint256" | |
} | |
], | |
"name": "Submission", | |
"type": "event" | |
}, | |
{ "payable": true, "stateMutability": "payable", "type": "fallback" }, | |
{ | |
"constant": true, | |
"inputs": [], | |
"name": "MAX_OWNER_COUNT", | |
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "", "type": "uint256" }, | |
{ "internalType": "address", "name": "", "type": "address" } | |
], | |
"name": "confirmations", | |
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [], | |
"name": "initialized", | |
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [], | |
"name": "internalRequired", | |
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [{ "internalType": "address", "name": "", "type": "address" }], | |
"name": "isOwner", | |
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], | |
"name": "owners", | |
"outputs": [{ "internalType": "address", "name": "", "type": "address" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [], | |
"name": "required", | |
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [], | |
"name": "transactionCount", | |
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], | |
"name": "transactions", | |
"outputs": [ | |
{ "internalType": "address", "name": "destination", "type": "address" }, | |
{ "internalType": "uint256", "name": "value", "type": "uint256" }, | |
{ "internalType": "bytes", "name": "data", "type": "bytes" }, | |
{ "internalType": "bool", "name": "executed", "type": "bool" } | |
], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "address[]", "name": "_owners", "type": "address[]" }, | |
{ "internalType": "uint256", "name": "_required", "type": "uint256" }, | |
{ | |
"internalType": "uint256", | |
"name": "_internalRequired", | |
"type": "uint256" | |
} | |
], | |
"name": "initialize", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "address", "name": "owner", "type": "address" } | |
], | |
"name": "addOwner", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "address", "name": "owner", "type": "address" } | |
], | |
"name": "removeOwner", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "address", "name": "owner", "type": "address" }, | |
{ "internalType": "address", "name": "newOwner", "type": "address" } | |
], | |
"name": "replaceOwner", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "_required", "type": "uint256" } | |
], | |
"name": "changeRequirement", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ | |
"internalType": "uint256", | |
"name": "_internalRequired", | |
"type": "uint256" | |
} | |
], | |
"name": "changeInternalRequirement", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "address", "name": "destination", "type": "address" }, | |
{ "internalType": "uint256", "name": "value", "type": "uint256" }, | |
{ "internalType": "bytes", "name": "data", "type": "bytes" } | |
], | |
"name": "submitTransaction", | |
"outputs": [ | |
{ "internalType": "uint256", "name": "transactionId", "type": "uint256" } | |
], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "transactionId", "type": "uint256" } | |
], | |
"name": "confirmTransaction", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "transactionId", "type": "uint256" } | |
], | |
"name": "revokeConfirmation", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": false, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "transactionId", "type": "uint256" } | |
], | |
"name": "executeTransaction", | |
"outputs": [], | |
"payable": false, | |
"stateMutability": "nonpayable", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "transactionId", "type": "uint256" } | |
], | |
"name": "isConfirmed", | |
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "transactionId", "type": "uint256" } | |
], | |
"name": "getConfirmationCount", | |
"outputs": [ | |
{ "internalType": "uint256", "name": "count", "type": "uint256" } | |
], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [ | |
{ "internalType": "bool", "name": "pending", "type": "bool" }, | |
{ "internalType": "bool", "name": "executed", "type": "bool" } | |
], | |
"name": "getTransactionCount", | |
"outputs": [ | |
{ "internalType": "uint256", "name": "count", "type": "uint256" } | |
], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [], | |
"name": "getOwners", | |
"outputs": [ | |
{ "internalType": "address[]", "name": "", "type": "address[]" } | |
], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "transactionId", "type": "uint256" } | |
], | |
"name": "getConfirmations", | |
"outputs": [ | |
{ | |
"internalType": "address[]", | |
"name": "_confirmations", | |
"type": "address[]" | |
} | |
], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
}, | |
{ | |
"constant": true, | |
"inputs": [ | |
{ "internalType": "uint256", "name": "from", "type": "uint256" }, | |
{ "internalType": "uint256", "name": "to", "type": "uint256" }, | |
{ "internalType": "bool", "name": "pending", "type": "bool" }, | |
{ "internalType": "bool", "name": "executed", "type": "bool" } | |
], | |
"name": "getTransactionIds", | |
"outputs": [ | |
{ | |
"internalType": "uint256[]", | |
"name": "_transactionIds", | |
"type": "uint256[]" | |
} | |
], | |
"payable": false, | |
"stateMutability": "view", | |
"type": "function" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment