Versions in this module Expand all Collapse all v0 v0.0.11-rc.1 Dec 17, 2019 v0.0.10 Nov 20, 2019 Changes in this version + func SetupMarketPlaceContract(wantedEvents, wantedMethods []string) *contract.Contract + func SetupMolochContract(wantedEvents, wantedMethods []string) *contract.Contract type NewOwnerLog + VulcanizeLogId int64 type TransferLog + VulcanizeLogId int64 v0.0.4 Jul 23, 2019 v0.0.3 Jun 17, 2019 v0.0.2 May 2, 2019 Changes in this version + type HeaderSyncNewOwnerLog struct + HeaderID int64 + Id int64 + Label string + LogIndex int64 + Node string + Owner string + RawLog []byte + TokenName string + TxIndex int64 + type HeaderSyncTransferLog struct + From string + HeaderID int64 + Id int64 + LogIndex int64 + RawLog []byte + To string + TokenName string + TxIndex int64 + Value string v0.0.1 Apr 9, 2019 Changes in this version + var ENSConfig = config.ContractConfig + var ENSandTusdConfig = config.ContractConfig + var TusdConfig = config.ContractConfig + func CreateBlock(blockNumber int64, repository repositories.BlockRepository) (blockId int64) + func SetupDBandBC() (*postgres.DB, core.BlockChain) + func SetupENSContract(wantedEvents, wantedMethods []string) *contract.Contract + func SetupENSRepo(vulcanizeLogId *int64, wantedEvents, wantedMethods []string) (*postgres.DB, *contract.Contract) + func SetupTusdContract(wantedEvents, wantedMethods []string) *contract.Contract + func SetupTusdRepo(vulcanizeLogId *int64, wantedEvents, wantedMethods []string) (*postgres.DB, *contract.Contract) + func TearDown(db *postgres.DB) + type BalanceOf struct + Address string + Balance string + Block int64 + Id int64 + TokenName string + type LightNewOwnerLog struct + HeaderID int64 + Id int64 + Label string + LogIndex int64 + Node string + Owner string + RawLog []byte + TokenName string + TxIndex int64 + type LightTransferLog struct + From string + HeaderID int64 + Id int64 + LogIndex int64 + RawLog []byte + To string + TokenName string + TxIndex int64 + Value string + type NewOwnerLog struct + Block int64 + Id int64 + Label string + Node string + Owner string + TokenName string + Tx string + VulvanizeLogId int64 + type Owner struct + Address string + Block int64 + Id int64 + Node string + TokenName string + type Resolver struct + Address string + Block int64 + Id int64 + Node string + TokenName string + type TransferLog struct + Block int64 + From string + Id int64 + To string + TokenName string + Tx string + Value string + VulvanizeLogId int64