This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 44from .marketplace import Marketplace
55from .nft_drop import NFTDrop
66from .edition_drop import EditionDrop
7+ from .token_drop import TokenDrop
78from .multiwrap import Multiwrap
89from .maps import *
Original file line number Diff line number Diff line change 11from typing import Any , Final , List , Optional
22from thirdweb .abi import DropERC20
3- from thirdweb .abi .drop_erc20 import IDropAllowlistProof
43from thirdweb .constants .role import Role
54from thirdweb .core .classes .contract_events import ContractEvents
65from thirdweb .core .classes .contract_metadata import ContractMetadata
1211from thirdweb .core .classes .erc_20_standard import ERC20Standard
1312from thirdweb .core .classes .ipfs_storage import IpfsStorage
1413from thirdweb .types .contract import ContractType
15- from thirdweb .types .currency import CurrencyValue , Price , TokenAmount
1614from thirdweb .types .sdk import SDKOptions
1715from thirdweb .types .settings .metadata import TokenDropContractMetadata
1816from eth_account .account import LocalAccount
1917from web3 import Web3
20-
21- from thirdweb .types .tx import TxResultWithId
22-
23-
2418class TokenDrop (ERC20Standard [DropERC20 ]):
2519 """
2620 Setup Tokens that are minted as users claim them.
You can’t perform that action at this time.
0 commit comments