/Ethereum_Contract_Events

Events, indexed declaration and LOG1,LOG2,LOG3,LOG4 presence in compiled opcodes

MIT LicenseMIT

Ethereum_Contract_Events

Events indexed and LOG1,LOG2,LOG3,LOG4 presence in compiled opcodes

This code helps to see how solidity compiler define the LOGx. Mainly indexed trigger LOG2,LOG3,LOG4. If a contract has no indexed declaration, only LOG1 is used.