EthNFTTokenOwners: why is the amount a float?

In the EthNFTTokenOwners class the token amounts are stored as floats (e.g., 2.4756021399387512e+23). Why aren’t they stored as strings? it looses decimal precision.

Hrm the amount was changed to String for the ERC20 value amounts, but in EthNFTTokenOwners and EthNFTTokenTransfers the amount column is Number… if these can hold uint256 values then you are correct they should be String instead.

@rph

This issue has been added to the roadmap and will be resolved soon thank you @dagr

Could you let me know here when the issue is resolved? I’d probably have to make adjustments to my cloud code