Technical Resources

Contract Addresses:

The Ethereum mainnet addresses are:


Source Code:

Github: https://github.com/ampleforth/spot/

Security Audit report:


SPOT API

The following API retrieves the SPOT total supply (which is also the circulating supply). This simply returns the ERC-20 totalSupply() from onchain.

fetch("https://service-api.fragments.org/spot-total-supply");

// Example Response
586445.104562757

Last updated