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
Click to show internal directories.
Click to hide internal directories.