Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

How do we determine the tx type

Dirk Jäckel edited this page May 29, 2020 · 21 revisions

The transaction service returns a list of transactions with certain attributes. How do we determine what kind of tx a certain transaction is. Here is a list of types we need to distinguish between

Transfers

Type From -> To Currency
1  Safe Safe ETH
2 EOA Safe ETH
3 Safe EOA ETH
4 Safe Safe ERC20
5 EOA Safe ERC20
6 Safe EOA ERC20
7 Safe Safe ERC712
8 EOA Safe ERC712
9 Safe EOA ERC712

Settings Change

Add owner / Remove Owner / Replace Owner

Change Mastercopy

Custom transactions

Clone this wiki locally