Closed
Description
Add a new sample contract to cosmwasm which retruns error on init, handle, and query. And migrate will iterate over all storage and delete the values. Then query the balance and send the contents to the requested person.
This demonstrates burning an existing contract via migrations and is useful for some demos.