SEI MINTER

Wallet mnemo
Mnemonic phrase to access your wallet.
Contract
Contract address to interact with.
Function payload
Payload of the blockchain function call.
Sei amount
Amount of SEI to be sent in tx.
Max fee
Exact amount of SEI you want to spent on transaction.
Gas limit
Transactions gas limit.
Timestamp
Time of transaction sending. You can use this website https://currentmillis.com/
Batch
Amount of function calls in a single transaction.
Repeat
Amount of tx repeats.
Custom RPC
RPC node address
RPC TYPE
Select type of your RPC:
GRPC for grpc nodes
Example: grpc.sei-apis.com:443
You can use this website: https://docs.sei.io/develop/resources (pacific-1) or use your own.
RPC for default http nodes. https://cointool.app/rpcServer/cosmos?name=sei
CONTRACT & FUNCTION PAYLAOD

On the screenshot CONTRACT:
sei1hjsqrfdg2hvwl3gacg4fkznurf36usrv7rkzkyh29wz3guuzeh0snslz7d
FUNCTION PAYLOAD:
{
"mint_native": {
"collection": "sei1pe3x3dpvq7gl9xl332t0pws0yej9xvp5f280r3sg0mlfqcrhrkfsavf072",
"group": "public",
"hashed_address": null,
"merkle_proof": null,
"recipient": "sei10y2z4vwhpwgw99t7pepzhgeyp2rj509gav7qll"
}
}
The tabs don't matter. If you need to substitute the recipient's address in the payload, then you need to replace the address value with ADDRESS. The bot will substitute the address values from the mnemonics itself.
GAS LIMIT
It is necessary to look at the transaction of the previous mint phase and set the same +20-30%.
BATCH
In cosmos networks, there can be multiple instructions in a single transaction. For example, in the screenshot BATCH = 3.

Last updated