This is an automated archive.

The original was posted on /r/ethereum by /u/Existing_Drawer7935 on 2023-09-10 10:21:11+00:00.


the 2nd argument in the staticcalls should be the address of the contract being called.

In the tornado cash contracts, why is the 2nd argument always a digit?

success := staticcall(sub(gas(), 2000), 8, add(input, 0x20), mul(inputSize, 0x20), out, 0x20)