Documentation ¶
Index ¶
- Constants
- Variables
- func Checksum(address string) string
- func Endpoint(chainId int64) (string, error)
- type Client
- func (client *Client) Call(msg ethereum.CallMsg, blockNumber *big.Int) ([]byte, error)
- func (client *Client) GetAllowance(contract, owner, spender string) (*big.Int, error)
- func (client *Client) GetDecimals(contract string) (int, error)
- func (client *Client) GetSymbol(contract string) (string, error)
Constants ¶
Variables ¶
View Source
var Chains = [8]int64{Ethereum, Optimism, BinanceSmartChain, Polygon, Fantom, Base, Arbitrum, Avalanche}
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.