Skip to content

Instantly share code, notes, and snippets.

@ikwuoz
Last active April 15, 2023 06:55
Show Gist options
  • Select an option

  • Save ikwuoz/ab514cf440a868607f3ae1bb9596677e to your computer and use it in GitHub Desktop.

Select an option

Save ikwuoz/ab514cf440a868607f3ae1bb9596677e to your computer and use it in GitHub Desktop.
{"abi": [
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "changeOwner",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getBalance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address payable",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
}
],
"address-goerli": 0x63767ea023FA51CFF62A8EBE9AB48eAdA266BEe2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment