FAQ

User FAQs

What does the "in" or "out" label mean on a transaction?

This label appears next to a transaction to signify whether a transaction was sent or received by a particular address.

  • In: A transaction was sent to the address

  • Out: A transaction was initiated from the address

What are the different transaction types?

There are 3 transaction types which can be accessed from the tabs menu for an EOA (Externally Owned Address) or Smart Contract.

Transactions: An EOA, commonly known as a wallet address, initiates a transaction. Both incoming and outgoing transactions are recorded here, and includes includes any transaction that requires a gas fee (in the native token ETH, xDai etc) for execution.

Token Transfers: Transactions of ERC-20 or ERC-721 tokens. This can include DeFi transactions (like adding or removing liquidity), EOA transfers, airdrops or other transactions where non-native tokens are sent and received.

Internal Transactions: Transactions initiated and executed between smart contracts. Internal transactions are the result of an external transaction (EOA to contract). This initial transaction can then trigger many internal transactions between contracts as functions are called.

What is CSV export error 504?

If you request too much data at the same time you may receive a timeout. Decreasing the period of time for an export (1 week timeframe is recommended for addresses with lots of transactions) can reduce these errors.

Can I access and read/write contract methods?

Yes! The contract should be verified (or the bytecode matches an existing contract) to enable reading and writing to contracts and proxy contracts. More info here.

How do I verify a smart contract?

There are multiple methods including options from the Gauss Explorer UI as well as an integration directly with Hardhat.

Gauss Explorer UI:

Hardhat:

Last updated