constants

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ERC20           = "ERC20"
	ERC721          = "ERC721"
	ERC1155         = "ERC1155"
	Native          = "native"
	ERC20Decimals   = 18
	ERC20DecimalStr = "18"
	User            = "user"
	Address         = "address"

	NativeEthName        = "ETH"
	NativeEthSymbol      = "ETH"
	NativeEthType        = "ETH"
	NativePolygonSymbol  = "MATIC"
	NativeOptimismSymbol = "ETH"
	NativeToken          = "native_token"
	NativeTransfer       = "transfer"

	MintToken = "mint"
	MintNFT   = "mint"
	BurnToken = "burn"
	BurnNFT   = "burn"

	NFTAsset    = "nft"
	NFTTransfer = "transfer"

	TokenTransfer = "transfer"
	TokenAsset    = "token"
	USD           = "USD"
	WETH          = "weth"
	One           = "1.0"
	Transfer      = "Transfer"
)
View Source
const (
	BlockKey = "block"
)

Variables

View Source
var USDCMapping = map[Blockchain]string{
	Ethereum: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
	Polygon:  "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
	Optimism: "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
}
View Source
var WETHMapping = map[Blockchain]string{
	Ethereum: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
	Polygon:  "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
	Optimism: "0x4200000000000000000000000000000000000006",
}

Functions

This section is empty.

Types

type Blockchain

type Blockchain string
const (
	UNKNOWN                        = "unknown"
	Base                Blockchain = "base" // Coinbase
	Binance_Smart_Chain Blockchain = "binance_smart_chain"
	Ethereum            Blockchain = "ethereum"
	Optimism            Blockchain = "optimism"
	Polygon             Blockchain = "polygon"
)

Jump to

Keyboard shortcuts

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