diff --git a/README.md b/README.md index eb1627d..9eb4833 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - +

Gaster

@@ -71,28 +71,28 @@ Acceptable format (array of objects): Transaction information is saved in CSV format. Columns: -* `address` - address of the smart contract (receiving party of the transaction) -* `caller` - the sending party of the transaction -* `timeStamp` - timestamp when the transaction was mined -* `blockNumber` - number of block in which the transaction was recorded -* `gasUsed` - the exact units of gas that was used for the transaction -* `gasPrice` - cost per unit of gas specified for the transaction -* `gas` - maximum amount of gas provided for the transaction -* `alias` - alias of the smart contract -* `itxs` - internal transactions (traces) related to the transaction -* `input` - encoded input data -* `method` - method called in the transaction -* `parameters` - transaction method parameters decoded with ABI of smart contract -* `features` - parameters' features +* `address` — address of the smart contract (receiving party of the transaction) +* `caller` — the sending party of the transaction +* `timeStamp` — timestamp when the transaction was mined +* `blockNumber` — number of block in which the transaction was recorded +* `gasUsed` — the exact units of gas that was used for the transaction +* `gasPrice` — cost per unit of gas specified for the transaction +* `gas` — maximum amount of gas provided for the transaction +* `alias` — alias of the smart contract +* `itxs` — internal transactions (traces) related to the transaction +* `input` — encoded input data +* `method` — method called in the transaction +* `parameters` — transaction method parameters decoded with ABI of smart contract +* `features` — parameters' features CSV file name has format: `___.csv` -* `contract alias` - smart contract alias, if the alias was not found, it will be "unidentified" -* `startblock` - block number on which the search was started -* `endblock` - block number on which the search was ended -* `batch number` - all smart contract transactions are divided into batches of 1000 transactions +* `contract alias` — smart contract alias, if the alias was not found, it will be "unidentified" +* `startblock` — block number on which the search was started +* `endblock` — block number on which the search was ended +* `batch number` — all smart contract transactions are divided into batches of 1000 transactions #### Example: In terminal run: