{
"deploy": {
},
"data": {
"bytecode": {
"generatedSources": [],
"linkReferences": {},
"object": "6080604...",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE ... ",
"sourceMap": "141:574:0:-:0;;;;;;;;;;;;;;;;;;;"
},
"deployedBytecode": {
"generatedSources": [
{ ... }
],
"immutableReferences": {},
"linkReferences": {},
"object": "60806040... ",
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE ... ",
"sourceMap": "141:574:0:-:0; ... "
},
"gasEstimates": {
"creation": {
"codeDepositCost": "108600",
"executionCost": "153",
"totalCost": "108753"
},
"external": {
"deposite(uint256)": "infinite",
"getBalance()": "1115",
"withdraw(uint256)": "infinite"
}
},
"methodIdentifiers": {
"deposite(uint256)": "3104562b",
"getBalance()": "12065fe0",
"withdraw(uint256)": "2e1a7d4d"
}
},
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "deposite",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getBalance",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
}