embark-area-51/test_apps/contracts_app/build/contracts/ZAMyLib.json

48 lines
1.8 KiB
JSON
Raw Normal View History

2018-03-29 22:35:10 +00:00
{
"contract_name": "ZAMyLib",
2018-04-02 19:30:16 +00:00
"address": "0xd9F35C730c43e9f5E8de5AB11289a8f0f4946692",
"code": "60606040523415600e57600080fd5b60898061001c6000396000f300606060405263ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663771602f78114603b57600080fd5b60476004356024356059565b60405190815260200160405180910390f35b01905600a165627a7a72305820ede2cb131e1daa954b133652da10a32a7854ec4efe9627ca423678710326ea090029",
"runtime_bytecode": "606060405263ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663771602f78114603b57600080fd5b60476004356024356059565b60405190815260200160405180910390f35b01905600a165627a7a72305820ede2cb131e1daa954b133652da10a32a7854ec4efe9627ca423678710326ea090029",
"real_runtime_bytecode": "606060405263ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663771602f78114603b57600080fd5b60476004356024356059565b60405190815260200160405180910390f35b01905600a165627a7a72305820ede2cb131e1daa954b133652da10a32a7854ec4efe9627ca423678710326ea090029",
"swarm_hash": "ede2cb131e1daa954b133652da10a32a7854ec4efe9627ca423678710326ea09",
2018-03-29 22:35:10 +00:00
"gas_estimates": {
"creation": {
2018-04-02 19:30:16 +00:00
"codeDepositCost": "27400",
2018-03-29 22:35:10 +00:00
"executionCost": "76",
2018-04-02 19:30:16 +00:00
"totalCost": "27476"
2018-03-29 22:35:10 +00:00
},
"external": {
2018-04-02 19:30:16 +00:00
"add(uint256,uint256)": "145"
2018-03-29 22:35:10 +00:00
}
},
"function_hashes": {
"add(uint256,uint256)": "771602f7"
},
"abi": [
{
"constant": true,
"inputs": [
{
"name": "_a",
"type": "uint256"
},
{
"name": "_b",
"type": "uint256"
}
],
"name": "add",
"outputs": [
{
"name": "_c",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "pure",
2018-03-29 23:05:30 +00:00
"type": "function",
"signature": "0x771602f7"
2018-03-29 22:35:10 +00:00
}
]
}