mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"contracts":
|
|
{
|
|
"A":
|
|
{
|
|
"object":
|
|
{
|
|
"evm":
|
|
{
|
|
"assembly": " /* \"A\":17:18 */
|
|
0x00
|
|
/* \"A\":11:19 */
|
|
mload
|
|
/* \"A\":38:39 */
|
|
0x00
|
|
/* \"A\":34:35 */
|
|
dup1
|
|
/* \"A\":31:32 */
|
|
dup3
|
|
/* \"A\":27:36 */
|
|
add
|
|
/* \"A\":20:40 */
|
|
sstore
|
|
/* \"A\":0:42 */
|
|
pop
|
|
",
|
|
"bytecode":
|
|
{
|
|
"functionDebugData": {},
|
|
"generatedSources": [],
|
|
"linkReferences": {},
|
|
"object": "<BYTECODE REMOVED>",
|
|
"opcodes":"<OPCODES REMOVED>",
|
|
"sourceMap":"<SOURCEMAP REMOVED>"
|
|
}
|
|
},
|
|
"ir": "object \"object\" {
|
|
code {
|
|
let x := mload(0)
|
|
sstore(add(x, 0), 0)
|
|
}
|
|
}
|
|
",
|
|
"irOptimized": "object \"object\" {
|
|
code {
|
|
let x := mload(0)
|
|
sstore(add(x, 0), 0)
|
|
}
|
|
}
|
|
"
|
|
}
|
|
}
|
|
}
|
|
}
|