nang-dev / NFT-Ethereum-Minting-Bot

Programmically mints NFT during drop directly from the smart contract faster and with higher priority than any human can.
38 stars 19 forks source link

ABI request from Etherscan #1

Open jlopezg93 opened 2 years ago

jlopezg93 commented 2 years ago

Hi brother!

I saw that you have an step that requires to modify manually the ABI, you can make an API request to update this value automatically,

via this method: https://api.etherscan.io/api?module=contract&action=getabi&address=ContractAddress&apikey=YourApiKeyToken

Their API is free and it has the following uses:

5 calls/second limit Up to 100,000 API calls per day All existing community endpoints Community support

nang-dev commented 2 years ago

Will take a look, thanks!