Documentation ¶
Index ¶
- Variables
- func IsEns(chain persist.Chain, address persist.Address) bool
- func IsFxhash(c db.Contract) bool
- func IsFxhashEth(chain persist.Chain, address persist.Address, contractSymbol string) bool
- func IsFxhashSigned(td db.TokenDefinition, c db.Contract, m persist.TokenMetadata) bool
- func IsFxhashSignedEth(chain persist.Chain, address persist.Address, contractSymbol string, ...) bool
- func IsFxhashSignedTezos(chain persist.Chain, address persist.Address, tokenName string) bool
- func IsFxhashTezos(chain persist.Chain, address persist.Address) bool
- func IsGrails(chain persist.Chain, address persist.Address, symbol string) bool
- func IsHicEtNunc(chain persist.Chain, address persist.Address) bool
- func IsProhibition(chain persist.Chain, address persist.Address) bool
- func KeywordsFor(td db.TokenDefinition) ([]string, []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProhibitionContract = persist.NewContractIdentifiers("0x47a91457a3a1f700097199fd63c039c4784384ab", persist.ChainArbitrum) EnsContract = persist.NewContractIdentifiers("0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85", persist.ChainETH) FxHashGentkV1Contract = persist.NewContractIdentifiers("KT1KEa8z6vWXDJrVqtMrAeDVzsvxat3kHaCE", persist.ChainTezos) FxHash2GentkV2Contract = persist.NewContractIdentifiers("KT1U6EHmNxJTkvaWJ4ThczG4FSDaHC21ssvi", persist.ChainTezos) FxHash3GentkV3Contract = persist.NewContractIdentifiers("KT1EfsNuqwLAWDd3o4pvfUx1CAh5GMdTrRvr", persist.ChainTezos) FxHashArticlesContract = persist.NewContractIdentifiers("KT1GtbuswcNMGhHF2TSuH1Yfaqn16do8Qtva", persist.ChainTezos) HicEtNuncContract = persist.NewContractIdentifiers("KT1RJ6PbjHpwc3M5rw5s2Nbmefwbuwbdxton", persist.ChainTezos) ObjktContract = persist.NewContractIdentifiers("KT19xbD2xn6A81an18S35oKtnkFNr9CVwY5m", persist.ChainTezos) GrailsSeasonOne = persist.NewContractIdentifiers("0xb6329bd2741c4e5e91e26c4e653db643e74b2b19", persist.ChainETH) GrailsSeasonTwo = persist.NewContractIdentifiers("0xd78afb925a21f87fa0e35abae2aead3f70ced96b", persist.ChainETH) GrailsSeasonThree = persist.NewContractIdentifiers("0x503a3039e9ce236e9a12e4008aecbb1fd8b384a3", persist.ChainETH) GrailsSeasonFour = persist.NewContractIdentifiers("0x069eeda3395242bd0d382e3ec5738704569b8885", persist.ChainETH) GrailsSeasonFive = persist.NewContractIdentifiers("0x92a50fe6ede411bd26e171b97472e24d245349b8", persist.ChainETH) )
View Source
var FxHashTezosContracts = []persist.ContractIdentifiers{ FxHashGentkV1Contract, FxHash2GentkV2Contract, FxHash3GentkV3Contract, FxHashArticlesContract, }
View Source
var GrailsContracts = []persist.ContractIdentifiers{ GrailsSeasonOne, GrailsSeasonTwo, GrailsSeasonThree, GrailsSeasonFour, GrailsSeasonFive, }
View Source
var HicEtNuncContracts = []persist.ContractIdentifiers{ HicEtNuncContract, ObjktContract, }
Functions ¶
func IsFxhashEth ¶
func IsFxhashSigned ¶
func IsFxhashSigned(td db.TokenDefinition, c db.Contract, m persist.TokenMetadata) bool
func IsFxhashSignedEth ¶
func IsFxhashSignedTezos ¶
func KeywordsFor ¶
func KeywordsFor(td db.TokenDefinition) ([]string, []string)
KeywordsFor returns the fields in a token's metadata that should be used to download assets from
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.