2022-02-24 13:07:56 +01:00
|
|
|
|
.TH eth-encode 1
|
|
|
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
|
eth-encode \- Encode arbitrary contract calls and transactions
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
2022-02-24 21:05:38 +01:00
|
|
|
|
\fBeth-encode\fP [ --mode \fImode\fP ] [ -f \fIformat\fP ] [ -p \fIrpc_provider\fP ] [ -i \fIchain_Spec\fP] [ -s ] [ -w ] [ -e \fIsmart_contract_address\fP ] --signature \fIcontract_method_name\fP [ \fIvalue_specifiers\fP ... ]
|
2022-02-24 13:07:56 +01:00
|
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
|
|
|
|
|
Generate wire-format or rpc query any EVM smart contract call or transaction by specifying method and arguments.
|
|
|
|
|
|
2022-02-24 21:05:38 +01:00
|
|
|
|
The resulting call or transaction can either be stored offline for later use, or directly sent to the network using the \fB-s\fP option.
|
2022-02-24 13:07:56 +01:00
|
|
|
|
|
|
|
|
|
A description of value formatting is given in the \fBSPECIFYING VALUES\fP section below. Usage is demonstrated in the \fBEXAMPLES\fP section.
|
|
|
|
|
|
|
|
|
|
.SS OPTIONS
|