Creating an ETH Minting Task

minting page.png

RPC: Select a RPC from your pre-saved list.

RPC HTTPS URL: RPC provider to use for minting, submitting transactions.

RPC WSS URL: RPC provider to use for monitoring the Blockchain (Flipstate).

Contract Address: Contract address to target.

ABI: If the contract is verified, fill in the Contract Address field above and click on the Get Button. The ABI will be automatically fetched and populated for you.

<aside> 💡 Proxy Contracts: Minting from proxy contracts is supported on Metasniper, you first need to head to the Read as Proxy or Write as Proxy tab on Etherscan, get the Implementation Contract address (located in the highlighted red square). Use that in the Contract Address field on your Metasniper task, click Get ABI, then switch back to the Proxy contract address in the Contract Address field after the mint functions are loaded from the implementation contract.

Untitled

</aside>

Mint Modes:

<aside> 💡 Front-running: During some occasions on flipstate drops, the contract might be detected as live (sales available) as soon as the pending sales flip transaction is sent, if the mint transaction is sent at the same time with a higher gas price (priority fee) than the flip transaction, there is a chance that your mint transaction will be confirmed BEFORE the sales flip transaction is confirmed, therefore failing (you are trying to mint before the sale is open).

</aside>

Mint Function: The function you would call to initiate the mint.

Mint Parameters: Parameters/arguments for the mint function. Each parameter separated by a “,” . payableAmount is not part of this.

Untitled