0

I'm debugging solidity opcode by opcode. How do I tell when the compiler is referencing another smart contract through OpCode?

I know that you can do this in Browser Solidity. However I would just like to know the OpCode for "pointing" to data inside another contract, and how the contract's address is expressed into that opcode.

nick carraway
  • 1,065
  • 1
  • 9
  • 23
  • 1
    I think 0xf1 or 0xf2, see here. – goodvibration May 05 '19 at 20:34
  • 1
    Is this a duplicate? https://ethereum.stackexchange.com/questions/1391/can-a-contract-access-another-contracts-storage and https://ethereum.stackexchange.com/questions/1906/can-a-contract-access-the-code-of-another-contract – eth May 06 '19 at 00:03

0 Answers0