Documentation ¶
Index ¶
- func DataToAddress(vLog types.Log, index int64) common.Address
- func DataToAddressArray(vLog types.Log, index int64) []string
- func DataToArrayOffsetAndLength(vLog types.Log, index int64) (int64, int64)
- func DataToBool(vLog types.Log, index int64) bool
- func DataToDecimal(vLog types.Log, index int64, exp int32) decimal.Decimal
- func DataToDecimalArray(vLog types.Log, index int64, exp int32) []decimal.Decimal
- func DataToHash(vLog types.Log, index int64) common.Hash
- func DataToHashArray(vLog types.Log, index int64) []string
- func DataToInt64(vLog types.Log, index int64) int64
- func DataToInt64Array(vLog types.Log, index int64) []int64
- func DataToString(vLog types.Log, index int64) string
- func GetSender(rpc *ethclient.Client, blockHash, txHash common.Hash, txIndex uint) (*common.Address, error)
- func StartAndEndTokenIDToString(startTokenID, endTokenID int64) (string, int64)
- func ToJSON(obj interface{}) (string, error)
- func TokenIDsToString(tokenIDs []int64) string
- func TopicToAddress(vLog types.Log, index int64) common.Address
- func TopicToArrayOffsetAndLength(vLog types.Log, index int64) (int64, int64)
- func TopicToBool(vLog types.Log, index int64) bool
- func TopicToDecimal(vLog types.Log, index int64, exp int32) decimal.Decimal
- func TopicToHash(vLog types.Log, index int64) common.Hash
- func TopicToInt64(vLog types.Log, index int64) int64
- func TopicToInt64Array(vLog types.Log, index int64) []int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataToDecimalArray ¶
func TokenIDsToString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.