The focus of this PR is to update the contract interaction functions to use the new v5 SDK and improve transaction handling in ERC20, ERC721, and ERC1155 extensions.
Detailed summary
Updated contract interaction functions to use getContractV5 with new v5 SDK
Improved transaction handling with insertTransaction and claimTo functions
Added Address and Hex imports from thirdweb for type safety
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
PR-Codex overview
The focus of this PR is to update the contract interaction functions to use the new v5 SDK and improve transaction handling in ERC20, ERC721, and ERC1155 extensions.
Detailed summary
getContractV5
with new v5 SDKinsertTransaction
andclaimTo
functionsAddress
andHex
imports fromthirdweb
for type safety