fC>      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimentalportableSafeULower first char of stringUpper first char of stringAlexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone7<FT/KA class for decoding generically composed datatypes from their abi encoding6A class for decoding datatypes from their abi encoding%If your compiler has support for the  DeriveGeneric and DefaultSignatures language extensions ( ghc >= 7.2.1), the 2 method will have default generic implementations.!To use this option, simply add a  deriving >( clause to your datatype and declare a 2 instance for it without giving a definition for . IA class for encoding generically composed datatypes to their abi encoding 4A class for encoding datatypes to their abi encoding%If your compiler has support for the  DeriveGeneric and DefaultSignatures language extensions ( ghc >= 7.2.1), the  2 method will have default generic implementations.!To use this option, simply add a  deriving >( clause to your datatype and declare a  2 instance for it without giving a definition for  . .A class for abi encoding datatype descriptions        Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental unportableNone&',-;<=>?AFSTV3'Unwrap all the Tagged items in an HList!Sort a Tagged HList$.Generic representation to HList representation !#"$&%'()*'()$%&,+*!"#-/ .210436578  !"#$%&'())0Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone?9Method argument; Argument name< Argument type@Event argumentB Argument nameC Argument typeD4Argument is indexed (e.g. placed on topics of event)J#Elementrary contract interface itemKContract constructorLMethodMEventNFallback function]Solidity types and parsersg5Contract ABI is a list of method / event declarationsj5Take a signature by given decl, e.g. foo(uint,string)?,Localy compute Keccak-256 hash of given textk)Generate method selector by given method  DelcarationlGenerate event topic0 hash by givent event  Delcaration(9:;<@ABCDJKLMNOPQRSTUVW]^_`abcdefghijklm(ghiJKLMNOPQRSTUVW9:;<@ABCDjkl]^_`abcdefm9:;<@ABCDJ KLMNOPQRSTUVW] ^_`abcdefghiAlexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone -6<FKSTVBwxyzwxzyw@AxBCAlexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone -;<=FSTVDs Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone6KE Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone"#,-;<=FSTVGDEFGHIJ Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNoneFTKh(Encode datatype to Ethereum ABI-encodingGeneric driven version of *Decode datatype from Ethereum ABI-encodingGeneric driven version of  Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone-6MQEthereum account addressKLAlexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone<FTN Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNoneP0Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone,FVQAlexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNoneRAlexander Krupenkin 2016-2018BSD3 mail@akru.me experimental noportableNone06VTThe type for one-tuplesAlexander Krupenkin 2016-2018BSD3 mail@akru.me experimental unportableSafe6;=V[KEther unit typeEther unit typeFinney unit typeSzabo unit typeShannon unit typeLovelace unit typeBabbage unit type Wei unit typeMValue abstractionUnit specificationEthereum value unit Make a value from integer wei!Convert a value to integer wei"Conversion beween two values" ! !"MNO !"Alexander Krupenkin 2016BSD3 mail@akru.me experimentalportableNone-16KBI4 An object with sync status data.6gQUANTITY - The block at which the import started (will only be reset, after the sync reached his head).76QUANTITY - The current block, same as eth_blockNumber.8'QUANTITY - The estimated highest block.9GShould be viewed as type to representing QUANTITY in Web3 JSON RPC docsWhen encoding QUANTITIES (integers, numbers): encode as hex, prefix with "0x", the most compact representation (slight exception: zero should be represented as "0x0"). Examples:0x41 (65 in decimal) 0x400 (1024 in decimal) WRONG: 0x (should always have at least one digit - zero is "0x0") WRONG: 0x0400 (no leading zeroes allowed) WRONG: ff (must be prefixed 0x)<632 byte type synonym for transaction and block hashes.N!Changes pulled by low-level call eth_getFilterChanges,  eth_getLogs, and eth_getFilterLogsPUQUANTITY - integer of the log index position in the block. null when its pending log.QfQUANTITY - integer of the transactions index position log was created from. null when its pending log.R_DATA, 32 Bytes - hash of the transactions this log was created from. null when its pending log.SkDATA, 32 Bytes - hash of the block where this log was in. null when its pending. null when its pending log.TdQUANTITY - the block number where this log was in. null when its pending. null when its pending log.U8DATA, 20 Bytes - address from which this log originated.VFDATA - contains one or more 32 Bytes non-indexed arguments of the log.WArray of DATA - Array of 0 to 4 32 Bytes DATA of indexed log arguments. (In solidity: The first topic is the hash of the signature of the event (e.g. Deposit(address, bytes32, uint256)), except you declared the event with the anonymous specifier.)X$Sync state pulled by low-level call  eth_syncing.dThe contract call params.f:DATA, 20 Bytes - The address the transaction is send from.gbDATA, 20 Bytes - (optional when creating new contract) The address the transaction is directed to.h}QUANTITY - (optional, default: 3000000) Integer of the gas provided for the transaction execution. It will return unused gas.i`QUANTITY - (optional, default: To-Be-Determined) Integer of the gasPrice used for each paid gas.jFQUANTITY - (optional) Integer of the value sent with this transaction.kjDATA - The compiled code of a contract OR the hash of the invoked method signature and encoded parameters.lyQUANTITY - (optional) Integer of a nonce. This allows to overwrite your own pending transactions that use the same nonce.rThe Receipt of a Transactiont)DATA, 32 Bytes - hash of the transaction.u$QUANTITY - index of the transaction.vXDATA, 32 Bytes - hash of the block where this transaction was in. null when its pending.w6QUANTITY - block number where this transaction was in.xXQUANTITY - The total amount of gas used when this transaction was executed in the block.yEQUANTITY - The amount of gas used by this specific transaction alone.zjDATA, 20 Bytes - The contract address created, if the transaction was a contract creation, otherwise null.{?Array - Array of log objects, which this transaction generated.|RDATA, 256 Bytes - Bloom filter for light clients to quickly retrieve related logs.}*QUANTITY either 1 (success) or 0 (failure)~&Low-level event filter data structure.kDATA|Array, 20 Bytes - (optional) Contract address or a list of addresses from which logs should originate.QUANTITY|TAG - (optional, default: "latest") Integer block number, or "latest" for the last mined block or "pending", "earliest" for not yet mined transactions.QUANTITY|TAG - (optional, default: "latest") Integer block number, or "latest" for the last mined block or "pending", "earliest" for not yet mined transactions.YArray of DATA, - (optional) Array of 32 Bytes DATA topics. Topics are order-dependent. Each topic can also be an array of DATA with "or" options. Topics are order-dependent. A transaction with a log with topics [A, B] will be matched by the following topic filters: * [] "anything" * [A] "A in first position (and anything after)" * [null, B] "anything in first position AND B in second position (and anything after)" * [A, B] "A in first position AND B in second position (and anything after)" * [[A, B], [A, B]] "(A OR B) in first position AND (A OR B) in second position (and anything after)"*The state of blockchain for contract call.Transaction information.)DATA, 32 Bytes - hash of the transaction.KQUANTITY - the number of transactions made by the sender prior to this one.XDATA, 32 Bytes - hash of the block where this transaction was in. null when its pending.MQUANTITY - block number where this transaction was in. null when its pending.ZQUANTITY - integer of the transactions index position in the block. null when its pending.'DATA, 20 Bytes - address of the sender.XDATA, 20 Bytes - address of the receiver. null when its a contract creation transaction.$QUANTITY - value transferred in Wei.3QUANTITY - gas price provided by the sender in Wei.&QUANTITY - gas provided by the sender.0DATA - the data send along with the transaction.Block information.9QUANTITY - the block number. null when its pending block.@DATA, 32 Bytes - hash of the block. null when its pending block.*DATA, 32 Bytes - hash of the parent block.QDATA, 8 Bytes - hash of the generated proof-of-work. null when its pending block.6DATA, 32 Bytes - SHA3 of the uncles data in the block.ZDATA, 256 Bytes - the bloom filter for the logs of the block. null when its pending block.?DATA, 32 Bytes - the root of the transaction trie of the block.?DATA, 32 Bytes - the root of the final state trie of the block.<DATA, 32 Bytes - the root of the receipts trie of the block.VDATA, 20 Bytes - the address of the beneficiary to whom the mining rewards were given.4QUANTITY - integer of the difficulty for this block.IQUANTITY - integer of the total difficulty of the chain until this block.,DATA - the "extra data" field of this block.3QUANTITY - integer the size of this block in bytes.1QUANTITY - the maximum gas allowed in this block.@QUANTITY - the total used gas by all transactions in this block.>QUANTITY - the unix timestamp for when the block was collated.Array of transaction objects.Array - Array of uncle hashes.X458769:;<NOWVUTSRQPXZYdeljihgfkrs}|{zyxwvut~p<9:;CBA@?>=45678[[XYZ]NOPQRSTUVWmmdefghijkl~rstuvwxyz{|} 456789:;N OPQRSTUVWXYZdefghijklr stuvwxyz{|}~ Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental unportableNone,-;<=>?AFSTVPPA is a class which indicates that given event components of types i | and ni$, we can construct an event of type ef. The functional dependency is valid | becasue of how the template haskell generates the event types.Q=Indexed event args come back in as a list of encoded values. Qg | is used to decode these values so that they can be used to reconstruct the | entire decoded event.RR; decodes both the indexed and non-indexed event components.Ris anonymous eventPSTUQVAlexander Krupenkin 2016-2018BSD3 mail@akru.me experimentalportableNone 7;<=>?AFT"Typeclass for JSON-RPC monad base.If you have monad with W, X and Y7 instances, it can be used as base for JSON-RPC calls.Example: | newtype MyMonad a = ... instance Remote MyMonad (Mymonad a) foo :: Int -> Bool -> Mymonad Text foo = remote "foo" JSON-RPC error messageZJSON-RPC response.[JSON-RPC request.\JSON-RPC minimal client configJSON-RPC server URIName of called method.Remote call of JSON-RPC method.&Arguments of function are stored into params request array.Example: E myMethod :: Int -> Bool -> m String myMethod = remote "myMethod"  ]]Z^_[`abcAlexander Krupenkin 2016BSD3 mail@akru.me experimentalportableNone6;=>?K  Web3 ProviderSome peace of error responseJSON-RPC communication errorError in parser stateCommon head for user errors2Any communication with Ethereum node wrapped with  monad) monad runner, using the supplied Manager monad runner runner for default providerFork  with the same  Alexander Krupenkin 2016BSD3 mail@akru.me experimentalunknownNone\$Returns current node version string.EReturns Keccak-256 (not the standardized SHA3-256) of the given data.Alexander Krupenkin 2016BSD3 mail@akru.me experimentalunknownNone-Returns the current network id.EReturns true if client is actively listening for network connections.:Returns number of peers currently connected to the client.Alexander Krupenkin 2016BSD3 mail@akru.me experimentalunknownNone-(.Returns the current ethereum protocol version.;Returns an object with data about the sync status or false.$Returns the client coinbase address.5Returns true if client is actively mining new blocks. EReturns the number of hashes per second that the node is mining with. =Returns the value from a storage position at a given address. 8Returns the number of transactions sent from an address. YReturns the number of transactions in a block from a block matching the given block hash. OReturns the number of transactions in a block matching the given block number.TReturns the number of uncles in a block from a block matching the given block hash.VReturns the number of uncles in a block from a block matching the given block number. Returns code at a given address.xReturns an Ethereum specific signature with: sign(keccak256("x19Ethereum Signed Message:n" + len(message) + message))).^Creates new message call transaction or a contract creation, if the data field contains code.UCreates new message call transaction or a contract creation for signed transactions.4Returns the balance of the account of given address.Creates a filter object, based on filter options, to notify when the state changes (logs). To check if the state has changed, call .\Polling method for a filter, which returns an array of logs which occurred since last poll.[Uninstalls a filter with given id. Should always be called when watch is no longer needed.<Returns an array of all logs matching a given filter object.[Executes a new message call immediately without creating a transaction on the block chain.Makes a call or transaction, which won't be added to the blockchain and returns the used gas, which can be used for estimating the used gas.*Returns information about a block by hash.2Returns information about a block by block number.JReturns the information about a transaction requested by transaction hash.UReturns information about a transaction by block hash and transaction index position.XReturns information about a transaction by block number and transaction index position. 9Returns the receipt of a transaction by transaction hash.!,Returns a list of addresses owned by client."ACreates a filter in the node, to notify when a new block arrives.#dPolling method for a block filter, which returns an array of block hashes occurred since last poll.$(Returns the number of most recent block.%)Returns the current price per gas in wei.&OReturns information about a uncle of a block by hash and uncle index position.'QReturns information about a uncle of a block by number and uncle index position.(Creates a filter in the node, to notify when new pending transactions arrive. To check if the state has changed, call getFilterChanges. Returns a FilterId.);Returns an array of all logs matching filter with given id.*fReturns the hash of the current block, the seedHash, and the boundary condition to be met ("target").+Used for submitting a proof-of-work solution. Parameters: 1. DATA, 8 Bytes - The nonce found (64 bits) 2. DATA, 32 Bytes - The header's pow-hash (256 bits) 3. DATA, 32 Bytes - The mix digest (256 bits),Used for submitting mining hashrate. Parameters: 1. Hashrate, a hexadecimal string representation (32 bytes) of the hash rate 2. ID, String - A random hexadecimal(32 bytes) ID identifying the client(      !"#$%&'()*+,(      !"#$%&'()*+,Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental unportableNoneV"t//0 is used to submit a state changing transaction.00F is used to call contract methods that have no state changing effects.3)Send transaction without method selection/Call configuration method data0Call configuration0State mode for constant call (latest or pending) Method data wrapped result-./0-.0/-.Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental unportableNone<. 4Read contract ABI from file5QQ reader for contract ABId'Instance declaration with empty contexte1Simple data type declaration with one constructorfSimple function declarationg!ABI and Haskell types associationhFunction argument to TH typei$this function gives appropriate names for the accessors in the following way | argName -> evArgName | arg_name -> evArg_name | _argName -> evArgName | "" -> evi , for example Transfer(address, address uint256) ~> Transfer {transfer1 :: address, transfer2 :: address, transfer3 :: Integer}jABI to declarations converterkABI information stringl Is constant? Function nameFunction data name ParametersResults4554Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental unportableNone "#>?FTVA) 6Event callback control response7Continue to listen events8Terminate event listener9Run  'event\'' one block at a time.:Same as 9., but does not immediately spawn a new thread.; 'eventMany\''/ take s a filter, a window size, and a handler.(It runs the handler over the results of  eventLogs results using m. If no 8V action is thrown and the toBlock is not yet reached, it then transitions to polling.m=Effectively a mapM_ over the machine using the given handler.nn streams the o and calls eth_getLogs on these ~ objects.pKPolls a filter from the given filterId until the target toBlock is reached.ooq is a machine which represents taking an initial filter over a range of blocks b1, ... bn (where bn is possibly  or z, but b1 is an actual block number), and making a stream of filter objects which cover this filter in intervals of size  windowSize". The machine halts whenever the  fromBlock@ of a spanning filter either (1) excedes then initial filter's toBlock6 or (2) is greater than the chain head's block number.q Coerce a  into a numerical block number.6789:;6789:;rstuvwxyz678Alexander Krupenkin 2016-2018BSD3 mail@akru.me experimental unportableNoneB&wx" !dekfghijl/6789:/defghijkl6789:wx{ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[[\]^_`aabcdefghijklmnopqrstuvwxyz{|}~         !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRRSTUVVWXYZ[\]^_`abcdefghijjklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@AB-CDEFGHIJKLMNOPQRST U V W W X Y Z  [\]^_`abccdefghijklmnopqnrostuvwxyz{|}~#web3-0.7.2.0-LjNsc1nEIVHITkoHXqMDYxNetwork.Ethereum.ABI.Prim.ListNetwork.Ethereum.ABI.Prim.Bytes Network.Ethereum.ABI.Prim.TaggedData.String.ExtraNetwork.Ethereum.ABI.Class#Network.Ethereum.ABI.Event.InternalNetwork.Ethereum.ABI.JsonNetwork.Ethereum.ABI.Prim.IntNetwork.Ethereum.ABI.Prim.BoolNetwork.Ethereum.ABI.GenericNetwork.Ethereum.ABI.Codec!Network.Ethereum.ABI.Prim.Address Network.Ethereum.ABI.Prim.String"Network.Ethereum.ABI.Prim.Tuple.THNetwork.Ethereum.ABI.Prim.TupleNetwork.Ethereum.UnitNetwork.Ethereum.Web3.TypesNetwork.Ethereum.ABI.EventNetwork.JsonRpc.TinyClientNetwork.Ethereum.Web3.ProviderNetwork.Ethereum.Web3.Web3Network.Ethereum.Web3.NetNetwork.Ethereum.Web3.Eth Network.Ethereum.Contract.MethodNetwork.Ethereum.Contract.THNetwork.Ethereum.Contract.EventNetwork.Ethereum.Web3%basement-0.0.7-AsRzReOE7L68EDipEfgoG3Basement.Sized.ListListN%memory-0.14.16-72oqrxuVMHH8QEhbVKCSm3Data.ByteArray.BytesBytes#tagged-0.8.5-2qJpg58g4ecDU6EbzROhsl Data.TaggedTagged toLowerFirst toUpperFirst GenericABIGetgAbiGetABIGetabiGet GenericABIPutgAbiPutABIPutabiPutABIType isDynamicMergeIndexedArgumentsMergeIndexedArguments'mergeIndexedArgumentsHListMergeSort MergeSort'mergeSortHList HListMergeConcat mergeHListUnTagUnTag'unTag InsertCmp InsertCmp' insertCmpInsertInsert'insertSortSort'sortHListReptoHList fromHListHListHNil:<$fHListRepSOPas $fHListRepNP:$fHListRepNP[]$fSort[] $fInsertx[]$fSort:$fInsertCmpGTxyys$fInsertCmpLTxyys$fInsertTagged:$fUnTag: $fUnTag[]$fHListMerge:bs$fHListMerge[]bs$fHListMergeSortasbs$fMergeIndexedArgumentsasbs FunctionArg funArgName funArgType$fShowFunctionArg$fEqFunctionArg$fOrdFunctionArgEventArg eveArgName eveArgType eveArgIndexed$fFromJSONFunctionArg$fToJSONFunctionArg$fShowEventArg $fEqEventArg $fOrdEventArg Declaration DConstructor DFunctionDEvent DFallback conInputsfunName funConstant funInputs funOutputseveName eveInputs eveAnonymous falPayable$fFromJSONEventArg$fToJSONEventArg$fOrdDeclaration$fEqDeclaration$fShowDeclaration SolidityType SolidityBoolSolidityAddress SolidityUint SolidityIntSolidityStringSolidityBytesN SolidityBytesSolidityVector SolidityArray ContractABIunABI signaturemethodIdeventIdparseSolidityType$fFromJSONDeclaration$fToJSONDeclaration$fShowContractABI$fToJSONContractABI$fFromJSONContractABI$fEqContractABI$fOrdContractABI$fEqSolidityType$fShowSolidityTypeIntNUIntN putWord256 getWord256$fIntegralWord256 $fRealWord256 $fABIPutUIntN $fABIGetUIntN$fABITypeUIntN$fIntegralUIntN $fRealUIntN$fBoundedUIntN $fShowUIntN $fABIPutIntN $fABIGetIntN $fABITypeIntN$fIntegralIntN $fRealIntN $fNumIntN $fBoundedIntN $fShowIntN $fEqUIntN $fOrdUIntN $fEnumUIntN $fNumUIntN $fBitsUIntN$fGenericUIntN$fEqIntN $fOrdIntN $fEnumIntN $fBitsIntN $fGenericIntNBytesN $fToJSONBytes$fFromJSONBytes$fIsStringBytes $fABIPutBytes $fABIGetBytes$fABITypeBytes$fABIPutByteString$fABIGetByteString$fABITypeByteString$fToJSONSizedByteArray$fFromJSONSizedByteArray$fIsStringSizedByteArray$fABIPutSizedByteArray$fABIGetSizedByteArray$fABITypeSizedByteArray $fABIPutBool $fABIGetBool $fABITypeBool$fGenericABIGetSOP$fGenericABIGetNP$fGenericABIGetNP0$fOrdEncodedValue$fEqEncodedValue$fGenericABIPutSOP $fABIDataNP $fABIDataNP0encodeencode'decodedecode'Address$fToJSONAddress$fFromJSONAddress$fABIPutAddress$fABIGetAddress$fABITypeAddress$fIsStringAddress $fShowAddress$fGenericAddress $fEqAddress $fOrdAddress$fGenericAddress0 $fIsListListN $fABIGetListN $fABIPutListN$fABITypeListN $fABIGet[] $fABIPut[] $fABIType[] $fABIGetText $fABIPutText $fABITypeText$fGenericTagged$fABIGetTagged$fABIPutTagged$fABITypeTagged tupleDecs Singleton unSingleton$fABIPutSingleton$fABIGetSingleton$fABITypeSingleton$fGenericSingleton$fGenericSingleton0$fShowSingleton $fEqSingleton$fABIPut(,,,,,,,,,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,,,,,,,,,)$fABIType(,,,,,,,,,,,,,,,,,,,)$fABIPut(,,,,,,,,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,,,,,,,,)$fABIType(,,,,,,,,,,,,,,,,,,)$fABIPut(,,,,,,,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,,,,,,,)$fABIType(,,,,,,,,,,,,,,,,,)$fABIPut(,,,,,,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,,,,,,)$fABIType(,,,,,,,,,,,,,,,,)$fABIPut(,,,,,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,,,,,)$fABIType(,,,,,,,,,,,,,,,)$fABIPut(,,,,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,,,,)$fABIType(,,,,,,,,,,,,,,)$fABIPut(,,,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,,,)$fABIType(,,,,,,,,,,,,,)$fABIPut(,,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,,)$fABIType(,,,,,,,,,,,,)$fABIPut(,,,,,,,,,,,)$fABIGet(,,,,,,,,,,,)$fABIType(,,,,,,,,,,,)$fABIPut(,,,,,,,,,,)$fABIGet(,,,,,,,,,,)$fABIType(,,,,,,,,,,)$fABIPut(,,,,,,,,,)$fABIGet(,,,,,,,,,)$fABIType(,,,,,,,,,)$fABIPut(,,,,,,,,)$fABIGet(,,,,,,,,)$fABIType(,,,,,,,,)$fABIPut(,,,,,,,)$fABIGet(,,,,,,,)$fABIType(,,,,,,,)$fABIPut(,,,,,,)$fABIGet(,,,,,,)$fABIType(,,,,,,)$fABIPut(,,,,,)$fABIGet(,,,,,)$fABIType(,,,,,)$fABIPut(,,,,)$fABIGet(,,,,)$fABIType(,,,,) $fABIPut(,,,) $fABIGet(,,,)$fABIType(,,,) $fABIPut(,,) $fABIGet(,,) $fABIType(,,) $fABIPut(,) $fABIGet(,) $fABIType(,)KEtherEtherFinneySzaboShannonLovelaceBabbageWeiUnitSpecdividernameUnitfromWeitoWeiconvert $fReadValue $fShowValue$fFractionalValue $fNumValue$fUnitSpecValue $fUnitValue $fUnitSpecU0 $fUnitSpecU1 $fUnitSpecU2 $fUnitSpecU3 $fUnitSpecU4 $fUnitSpecU5 $fUnitSpecU6 $fUnitSpecU7 $fEqValue $fOrdValue$fGenericValue SyncActivesyncStartingBlocksyncCurrentBlocksyncHighestBlockQuantity unQuantityHash$fUnitSpecQuantity$fUnitQuantity$fFractionalQuantity$fFromJSONQuantity$fToJSONQuantity$fIsStringQuantity$fShowQuantity$fReadQuantity $fNumQuantity$fRealQuantity$fEnumQuantity $fEqQuantity $fOrdQuantity$fGenericQuantity$fEqSyncActive$fGenericSyncActive$fShowSyncActiveChangechangeLogIndexchangeTransactionIndexchangeTransactionHashchangeBlockHashchangeBlockNumber changeAddress changeData changeTopics SyncingStateSyncing NotSyncing$fFromJSONSyncActive$fToJSONSyncActive$fFromJSONSyncingState$fEqSyncingState$fGenericSyncingState$fShowSyncingState $fEqChange $fShowChange$fGenericChangeCallcallFromcallTocallGas callGasPrice callValuecallData callNonce$fFromJSONChange$fToJSONChange$fEqCall $fShowCall $fGenericCall TxReceiptreceiptTransactionHashreceiptTransactionIndexreceiptBlockHashreceiptBlockNumberreceiptCumulativeGasUsedreceiptGasUsedreceiptContractAddress receiptLogsreceiptLogsBloom receiptStatusFilter filterAddressfilterFromBlock filterToBlock filterTopics DefaultBlockBlockWithNumberEarliestLatestPending $fDefaultCall$fFromJSONCall $fToJSONCall$fOrdDefaultBlock$fToJSONDefaultBlock$fToJSONFilter$fEqDefaultBlock$fShowDefaultBlock$fGenericDefaultBlock $fEqFilter $fShowFilter$fGenericFilter$fShowTxReceipt$fGenericTxReceipt TransactiontxHashtxNonce txBlockHash txBlockNumbertxTransactionIndextxFromtxTotxValue txGasPricetxGastxInput$fFromJSONTxReceipt$fToJSONTxReceipt$fEqTransaction$fShowTransaction$fGenericTransactionBlock blockNumber blockHashblockParentHash blockNonceblockSha3UnclesblockLogsBloomblockTransactionsRootblockStateRootblockReceiptRoot blockMinerblockDifficultyblockTotalDifficultyblockExtraData blockSize blockGasLimit blockGasUsedblockTimestampblockTransactions blockUncles$fFromJSONTransaction$fToJSONTransaction $fShowBlock$fGenericBlock$fFromJSONBlock $fToJSONBlock DecodeEvent decodeEvent IndexedEvent isAnonymous$fArrayParserSOP$fArrayParserNP$fArrayParserNP0$fCombineChangeinie$fDecodeEventTYPETYPEinieJsonRpcExceptionParsingException CallExceptionRemoteRpcErrorerrCode errMessageerrData ServerUri MethodNameremote$fToJSONRequest$fFromJSONRpcError$fShowRpcError$fFromJSONResponse $fRemotem(->)$fExceptionJsonRpcException $fEqRpcError $fEqResponse$fShowResponse$fEqJsonRpcException$fShowJsonRpcExceptionProvider HttpProvider Web3Error JsonRpcFail ParserFailUserFailWeb3unWeb3 runWeb3WithrunWeb3'runWeb3forkWeb3$fRemoteWeb3Web3$fMonadReader(,)Web3$fExceptionWeb3Error$fDefaultProvider $fFunctorWeb3$fApplicativeWeb3 $fMonadWeb3 $fMonadIOWeb3$fMonadThrowWeb3$fShowWeb3Error $fEqWeb3Error$fGenericWeb3Error$fShowProvider $fEqProvider$fGenericProvider clientVersionsha3version listening peerCountprotocolVersionsyncingcoinbasemininghashrate getStorageAtgetTransactionCountgetBlockTransactionCountByHash getBlockTransactionCountByNumbergetUncleCountByBlockHashgetUncleCountByBlockNumbergetCodesignsendTransactionsendRawTransaction getBalance newFiltergetFilterChangesuninstallFiltergetLogscall estimateGasgetBlockByHashgetBlockByNumbergetTransactionByHash!getTransactionByBlockHashAndIndex#getTransactionByBlockNumberAndIndexgetTransactionReceiptaccountsnewBlockFiltergetBlockFilterChangesgasPricegetUncleByBlockHashAndIndexgetUncleByBlockNumberAndIndexnewPendingTransactionFilter getFilterLogsgetWork submitWorksubmitHashrateMethodselectorsendTx $fABIPut() $fABIType() $fMethod()abiFromabi EventAction ContinueEventTerminateEventeventevent' eventMany'$fShowEventAction$fEqEventAction+generics-sop-0.3.2.0-6KSYi96kG7ZAyHbFGBJahbGenerics.SOP.UniverseGenericunIntNunUIntNABIData _serialize EncodedValueorderoffsetencoding unAddressValueMkValueunValue CombineChange ArrayParser parseChange combineChangeEvent arrayParserbaseControl.Monad.IO.ClassMonadIO'exceptions-0.8.3-CwuYwG5uA1K1rqmbUKEqeUControl.Monad.Catch MonadThrow mtl-2.2.2-8XaWcIom9rnGOzc8cJf7KUControl.Monad.Reader.Class MonadReaderResponseRequestConfigremote_rsResultrqMethodrqIdrqParams instanceD'dataD'funD'toHSType funBangTypemakeArgs quoteAbiDec quoteAbiExp funWrapperreduceEventStreamplayLogs filterStream pollFilter mkBlockNumberFilterStreamStatefssCurrentBlockfssInitialFilter fssWindowSize FilterChangefilterChangeRawChangefilterChangeEvent