Returns a topic from a log

function simLogTopic(uint8 index) internal returns (bytes32 topic)

Parameters

NameTypeDescription
indexuint8which topic to get; error if out of bounds

Return Values

NameTypeDescription
topicbytes32the requested topic

Notes

  1. Can only be called in a log hook.