We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error message appears when switching to the Logs tab and it does not reload successfully:
elixir -version
Deploy this contract and call logDoubleAnonymous method:
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract LogAnoymousContract { event LogDoubleAnonymous(uint256 arg0, uint256 indexed arg1) anonymous; function logDoubleAnonymous( uint256 arg0, uint256 arg1 ) public { emit LogDoubleAnonymous(arg0, arg1); } }
e.g tx: https://cronos.org/explorer/testnet3/tx/0x287bba8dae54d684b33c8210a03af067ec998db338fd37a9d542c1f5b5e6005b/logs
Logs can be loaded.
Logs cannot be loaded
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An error message appears when switching to the Logs tab and it does not reload successfully:
Environment
elixir -version
): 1.13.4/24.3.4.1Steps to reproduce
Deploy this contract and call logDoubleAnonymous method:
e.g tx: https://cronos.org/explorer/testnet3/tx/0x287bba8dae54d684b33c8210a03af067ec998db338fd37a9d542c1f5b5e6005b/logs
Expected behaviour
Logs can be loaded.
Actual behaviour
Logs cannot be loaded
The text was updated successfully, but these errors were encountered: