mirror of
https://github.com/nspcc-dev/neo-exporter.git
synced 2026-03-01 04:28:48 +00:00
Provide generic configurable NEP-17 tracker #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Nov 15, 2023).
Originally assigned to: @smallhive on GitHub.
The only thing we track from the "main" chain is NeoFS GAS balance. Which means we're calling
balanceOfmethod of a NEP-17 contract for some address. For whatever reason it's configured ascontracts.neofsand GAS is hardcoded there. But it costs nothing to provide something more like:For the side chain it might be:
and this should allow to track any NEP-17 balance of any account (or other NEP-17 things like total supply). We desperately need this for our various accounts and it should be easy to add.