Overview
Sort stores as much information as possible for a sponsored contract, including:
- Decoded transactions to the contract address
- Function name and all parameters sent to the function
- All logs/events that were part of the transaction (including function names and parameters)
- Decoded logs/events that reference the contract address
- With any to/from address, we track any time a function within the sponsored contract was executed
- Contract function results, called periodically and stored over time.
- Easily graph total supply or other contract values that are much easier to access by calling a function in the contract
- NFT metadata, images, and attributes
Updated 15 days ago