Documentation ¶ Index ¶ type Erc20 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Erc20 ¶ type Erc20 struct { Address types.Address `json:"address"` Name string `json:"name"` Symbol string `json:"symbol"` TotalSupply types.UnscaledNumber `json:"total_supply"` Decimals int `json:"decimals"` } Source Files ¶ View all Source files erc20.go Click to show internal directories. Click to hide internal directories.