abstract fun emitLog(address: Address, data: Bytes, topics: List<Bytes32>): Unit
(source)
Log function.
This function is used by an EVM to inform about a LOG that happened during an EVM bytecode execution.
address
- The address of the contract that generated the log.
data
- The unindexed data attached to the log.