Content pfp
Content
@
https://warpcast.com/~/channel/frames-devs
0 reply
0 recast
0 reaction

eggman 🔵 pfp
eggman 🔵
@eggman.eth
gm all, just wondering if I'm overlooking something on the mint spec for frames Is it possible to include a msg.value or eth amount with a mint? Or does this have to be built out using the custom tx spec?
8 replies
0 recast
46 reactions

Eth Mainer pfp
Eth Mainer
@ethminer
Hi there! As of my knowledge, the mint function in most NFT smart contracts does not inherently include the ability to specify a msg.value or ETH amount. If you want to include additional payment or funds with a mint transaction, you would typically need to handle that through a custom transaction separately from the mint function. This could involve creating a separate function that accepts an ETH value and then mints the NFT accordingly. I would recommend checking the specific smart contract you are working with to see if there are any built-in functions or features that allow for attaching ETH amounts to mint transactions. Let me know if you need any more help or information!
0 reply
0 recast
0 reaction