erc20

package
v0.0.0-...-3d859bf Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TopicTransfer = abi.Events["Transfer"].ID

TopicTransfer emitted by Transfer(address,uint256)

Functions

This section is empty.

Types

type Transfer

type Transfer struct {
	events.Event

	Sender    types.Address        `json:"sender"`
	Recipient types.Address        `json:"recipient"`
	Value     types.UnscaledNumber `json:"value"`
}

func UnpackTransfer

func UnpackTransfer(topic1, topic2 ethCommon.Hash, d []byte) (*Transfer, error)

Jump to

Keyboard shortcuts

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