simLogTopicReturns a topic from a logSolidityfunction simLogTopic(uint8 index) internal returns (bytes32 topic) Parameters NameTypeDescriptionindexuint8which topic to get; error if out of bounds Return Values NameTypeDescriptiontopicbytes32the requested topic Notes Can only be called in a log hook.