Skip to content

Instantly share code, notes, and snippets.

@RareSkills
Created April 1, 2023 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RareSkills/9387d48828b376f16adbe9f54f943761 to your computer and use it in GitHub Desktop.
Save RareSkills/9387d48828b376f16adbe9f54f943761 to your computer and use it in GitHub Desktop.
op code Usage
log0(p, s) log without topics and data mem[p…(p+s))
log1(p, s, t1) log with topic t1 and data mem[p…(p+s))
log2(p, s, t1, t2) log with topics t1, t2 and data mem[p…(p+s))
log3(p, s, t1, t2, t3) log with topics t1, t2, t3 and data mem[p…(p+s))
log4(p, s, t1, t2, t3, t4) log with topics t1, t2, t3, t4 and data mem[p…(p+s))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment