Comment on page
Technical Resources
The Ethereum mainnet addresses are:
Security Audit report:
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 modified 2mo ago