riff-snap
v0.1.9
Published
Riff snap is provide analytics for security & transactions data
Downloads
51
Maintainers
Readme
Riff Metamask Snap
This Snap help you to determine if the transaction you are going through with is safe or not by providing you analytics about the smart contract you are transacting with.
Notes
To use this snap you need to install https://metamask.io/flask/ MetaMask Flask: an experimental playground for developers, where new or proposed features can be rolled out and tested before deploying them to the broader public.
The first feature being rolled out in the Flask environment is the much-anticipated MetaMask Snaps.
Snaps is a way to make MetaMask more extensible for developers, giving them the opportunity to build specifically what they need for their Dapp.
Analytics
| Analytic | Description | | ---------------------- | --------------------------------------------------------------------------------------------------------------- | | Total Txns | Shows the number of total txns on this contract | | Is Contract Verified ? | Shows if contract is verified on etherscan | | Explanation | Explaination of what this transaction actually does fetched using an LLM and verified contract code | | Safety Tag | Safety Tag determined by Riff | | Top transactors | Shows the top 10 addresses transacting on this contract/account | | Function Distribution | Shows the number of times each function on this contract was called (subject to decoded signature availability) | | Method Distribution | Shows the number of times each function was called identified by function signature hash |