@gooddollar/goodprotocol
Version:
GoodDollar Protocol
64 lines (63 loc) • 1.31 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IAdminWallet",
"sourceName": "contracts/Interfaces.sol",
"abi": [
{
"inputs": [
{
"internalType": "address payable[]",
"name": "_admins",
"type": "address[]"
}
],
"name": "addAdmins",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "_admins",
"type": "address[]"
}
],
"name": "removeAdmins",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "_owner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}