mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
{
|
|
let x := staticcall(gas(), 0x45, 0, 0x20, 0x30, 0x20)
|
|
sstore(0x64, x)
|
|
}
|
|
// ====
|
|
// EVMVersion: >=byzantium
|
|
// ----
|
|
// Trace:
|
|
// STATICCALL(153, 69, 0, 32, 48, 32)
|
|
// Memory dump:
|
|
// Storage dump:
|
|
// 0000000000000000000000000000000000000000000000000000000000000064: 0000000000000000000000000000000000000000000000000000000000000001
|