Skip to content

How to get a failing Safe transaction on Rinkeby

Tobias Schubotz edited this page Jun 5, 2020 · 1 revision
  1. Open your Safe (e.g. https://rinkeby.gnosis-safe.io/app/#/safes/0xaE3c91c89153DEaC332Ab7BBd167164978638c30)
  2. Click Send -> Contract interaction
  3. Paste in the address of an ERC20 token (e.g. WETH: 0xc778417e063141139fce010982780140aa0cd5ab)
  4. ABI should be loaded automatically.
  5. Select transfer from the method dropdown.
  6. Enter a recipient address for dst (e.g. 0xaE3c91c89153DEaC332Ab7BBd167164978638c30)
  7. Enter an amount for wad. Note that WETH has 18 decimals. (e.g. 100000000000000000000 for 100 WETH)
  1. Review and Submit your tx
  2. Approve with the necessary number of owners.
  3. Wait for execution.
  4. 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)
Clone this wiki locally