Thanks,I will relay this to Fairglu who runs the blockexplorer.
https://chainz.cryptoid.info/ixc/Also, the block explorer shows 21,405,082 IXC outstanding, which is wrong. We can get an approximate of that number by doing: 21,000,000(IXC max supply) + 580,800(premine) + 50,446(donations) - 225,244(miningfund).
As you can see, it is counting the premine and donations twice, because the max supply is already counting them. To fix this, just do: ixc max supply - miningfund.
Total donations = ~50,446
https://chainz.cryptoid.info/ixc/address.dws?nulldata.htmhttps://chainz.cryptoid.info/ixc/address.dws?op_return.htmPremine = ~580,800
Mining fund left = ~225,244
I'm bad at math. If I did something wrong, let me know.
Updated locked (and effectively subtracted) the premine from the supply,but also made those coins available again through mining, and mininfund tracks how many of those former premine are left for miners.
The part he is less sure is that
donations are also made available for miner rewards ?The change from nulldata to op_return is when the explorer started tracking op_return separately from other "nulldata" output (this nulldata is how some outputs are/were qualified/named in the RPC API).
He will do a full resynch of the explorer.So this should merge all nulldata that are actually op_return together?