You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The events printed in the console for Transactions are missing the value, as they only print out the indexed topics.
🤔 Rationale
It would be great to print out the value so we can easily read all event related data
🖼️ Mockups/Examples
BEFORE:
09:11:07 INFO ==== 3 events
09:11:07 INFO EthToken System Contract Transfer(address,address,uint256), 0x00000000000000000000000036615cf349d7f6344891b1e7ca7c72883f5dc049, 0x0000000000000000000000000000000000000000000000000000000000008001
09:11:07 INFO 0x26b368c3ed16313ebd6660b72d8e4439a697cb0b LogString(string)
09:11:07 INFO EthToken System Contract Transfer(address,address,uint256), 0x0000000000000000000000000000000000000000000000000000000000008001, 0x00000000000000000000000036615cf349d7f6344891b1e7ca7c72883f5dc049
AFTER:
09:11:07 INFO ==== 3 events
09:11:07 INFO EthToken System Contract
09:11:07 INFO Topics:
09:11:07 INFO Transfer(address,address,uint256)
09:11:07 INFO 0x00000000000000000000000036615cf349d7f6344891b1e7ca7c72883f5dc049
09:11:07 INFO 0x0000000000000000000000000000000000000000000000000000000000008001
09:11:07 INFO Data (Hex): 0xfafafafafafafafafa
09:11:07 INFO 0x26b368c3ed16313ebd6660b72d8e4439a697cb0b
09:11:07 INFO Topics:
09:11:07 INFO LogString(string)
09:11:07 INFO Data (Text): Hello World!
09:11:07 INFO EthToken System Contract
09:11:07 INFO Topics:
09:11:07 INFO Transfer(address,address,uint256)
09:11:07 INFO 0x0000000000000000000000000000000000000000000000000000000000008001
09:11:07 INFO 0x00000000000000000000000036615cf349d7f6344891b1e7ca7c72883f5dc049
09:11:07 INFO Data (Number): 79557547
The text was updated successfully, but these errors were encountered:
🌟 Feature Request
📝 Description
The events printed in the console for Transactions are missing the value, as they only print out the indexed topics.
🤔 Rationale
It would be great to print out the value so we can easily read all event related data
🖼️ Mockups/Examples
BEFORE:
AFTER:
The text was updated successfully, but these errors were encountered: