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.
Could you let me know here when the issue is resolved? I’d probably have to make adjustments to my cloud code