-
Notifications
You must be signed in to change notification settings - Fork 4
How to get a failing Safe transaction on Rinkeby
Tobias Schubotz edited this page Jun 5, 2020
·
1 revision
- Open your Safe (e.g. https://rinkeby.gnosis-safe.io/app/#/safes/0xaE3c91c89153DEaC332Ab7BBd167164978638c30)
- Click
Send -> Contract interaction
- Paste in the address of an ERC20 token (e.g. WETH:
0xc778417e063141139fce010982780140aa0cd5ab
) - ABI should be loaded automatically.
- Select
transfer
from the method dropdown. - Enter a recipient address for
dst
(e.g.0xaE3c91c89153DEaC332Ab7BBd167164978638c30
) - Enter an amount for
wad
. Note that WETH has 18 decimals. (e.g.100000000000000000000
for 100 WETH)
-
Review
andSubmit
your tx - Approve with the necessary number of owners.
- Wait for execution.
- Your tx should now fail. (It won't fail when you actually have 100 WETH. So make sure to use an amount which is above your balance ;-) (e.g. https://rinkeby.etherscan.io/tx/0xc4d38054c643b63dc6b7007366d91f1a01baeb53b4acd9887177ae1ee80f0929)