contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Collection of smart contracts deployable via thirdweb

Results 66 contracts issues
Sort by recently updated
recently updated
newest added

Uniswap + Oracle based single ERC20 Paymaster for runtime sponsorship, compatible with sdks

When running `npx thirdweb create contract` the following error is displayed. ```md # npm resolution error report While resolving: undefined@undefined Found: [email protected] node_modules/thirdweb thirdweb@"5.48.3" from the root project Could not...

Hello While looking through your docs I found and fixed several minor spelling issues. Hope it helps Br, Elias.

Hi Thirdweb team, I'm experiencing an ABI caching issue after upgrading my UUPS proxy contract. πŸ“ CONTRACT DETAILS: OLD Proxy Address (with cache issue): 0x85212aC505cb9Ae8e89ECf47CE57166401eBf3F6 OLD Implementation Address: 0x262d1eDC53d2F3b10e46E0cA036C27F5BCf0cD6d Chain:...

I find it frustrating that certain dApps require full access to my smart account to function properly. The current signer permissions system doesn't adequately address this issue because ERC20 transfers...

``` /// @dev Lets a contract admin set claim conditions. function setClaimConditions( uint256 _tokenId, ClaimCondition calldata _condition, bool _resetClaimEligibility ) external override { if (!_canSetClaimConditions()) { revert("Not authorized"); } ClaimCondition...

## Summary by CodeRabbit * **New Features** * Adds a new ERC‑721 NFT collection with a name and symbol. * Uses sequential token IDs for predictable issuance. * Enables owner-initiated...

The variable `contractURI` is not defined in this contract. Since ContractMetadata was removed, this property no longer exists. _Originally posted by @Copilot in https://github.com/thirdweb-dev/contracts/pull/692#discussion_r2410981004_

Changes Updates actions/setup-node from v3 to v4 in: .github/composite-actions/setup/action.yml Updates actions/checkout from v3 to v4 in multiple workflow files: .github/workflows/lint.yml .github/workflows/prettier.yml .github/workflows/slither.yml References actions/setup-node@v4: https://github.com/actions/setup-node/releases/tag/v4.4.0 actions/checkout@v4: https://github.com/actions/checkout/releases/tag/v4.2.2 ## Summary by...