Documentation ¶ Index ¶ type Standard func GetStandard(txLog *types.Log) Standard func (s Standard) IsERC20() bool func (s Standard) IsERC721orERC1155() bool func (s Standard) String() string type Standards func (st Standards) Contains(standard Standard) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Standard ¶ type Standard int64 const ( UNKNOWN Standard = iota ERC20 ERC165 ERC721 ERC1155 ) func GetStandard ¶ func GetStandard(txLog *types.Log) Standard func (Standard) IsERC20 ¶ func (s Standard) IsERC20() bool func (Standard) IsERC721orERC1155 ¶ func (s Standard) IsERC721orERC1155() bool func (Standard) String ¶ func (s Standard) String() string type Standards ¶ type Standards []Standard func (Standards) Contains ¶ func (st Standards) Contains(standard Standard) bool Source Files ¶ View all Source files standard.go Click to show internal directories. Click to hide internal directories.