Fantom Safe
Multisig wallet for Fantom network based on Gnosis Safe
It is an open source smart contract wallet running on Fantom network, enabling the multi-signature of your crypto assets or interactions with other smart contracts. That means, it is suitable for managing funds in teams. You can set owners of the safe and a minimum number of people to approve a transaction before it can execute. This is different from a single key wallet, often referred to as an externally owned account (EOA), where a single person owns the private key and approves transactions with it.
Fantom Safe supports FTM and ERC20 (Tokens on Fantom network), which you can transfer to the safe in a usual way, how you are used to from standard account transfer. You can see the fiat values of your assets on your dashboard and easily send funds from it away.
Multisig web application is deployed on these locations:
As Fantom Safe is based on Gnosis Safe, you can use their guidelines for creating a safe and managing transactions. They did a really great job and all the actions are well explained in their web pages Getting Started
Because of caching mechanism it can happen, that transaction nonce will get out of sync. In that case please check, that the current nonce for the Safe corresponds to the nonce filled in the Safe UI.
Solution:
- In the UI from the left menu select Settings -> Advanced. There you can find field "Current Nonce:"
- Fill this number in the new created transaction under Advanced options -> Edit

Modify Safe nonce in new Tx from 31 to 42
Get Current Nonce
Contract | Address |
GnosisSafe | |
GnosisSafeProxyFactory | |
CreateCall | |
MultiSend |
Contract | Address |
GnosisSafe | |
GnosisSafeProxyFactory | |
CreateAndAddModules | |
MultiSend |
Contract | Address |
GnosisSafe | |
GnosisSafeProxyFactory | |
CreateAndAddModules | |
MultiSend |
Last modified 1yr ago