erc20

package
v0.0.0-...-07d62d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Transfer

type Transfer struct {
	ContractAddress ethereum.Address `json:"contract_address"`
	FromAddress     ethereum.Address `json:"from_address"`
	ToAddress       ethereum.Address `json:"to_address"`
	Amount          misc.BigInt      `json:"amount"`

	// PickedUp is when we processed this event
	PickedUp time.Time `json:"time"`

	TransactionHash ethereum.Hash `json:"transaction_hash"`
}

Transfer made using a ERC20 contract

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL