Versions in this module Expand all Collapse all v0 v0.0.2 Aug 9, 2022 v0.0.1 Aug 9, 2022 Changes in this version + const MAX_GAS_LIMIT + type Bigs []*hexutil.Big + func (s Bigs) Len() int + func (s Bigs) Less(i, j int) bool + func (s Bigs) Swap(i, j int) + type CallMsg struct + Data CallMsgData + From common.Address + Gas *CallMsgBigInt + GasPrice *CallMsgBigInt + To common.Address + Value *CallMsgBigInt + type CallMsgBigInt big.Int + func NewCallMsgBigInt(v *big.Int) *CallMsgBigInt + func (a CallMsgBigInt) MarshalText() ([]byte, error) + type CallMsgData []byte + func (a CallMsgData) MarshalText() ([]byte, error) + type Event struct + Address common.Address + BlockHash common.Hash + BlockNumber string + Data string + Topics []string + TransactionHash common.Hash + type EventData struct + Address common.Address + BlockHash common.Hash + BlockNumber string + Data []byte + Topics [][]byte + TransactionHash common.Hash + type FeeHistory struct + BaseFeePerGas []*hexutil.Big + GasUsedRatio []float64 + OldestBlock *hexutil.Big + Reward [][]*hexutil.Big + type Fliter struct + Address common.Address + FromBlock string + ToBlock string + Topics []string + type ZeroValueCallMsg struct + Data CallMsgData + From common.Address + To common.Address