mint-button
price
and mint
constants. The possible namings are: mint
, buy
or mintXXX
; price
or cost
.CONTRACT_ADDRESS
fieldIS_TESTNET
to false
or true
depending on which network is the contract on: Ethereum Mainnet
or Rinkeby Testnet
.Your contract should be verified on Etherscan. Otherwise you have to addCONTRACT_ABI = [{...}]
line in the above code, with your full contract ABI inserted. If you have an error saying your ABI is too long, click here.
mint-button
on your Webflow site#mint-button
or https://<your-website-url>/#mint-button
connect
.minted-counter
ID to display minted numbertotal-counter
ID to display collection sizeNETWORK_ID
instead of IS_TESTNET
in the code snippetNETWORK_ID = 1
NETWORK_ID = 4
NETWORK_ID = 137
NETWORK_ID = 56
DEFAULTS.hideCounter
to true