Manual transactions
Kekotron has the option for you to edit and send transactions manually.

The transaction section is a simple JSON of your currently active transaction. The transaction gets edited when you interact with other Kekotron functions, such as the Write
buttons.
If want to and are comfortable with it, you can also edit it manually directly from the textbox. Usually this is not needed as the Kekotron UI will fill those values for you.
The {auto} value means Kekotron will automatically pick the values for these parameters. When set to {auto}, the gas
, maxFeePerGas
and maxPriorityFeePerGas
parameters will use default gas settings, for nonce
it will use the latest nonce of the "from" wallet.
The Manual send
section allows you to send out active transactions.

The transaction count can be adjusted to your liking. If you want to send the same transaction from multiple wallets, increase the tx count
value. A single transaction will be sent from each of your wallets simultaneously from wallet 1 to n.

You can also send multiple transactions from the same wallet by checking the from single wallet
box. Wallet 1 will be used.

Last updated