# CW20 Sale Contract This contract enables the sale of CW20 tokens for native tokens. CW20 tokens are deposited and a price in native tokens is set by the instantiator of the contract. The insantiator can change price and withdraw remaining CW20 tokens at any time. Funds used to purchase tokens are automatically transferred to the instantiator's bank balance. # Using the contract ## Instantiate `wasmd tx wasm instantiate '{"cw20_address":"", "denom":"", "price":""}' --from
--label="