sc

package
v0.0.0-...-f743790 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ERC20Transfer         = "Transfer(address,address,uint256)"
	ERC721Transfer        = "Transfer(address, address,uint256)"
	ERC1155TransferSingle = "TransferSingle(address,address,address,uint256,uint256)"
	ERC1155TransferBatch  = "TransferBatch(address,address,address,uint256[],uint256[])"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type LogERC1155Transfer

type LogERC1155Transfer struct {
	From    common.Address
	To      common.Address
	TokenID *big.Int
	Tokens  *big.Int
}

type LogERC20Transfer

type LogERC20Transfer struct {
	From   common.Address
	To     common.Address
	Tokens *big.Int
}

type LogERC721Transfer

type LogERC721Transfer struct {
	From    common.Address
	To      common.Address
	TokenID *big.Int
}

Jump to

Keyboard shortcuts

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