[#Ethereum](Ethereum.md) [#Smart_Contract](Smart_Contract)
- `LOG` Opcode
- `LOG0`
- トピックなし
- `LOG1`~`LOG4`
- イベントログに活用される
- トピック(Index)を含められる
解説記事
- [https://consensys.io/blog/guide-to-events-and-logs-in-ethereum-smart-contracts](https://consensys.io/blog/guide-to-events-and-logs-in-ethereum-smart-contracts)
- [Eventにつけるindexedの役割 - アルゴリズムとかオーダーとか](https://y-nakajo.hatenablog.com/entry/2017/12/08/144643)
- [Log系|Ethereum Opcodes 大全](https://zenn.dev/heku/books/aef33b86ded3c0/viewer/ef361e)
- [Ethereum Virtual Machine Opcodes #A0](https://ethervm.io/#A0)