telosnetwork / teloscan

Telos EVM block explorer for viewing blocks, transactions, contracts, staking, and more
https://teloscan.io
Apache License 2.0
22 stars 25 forks source link

bool read function not returning a value #760

Closed rozzaswap closed 5 months ago

rozzaswap commented 6 months ago

The value returned for a public bool in the following contract should return 'true' or 'false' but is returning nothing. The below screenshot is after querying the value.

Image

https://testnet.teloscan.io/address/0xB4a5F949c027A77428F14D5C334629967C8B0fED?tab=contract


PR here: https://github.com/telosnetwork/teloscan/pull/764