diff --git a/contracts/TopShotMarketV3.cdc b/contracts/TopShotMarketV3.cdc index 68d7b119..1fa8ab74 100644 --- a/contracts/TopShotMarketV3.cdc +++ b/contracts/TopShotMarketV3.cdc @@ -54,8 +54,6 @@ pub contract TopShotMarketV3 { pub event MomentPurchased(id: UInt64, price: UFix64, seller: Address?) /// emitted when a moment has been withdrawn from the sale pub event MomentWithdrawn(id: UInt64, owner: Address?) - /// emitted when the cut percentage of the sale has been changed by the owner - pub event CutPercentageChanged(newPercent: UFix64, seller: Address?) /// Path where the `SaleCollection` is stored pub let marketStoragePath: StoragePath @@ -178,12 +176,7 @@ pub contract TopShotMarketV3 { // deposit the withdrawn moment into the main collection ownerCollectionRef.deposit(token: <-token) - } else { - panic("Token with the specified ID is not already for sale in either sale collection") } - - } else { - panic("Token with the specified ID is not already for sale in either sale collection") } } @@ -228,12 +221,17 @@ pub contract TopShotMarketV3 { return <-boughtMoment // If not found in this SaleCollection, check V1 - } else if let v1Market = self.marketV1Capability { - let v1MarketRef = v1Market.borrow()! + } else { + if let v1Market = self.marketV1Capability { + let v1MarketRef = v1Market.borrow()! - return <-v1MarketRef.purchase(tokenID: tokenID, buyTokens: <-buyTokens) + return <-v1MarketRef.purchase(tokenID: tokenID, buyTokens: <-buyTokens) + } else { + panic("No token matching this ID for sale!") + } } + destroy buyTokens // This line can be removed when this issue is released: https://github.com/onflow/cadence/pull/1000 panic("No token matching this ID for sale!") } diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 497b075c..46740ea1 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -3,7 +3,7 @@ // ../../../contracts/MarketTopShot.cdc (12.958kB) // ../../../contracts/TopShot.cdc (33.853kB) // ../../../contracts/TopShotMarketV2.cdc (13.008kB) -// ../../../contracts/TopShotMarketV3.cdc (14.823kB) +// ../../../contracts/TopShotMarketV3.cdc (14.676kB) // ../../../contracts/TopShotShardedCollection.cdc (7.077kB) // ../../../contracts/TopshotAdminReceiver.cdc (1.169kB) @@ -135,7 +135,7 @@ func topshotmarketv2Cdc() (*asset, error) { return a, nil } -var _topshotmarketv3Cdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x5b\xdd\x6f\x1b\x39\x92\x7f\xf7\x5f\x51\x09\x70\x3b\x76\xe0\xc8\x6b\xcc\xed\x3d\x08\xf1\x66\x32\x76\x7c\x67\xcc\xc6\x09\x62\x4f\xe6\x61\x71\xb8\xa5\xba\x4b\x16\xe1\x16\xa9\x23\x29\x2b\xda\x8c\xff\xf7\x03\x8b\x1f\x4d\xb2\xd9\xb6\xe2\x31\xee\x61\x1b\x08\x22\xb5\xc8\x62\x7d\xfc\x58\x5f\xa4\x8f\x5e\xbd\xda\xdb\x03\x00\xb8\x96\xab\xab\x85\x34\x1f\x98\xba\x45\xf3\xe5\xc7\x49\xd3\x36\xee\x87\x33\xd4\x8d\xe2\x2b\xc3\xa5\x98\xc2\xa9\x14\x46\xb1\xc6\x40\x8b\x73\x2e\xb8\x7d\xa9\x61\x2e\x15\xac\x35\x2a\x0d\x46\x82\xc6\xae\x03\xb3\x40\xae\x60\x29\x97\x28\x8c\x76\x64\x1c\xe1\x55\xc7\x1a\x04\xae\x61\xb3\x40\x85\x7e\x56\xc3\x04\x34\x0a\x99\x41\x60\xa0\x59\x87\xd0\xc8\xae\xc3\xc6\x52\x07\xb3\x60\xc6\xd2\xdb\x12\x15\x6d\xa4\x42\xe0\xc2\xaf\xc0\x9a\x46\xae\x85\xa1\xd7\xec\x06\x27\x70\x41\xbf\x94\x44\x0e\x81\x26\x5b\x2a\xb4\xd8\x6a\x6d\x3c\x81\xcb\xf3\x6b\x0d\xeb\x15\x89\x40\x93\x36\xdc\x2c\x80\xc1\x4a\xf1\x06\x81\x89\x16\x56\xeb\x59\xc7\xb5\x7d\x47\x34\x14\xce\x51\xa1\x68\x10\xb4\x74\xbc\x49\xb3\x08\x42\x68\xc4\xb8\xfc\xc4\x89\x7d\x31\x07\x26\x68\x08\x09\x6b\x87\x68\x60\xc2\x2e\xdc\x8b\x06\x1b\x26\x8c\x55\xde\x6c\xbd\x3d\xcc\x59\xd5\x28\x5a\x98\xaf\xc5\x0d\x9f\x75\x08\x46\xde\xa2\xd0\x6e\x22\xfe\xef\x9a\x91\xa6\xed\x2c\xc7\xb0\x9b\x4a\x64\xe8\x87\xcb\xf3\xeb\x09\xc0\xb5\xfb\x64\xb5\x6e\x14\x13\x7a\x8e\x4a\x61\x6b\xc7\x99\x05\x2e\xad\x25\x44\xbf\xe6\x92\xdd\x3a\x19\x56\x6b\xd5\x2c\x98\x0e\x72\xbc\x67\xcd\xc2\x49\xb0\x59\x48\xe2\x37\xb1\xb6\xe3\x6a\xc3\xbb\x0e\x16\xec\xae\x66\x45\xa2\xc1\x85\x36\xcc\xaa\x6e\x60\x3f\x12\xa8\x91\xc2\x30\x2e\xb4\x57\x3e\x17\x73\xa9\x96\xac\x9f\x6e\x6d\x84\x96\x0d\x21\xdb\x84\x46\xbf\xca\x84\x44\xa5\xa5\x17\xb2\x6b\x35\x30\x68\xd8\x8a\xcd\x78\xc7\xcd\xd6\xad\x41\x84\x3a\x2e\x6e\xb5\x97\xdf\xc2\x94\x71\xe1\xb1\x9a\x12\xf3\xdb\x22\x18\xe2\x86\x93\x60\xbd\xfd\x69\x3e\xd7\x19\x56\xa5\x5d\x12\xed\x16\xe9\x48\x1c\xbb\x55\x1c\x6e\x3d\x58\xb8\x21\x62\x1d\xd7\x26\x22\x45\x5b\x59\xfa\x79\xb4\x45\xdc\xe2\xbf\x2d\xd0\xfe\x42\x6a\x77\x1b\x44\x7b\xdd\x1e\x7a\xdc\x58\x95\xeb\xf5\x6a\xd5\x6d\x61\x2e\xd7\x0a\x98\xba\x59\xd3\xa6\x9b\x12\x81\xd7\xf0\x2e\x6c\xec\xc9\x69\xcf\x67\xa9\x15\xd6\x75\x72\xa3\xbd\x3a\x48\x7f\x46\xd2\x4e\x68\x15\xdb\x10\x21\x00\x16\x54\x64\xf1\x62\xe5\xe0\x3a\x62\xa4\x9d\xc4\xd5\xce\x3d\x54\xaf\x2d\x26\x26\x9f\xb1\x41\x7e\x67\xb9\xef\x57\x64\xda\xe1\x8b\x3c\x81\x73\x03\xf4\x9d\x6d\x89\xbc\xb5\xb2\xfd\x4e\xa0\x82\x1b\x89\xfa\x7b\x88\xeb\x15\x36\x7c\xbe\xe5\xe2\x06\x18\xcc\x50\xe0\x9c\x37\x9c\xa9\xed\xa1\x5f\x89\x41\xb3\x36\x20\xe7\x19\xc4\xe1\x06\x8d\xb6\x3b\xcd\x4c\x20\xae\x65\xc7\xad\x50\x59\xab\xb0\x1b\x3c\x4c\x29\x2f\xe4\x06\x96\xeb\x66\xe1\x36\x5f\xbf\x88\x33\x87\xc2\x86\xe3\x1d\x3a\xae\x03\x86\x0a\x72\x04\x82\x19\x82\x46\xda\xf6\xff\x44\x25\x81\x3b\xa6\xc8\xd8\x2d\x6a\xae\xc8\x51\xb4\xce\xd0\x44\x27\x90\xb7\x52\xd3\x58\x14\x86\x2b\x34\xdb\x52\xa0\x49\x30\xba\x9b\x42\x8e\x9a\x75\xfc\x9f\x01\x6f\x71\x3b\x39\xff\x4b\x3e\xcf\xce\x0f\xb3\x58\xbb\xe4\x02\xee\xd8\xba\x33\xc1\x5c\xee\x8b\x53\x62\xb3\x36\xda\xea\xcc\xd1\x69\x71\x25\x35\x37\xe4\x51\x26\x7b\xaf\x5e\x1d\xed\xed\xf1\xe5\x4a\x2a\x93\x9b\x0b\xe6\x4a\x2e\xe1\xcf\x5f\xcf\x7f\xbd\xfc\xcf\x8b\x9f\xff\xf6\xfe\xfa\xe3\x2f\xef\x2f\xdf\x9d\x9d\x7d\x7e\x7f\x75\x15\x26\x5c\x4a\x51\x9d\x73\x79\x7e\x5d\x8c\x0c\x9c\xfa\x01\xd7\x1f\x3f\x5d\xfd\xd7\xc7\x72\x90\x0b\x39\x61\xcc\x87\x77\x9f\x7f\x79\x1f\x87\xec\xad\xd6\xb3\xb8\x45\xcb\xe0\x07\xdf\xdc\xfe\x3b\x3a\x82\xd7\xcf\xf3\x04\x72\x81\x6f\xcf\x5a\x64\xe0\xfd\x9d\xc5\x7e\x12\x54\x9f\x7b\x7d\x4f\xef\x08\x70\xc9\x8d\x35\xd6\xc6\xf9\x96\xc0\x90\xdf\xdc\x5c\x93\x6f\xc2\x36\x46\x44\x9a\x68\x95\x85\xc4\xe2\x07\x1a\xf7\x37\x1a\xb3\xcf\xdb\x29\xfc\x7a\x21\xcc\x7f\xfc\xfb\xa1\x73\xda\x53\xf8\xf5\x9c\x7f\xb5\x5f\x6d\x60\x40\x35\x85\x77\x6d\xab\x50\xeb\xb7\x07\x75\x06\x08\xb5\xe4\xee\xe5\x1c\x58\x58\xdb\x33\xb3\x60\x1a\x9a\x05\x13\x37\xd8\x56\xb9\xf8\x64\x27\x9e\xba\x01\x19\x2f\x02\x37\x9f\x9e\xc4\x0e\xf3\x6e\x27\xf5\x6d\x0e\x3f\x96\xd1\x25\x19\xad\xce\x4a\x18\xfd\x0c\x3a\x61\xa9\xfc\x33\x44\x11\x5d\xb1\xe8\x79\x19\x35\xcd\x6f\x61\x6c\xc6\x89\xdc\x88\x1d\xad\x51\x38\x2a\xef\x59\x5c\x50\x0d\xfc\x78\xa3\xc0\xcc\xa5\x19\x44\xbc\x60\xe6\x74\x6d\x3e\x45\x2a\xc1\x46\xd6\x2e\xee\xe5\x43\x4a\x89\xbc\x7d\x62\x66\x91\x44\x88\x7f\x5c\xb1\x0e\xfb\x28\xf6\x0f\x6b\x25\xca\x07\x7b\x74\x74\x68\xbc\x95\xae\x5c\x46\x68\x49\x4c\x21\xf9\x32\x4a\x9d\xf2\xbc\x26\x8d\x25\x21\x12\x55\xd6\xad\x2c\xf8\x89\xe6\xbb\xf5\xfa\xcf\xfd\x72\x39\x91\xf0\x3a\xfe\x7c\x6d\x53\x09\xae\x3d\xce\xb8\x00\x85\x5a\xae\x95\xcd\x33\x28\x4b\x24\x58\x3a\x5d\xf9\x4c\xab\x9e\x0a\x47\x82\x46\xc2\x92\x09\x6b\x42\x9f\x09\xea\x24\xdf\x64\x0a\x89\x18\x17\x37\x2e\x69\xaa\x73\x17\xd3\xa8\xe0\x25\x92\x1c\xa2\xe7\x4f\x7a\x56\x88\x75\x97\xf2\xfb\xb4\x42\x61\x74\x23\x93\x44\xd2\x72\x39\x60\x9d\x96\x70\x8b\xb8\xa2\x0c\xb5\xb9\x8d\xf1\x2c\x78\x06\x4a\xfb\x48\x07\x3d\x9d\xf8\xe1\xb7\xb1\x9d\x7b\xe8\xc3\xbd\x55\x2b\x8b\xe1\x24\x26\x17\x3a\x52\xb0\x61\xd6\x86\x7f\x9f\x13\xe6\x89\x83\x09\x3b\x43\xa1\x36\x5e\x73\xfd\x50\x67\x92\x49\xc5\x9e\xe1\x37\x68\x16\x52\x6a\xd4\x94\x38\x97\x19\x03\x77\x31\x7e\x63\xd5\xd5\xef\xba\x48\xc5\xeb\xc1\x27\xd8\x94\xa6\x14\x92\x04\x61\x23\x22\xa3\x5d\x72\x1d\x4f\x7d\xc8\x99\xd8\xd7\x0e\x9f\x21\xca\x85\xc5\xde\xa5\xa9\xac\x5f\x39\xb3\x67\x4c\x4f\xac\x23\xc8\xe2\x03\x25\x88\x4d\x83\x5a\xef\x6b\xec\xe6\x07\x70\xc7\x94\x73\x0b\x29\x07\xa7\x71\x6f\xbd\xf9\xd3\x30\x2b\xfd\x6b\xce\xcd\x69\x92\xa3\x4a\x58\x49\x2e\x0c\x78\x1e\xbe\x1c\x97\xf5\xc5\x38\x13\x6e\x73\x7e\x39\xee\xc9\xe5\x7c\x24\x5a\x49\x58\x79\x9b\xf3\x72\xc6\xe9\xb5\x35\x98\xd7\x4b\x27\x37\xf4\x8f\x10\xaa\xfb\xd2\xc4\xd6\x59\xb3\x2d\x5c\x9c\x8d\x73\xe4\xa6\x4c\xe1\x9b\xf3\xcd\xc1\x13\xde\xe7\x4b\x5a\xfc\xe4\x65\x9f\x4f\xc1\x82\x43\x26\x6c\x65\x53\x42\x8d\x41\xae\x5c\xcb\x25\x4a\x41\xb5\xa1\x0e\x9b\xe3\x30\x05\x93\x05\x72\x4c\xdd\x32\x3a\xa1\xb0\xf9\x62\xd7\x7b\xcc\xbc\x23\x6a\xfd\x56\x4f\xd5\xef\xff\x3a\x94\xb2\x2c\x46\xb8\xb6\x20\x73\x09\x88\x67\xd0\x26\xdd\x39\x8b\xf9\x36\xfa\x41\x87\xb4\x1e\xef\x50\x6d\x1f\xc1\x65\x32\xf1\x19\xd8\x4f\x62\x65\x60\x3f\xd9\xa2\x8e\x9f\x58\x68\x84\x90\x92\xb0\x90\x11\x3c\xb7\x38\xfa\xca\x96\x2b\x5b\xe1\xf9\x82\x20\x59\x80\x6b\x38\xfe\xcb\xbf\x1d\x5a\x61\xfb\xe0\x0a\x27\xf0\xe7\xc9\xf1\x5f\x22\x1d\xeb\x04\xac\x98\xd9\xa0\x80\xb2\x9e\x7f\x9b\x68\xc2\xfe\xf7\xee\xd1\xc3\x38\xdf\x3d\x4f\x03\x41\x49\xe5\x8f\x58\xa4\xa4\x55\x15\xbb\x1c\xf4\x44\xaf\x70\x00\xdf\x32\x42\x2b\x85\xc5\x1b\x67\x48\x38\x5d\x60\x73\xdb\x3b\x4d\xd2\xd2\x0f\x7a\xd8\x64\x48\xc1\x4f\xad\x04\xa5\xb0\x31\x03\x8a\x85\x95\x26\x8d\x25\xbf\x7f\x30\x85\xc1\x48\xfb\xbc\xfc\xe8\x97\x73\x09\x61\x1a\xb4\x4f\xb3\xe5\xb8\xb8\x63\x1d\x6f\x5f\xbc\xdc\x7b\x44\x86\x99\x34\x8b\x9e\x55\x8e\x3a\x86\xf6\xc2\x45\x91\xcb\x08\x25\xaa\xd2\x23\x82\x44\x26\x76\x15\x24\x56\xfa\x63\xfc\x97\x33\xab\x80\x7a\x6c\xb5\x9f\x33\x87\xf2\xd8\x9a\x50\x55\xda\x07\x76\x8b\xa0\xd7\x3e\x1b\x1a\x06\xaa\xc2\xe0\x44\x6b\x40\x67\x88\x4e\x38\x39\x01\xc1\x3b\xf8\xfd\xf7\xca\x8f\x2f\xa2\x60\x75\xb9\xbe\x1c\x87\x72\xb3\x2a\x4a\xae\xbd\xfb\xec\xdb\x5e\x21\x5e\xe8\xd2\x0a\xc0\xe5\xca\x6c\x8b\xde\xd7\x0e\x69\x60\x46\xd0\xba\xe4\x49\x81\x6d\x38\x29\xd1\x3e\x36\x25\x51\x4e\x89\xab\xe1\x94\x2a\x20\xe0\xa4\x0e\x94\x52\x6a\x1f\xe4\x19\xa5\xdb\xd4\x4a\xe9\xb6\x5e\x01\x33\x6c\xd8\x5a\x93\xd0\x0a\x69\x84\x90\x51\xfa\x71\xa1\x3d\xc5\x13\xf8\x76\x3f\xfc\xb1\xf4\xee\xd9\xf7\xe1\xf0\x1a\x5a\x2a\x28\xd9\xeb\x2d\x9c\x85\x1c\x5b\x72\x9f\x4b\x65\x5d\x1d\x7d\x8e\xdd\xe9\xd8\x12\xa7\x12\xc3\xd6\x5a\x23\x39\x17\x65\xd0\xbe\x9d\x49\x4d\x32\x8e\x6d\xd2\x8f\x86\x24\x33\x86\x58\x7b\x29\xb6\x44\x83\x4a\x4f\x9d\xe7\xb8\x38\x9b\x52\x34\xe5\x6d\x48\x70\xa8\x41\x2e\x61\x86\xd4\xad\x4f\x5a\xf4\x19\xa1\xf4\xf1\xd5\xf6\x75\x5a\x38\x78\x4a\x59\x70\x9c\xaf\x45\x2a\xf5\x7e\x64\xa0\x5a\xb6\xef\xe6\xf3\x6b\x50\x9e\xcc\xa4\x52\x72\xb3\x7f\xf0\xc2\x7f\x72\xfe\x98\xea\x72\xbf\xe6\x01\xbc\xa0\x8d\x3d\xb2\x73\xbd\x03\x6f\x25\x6a\x10\xd2\x00\x7e\xe5\xda\xf8\x92\x2f\x06\x95\xde\x22\xe5\x4e\x2e\x71\x7c\x85\xa6\xcf\x00\x7f\xd0\x85\x8d\x20\x07\xe7\xdf\x3d\x8b\xff\x0d\x27\x7e\x60\x36\x12\x97\xbc\xd2\x0c\xf2\x73\xa2\x0a\xe9\xbf\xbe\xc6\xef\xb5\xf4\x76\xc2\x5c\xbd\x7f\x30\x86\xcb\x86\x89\x06\x3b\x82\xa5\xfb\xa8\xfb\xc6\x08\x21\xd1\xd6\x4d\x4d\x87\x4c\x69\xe0\xa6\x14\x66\x27\xc0\x59\x5d\x5c\x9c\x65\x45\x56\xda\xf8\xae\x34\x5b\x4a\xd2\x01\x4e\x3d\xb3\x25\x9a\x4a\xf8\x94\x36\x39\xe7\x4a\x1b\x68\x7c\xac\xb5\x21\x01\x95\x4e\x0a\xb0\x81\xff\xe0\xf3\xba\x95\x1c\x90\xea\xe9\xc8\x67\x5c\x4a\xdf\x32\x76\x3b\xa3\x2f\x1f\x9d\x23\x6a\x63\x81\x53\x47\xb6\x1b\x36\x51\x44\x67\xff\x16\xb7\x3d\x82\xab\x61\xd0\x22\xcd\x93\x36\x92\xf8\x0a\x99\x6f\xdf\xca\x4a\x6a\xa4\x47\xe0\x27\x78\x37\x18\x5a\x5b\xf5\xbd\xc5\x24\xf5\xc5\xef\xc2\x49\x42\x58\xce\x1d\x08\x78\xf8\x44\xe9\xaf\x4a\xe5\x42\x8e\xec\xbc\x97\x16\xc1\xed\x9b\x69\x55\x34\x97\xf6\xbd\x98\xd3\xce\x9d\xcb\xb5\x68\xa3\x27\xcd\xf3\xca\x43\x6f\xfe\x2f\xc7\xf9\xfe\x05\xec\x34\x5a\x7b\x77\x68\xe0\xee\xd8\xc7\xf0\x93\x51\xaf\x3f\x34\x7d\x3a\xf1\x33\xce\xe1\x24\x7e\xeb\x7d\xd3\xd0\x7e\x7c\x9e\x4e\x9a\xdc\xa0\x6b\xb4\xf6\xc8\x2e\x9c\x57\x65\x61\x2f\x7c\xdc\x49\x7d\x4e\xd0\x2b\xff\xee\xb8\x16\x4c\x4a\xf6\xdd\xae\x7c\xf3\x3a\x63\x29\xd0\x1d\xb2\x34\x94\xc6\xb3\xe2\xe4\x1d\x1e\xe0\xf9\x6e\x9b\x91\x2b\xd0\x0b\x69\x76\x61\xa9\x70\xf3\x4e\xb1\x0f\x06\x80\x2a\x29\xfb\xbc\x7d\x0b\x2b\x26\x78\xb3\xff\xf2\x54\xae\xbb\x96\xa0\xe2\x39\x25\x5a\x69\x82\x15\x19\x7f\x39\x2e\xa5\xaf\x97\x8b\x9d\x16\x7a\xfb\x22\x95\xf8\x11\x41\x87\x42\x4e\x3c\x71\xa7\xf4\x29\xbc\x79\x4d\x1f\x86\xc2\x79\xe0\xd6\x51\xe1\xc5\x75\xc7\x3b\xf1\xe0\xa9\xcf\x1b\x2e\xce\x6c\x6a\x6a\xf5\xc0\x3a\x85\xac\xdd\x66\x79\x08\x72\x3a\x49\x2f\x32\x91\x97\x15\x1e\xf6\x6a\x7b\x69\xc8\xd2\xff\x03\x3b\xf7\x63\x11\x2e\x76\x05\x3a\xb4\x59\x57\xb8\x1f\x20\xda\x78\xcc\x2f\xfb\x31\xe9\x95\x01\x5e\x49\x2d\x43\x57\xa4\x3f\xb6\xf0\x47\xfe\x0a\xcd\x5a\x89\x78\xde\xef\xae\x00\x30\x5f\x8c\x48\x61\xf0\x6b\x38\x7e\x67\x5d\x87\x2d\x70\xf3\x47\x82\xa8\xcf\xda\xb2\xae\x24\x54\x72\xb5\xd9\x7a\x4b\x3a\xd7\x8e\x40\xf5\x82\x03\x73\x17\x44\xda\xe2\x46\xc3\x28\x7b\x9f\x49\x52\x3d\x85\x9f\x42\xe3\xe2\xf2\xfc\x7a\x3a\xd4\xca\x20\x7a\x87\x5f\x87\x99\x60\xc2\xe6\x4f\x79\x03\x82\x2a\xdd\x83\x7c\xad\xb4\xa1\x0a\x23\xe1\xbd\xac\x07\x43\x5c\x4c\xf9\x82\xa7\x84\x79\xa6\x35\x2a\xb3\x5f\xdd\x74\x51\x8c\xc9\x8c\x75\x74\x03\xe3\xe4\xa4\x4a\xfe\x45\xd9\x28\x71\xcf\x12\xb5\xa6\x6e\xca\xcb\x4b\x9b\x85\x0a\xb9\xbe\x59\x24\x20\x4d\x8c\x53\xa9\xc5\xeb\x19\xc2\x67\x64\x6d\x9a\x90\xa4\xa7\xfe\xd5\x38\xe6\xc6\x8d\xb0\x3d\x9a\x84\x8c\xac\xe0\xb3\x92\xef\x49\x40\x6a\x2b\x5c\x87\xcb\x32\xc9\xa5\x82\x14\xc1\x65\xb7\x9f\x1a\xf8\x7d\x56\xe9\x8e\x11\xe2\x49\x44\x29\x71\x5a\x9b\xae\x8d\x8d\x81\xbd\x1d\x63\x04\x64\x4b\xb9\x16\xc6\x67\xda\xaf\x86\xf5\x63\x5d\xfb\x67\x3e\x4e\xf0\x24\x2a\xe4\xfd\xd4\xbc\xf9\x9b\xe9\xa7\xde\x5c\xe9\x13\x8a\x72\x92\x7d\x62\xf0\xb0\xd2\xdb\xd8\x91\x0b\x37\x74\xe0\x0f\x71\xed\x0e\x63\x6c\x14\xb3\x69\x9d\x57\x78\x94\x83\x22\x97\x76\xdd\xf2\x87\xea\xb4\xa7\xb3\x1e\xac\x50\xd1\x6d\x92\x3c\xe6\x47\xc2\x4f\xa9\x8c\xea\xfb\xc6\x3a\xb9\xc2\xa9\x8d\xef\x9a\x99\xdd\xaa\xc6\xd7\x91\x6f\x5e\x3f\x56\xa7\x46\x58\x85\x0f\x59\xba\xc7\xf4\x8b\xcc\xdf\x0d\x19\x74\xc1\xc6\xea\x28\x59\xf7\x5f\x21\x27\x8e\x82\xa5\x69\xe8\x30\x6e\x44\x2b\x27\x81\x23\x03\x4c\x26\xcc\x78\x61\xe8\xd3\x92\x4b\xe9\xdd\xd5\x92\x99\x66\x41\x60\xb7\xaa\xba\x38\x8b\xf1\xff\xc5\xcb\xf1\x02\x9a\x0e\xdd\xa9\x85\x1a\x7b\x99\xeb\x55\x4b\x97\xc8\x4c\x7e\xee\x12\x7c\x63\x38\x5f\xae\x75\x75\x77\xca\x0a\x04\x6e\x3e\x96\x27\x02\xd7\x0b\xb4\xef\x4b\xa2\x95\xe5\xc3\x6d\xc0\xd1\xac\xa1\xf6\x6c\x16\x32\x34\x9c\x63\xe2\x64\x09\x06\xe3\xe8\x61\xb1\x3e\x54\xcc\xfe\xff\x54\x59\xdf\xe9\x00\x62\xb7\x06\xd1\x90\x7c\x84\x5b\xe8\x01\x3d\x67\x13\xbc\xd2\x56\x1c\x76\x4d\x87\x3c\x3d\x8c\xa5\xa4\x41\xbe\x2b\xa2\xd2\xe8\xe7\x03\x64\x12\x2b\x47\xfb\x2a\x15\x5c\xfd\x5c\xed\xe0\x1a\x0f\xae\xe7\x5b\x3a\x47\x49\x45\x64\x87\x95\x2a\x3b\xcf\x8d\x98\xea\x22\xbb\xe2\xe6\x7b\x8f\x33\x1e\x81\xcf\x58\x07\x7d\x8c\xcd\x31\x28\x85\x76\x82\x77\xa9\xba\xbc\x02\xe6\x6b\xaf\x26\xdc\xe7\x10\x55\x73\xc1\x6e\xed\xe4\xbc\x30\xd9\x2c\xa4\x0e\x6b\x19\x69\x39\x79\xbc\x96\x70\x4d\xe0\x4a\x57\x39\x8f\xb9\x01\x35\xc3\x66\x89\x6f\x03\x06\x4a\x6f\x0b\x4b\xfb\x50\xf6\x50\x76\x5b\xc1\x86\x0f\x47\xc3\x06\x6e\x1e\x20\x43\x40\xfc\xae\x00\xe9\x69\x87\xb1\x49\x76\x30\xde\x09\x7a\x00\x3c\x9e\x5c\x9a\x6d\x0f\x11\x71\x71\xa6\x23\x1e\x98\x00\xa6\x14\x73\x9b\x96\x30\x60\x7f\x1d\x3f\x49\x4a\x54\x7f\x71\xa6\xf7\x0f\xa6\xf0\x77\xa7\xf3\x52\x71\x14\xf9\x7f\xfc\x05\xb7\x3a\x57\xf4\xe4\x16\xb7\x7a\x90\xa4\xbc\x6b\x5b\x60\x62\x0b\x5f\x8e\xcb\xdb\x4a\x96\x1d\x77\x36\xbf\x75\x1d\xf9\x9a\x41\x9f\xa4\x7a\x97\x9b\x78\x0e\xeb\x06\x20\x11\xc7\x6c\xe6\xe6\x4e\x1a\x29\x1a\x66\xf6\x9d\xac\x07\xbb\x35\x42\x02\x05\x9a\xb3\x5b\xff\x22\x3d\xd4\x08\x1b\x06\x98\x7f\x8d\x6d\xde\x69\x63\xe1\x34\xba\xda\xb9\x08\x57\x57\x5c\x14\x71\xb7\xa6\x98\x00\x65\x8b\xc4\x96\x19\xe6\x8a\xa6\x1d\x5b\x13\x36\xdd\xce\x37\xbf\x6f\x80\xd9\x52\xb5\xd6\x06\x7c\xdc\x0b\xfc\x29\xc9\x7a\xdf\xc2\x47\xfa\x63\x18\xd6\x95\x12\x2e\x73\x09\x77\xca\x63\x1e\x92\x9c\x1b\x4d\xd2\x3f\x18\xa7\x06\x47\x4b\xd1\xe1\xe4\x4c\x7f\x2b\x01\x3e\x2f\x5b\x13\x23\x1d\xc1\xa2\x13\xc1\xdb\x07\x9a\x10\x16\xc0\xea\xf1\x7e\x68\xe5\x40\x8c\xb7\xa3\xa8\x56\x38\xdf\x0d\xc3\xae\xb4\xe0\x06\x36\x4c\x8b\x1f\x42\x81\xb1\x40\x85\x87\x51\x4e\x1c\x6e\xe8\x5a\x03\xfc\xc9\x5b\x18\x1e\xf4\xa0\x3b\x89\x7d\x3f\xa6\x88\xb2\x63\x91\xee\x4c\xe8\xf7\xe7\x51\x3c\xa8\xcf\xae\x6b\x86\xfd\x49\xe9\x52\xfd\x1e\x67\x0f\x42\x22\x14\x53\x21\x22\x96\x2b\xed\x0f\xdf\x1c\xaa\x3c\xcf\x73\x99\xa8\xf2\x3c\xe7\xfd\xa2\xca\xb3\xd3\x95\xa3\xca\xf3\xd4\x5b\x48\x53\xf8\xa9\x08\x49\x49\xe3\x31\x56\xaa\xe1\xb2\xc6\x63\x76\x2b\x5e\xec\xc0\xb7\x7f\x06\xe6\x2a\x5e\xec\x4e\x69\xc4\x3e\xd5\xd7\xbb\x53\x2d\xcc\x92\x7d\xdd\x9d\x4a\xcd\x48\xc3\x77\x07\xe9\x06\xe4\x82\x9b\xfd\x34\xc9\x4f\xdc\x47\x72\x15\x1d\x4e\xe0\xc8\xff\xe1\xe2\x91\x91\x2b\xbd\x90\xc6\xda\xea\xc7\x8a\x67\x4a\x08\xf4\x77\xcb\xed\x7c\x77\x6b\x3d\x9d\x7e\x57\xce\xbf\xdf\xbb\xdf\x83\xff\x0b\x00\x00\xff\xff\x96\x41\x8f\x63\xe7\x39\x00\x00" +var _topshotmarketv3Cdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x3b\x5b\x6f\x1b\x37\xd6\xef\xfe\x15\x27\x01\xbe\xc6\x0e\x1c\x29\x46\xbf\xee\x83\x10\x37\x4d\xed\x78\xd7\x68\xe3\x04\xb6\xeb\x3e\x14\x8b\x2d\x35\x73\xe4\x21\x3c\x22\xb5\x24\xc7\x8a\x9a\xfa\xbf\x2f\x78\x1d\x92\xc3\xb1\x15\xc7\x03\x04\x91\x46\xe4\xb9\xdf\x49\x4f\x5f\xbe\xdc\xd9\x01\x00\xb8\xe4\xab\x8b\x86\xab\x0f\x44\xdc\xa0\xba\xfa\x7e\x52\xd5\x95\xfd\xe1\x18\x65\x25\xe8\x4a\x51\xce\x66\x70\xc4\x99\x12\xa4\x52\x50\xe3\x82\x32\xaa\x5f\x4a\x58\x70\x01\x9d\x44\x21\x41\x71\x90\xd8\xb6\xa0\x1a\xa4\x02\x96\x7c\x89\x4c\x49\x0b\xc6\x02\x5e\xb5\xa4\x42\xa0\x12\xd6\x0d\x0a\x74\xbb\x2a\xc2\xa0\x12\x48\x14\x02\x01\x49\x5a\x84\x8a\xb7\x2d\x56\x1a\x3a\xa8\x86\x28\x0d\x6f\x63\xa0\x48\xc5\x05\x02\x65\x0e\x03\xa9\x2a\xde\x31\x65\x5e\x93\x6b\x9c\xc0\xa9\xf9\x25\x07\xb2\x0f\x66\xb3\x86\x62\x90\xad\x3a\xe5\x00\x9c\x9d\x5c\x4a\xe8\x56\x86\x05\xb3\x69\x4d\x55\x03\x04\x56\x82\x56\x08\x84\xd5\xb0\xea\xe6\x2d\x95\xfa\x9d\x81\x21\x70\x81\x02\x59\x85\x20\xb9\xa5\x8d\xab\xc6\x33\x21\x11\x03\xfa\x89\x65\xfb\x74\x01\x84\x99\x25\x86\x59\xbd\x44\x02\x61\x1a\x71\xcf\x1a\xac\x09\x53\x5a\x78\xf3\x6e\xb3\x9f\x92\x2a\x91\xd5\xb0\xe8\xd8\x35\x9d\xb7\x08\x8a\xdf\x20\x93\x76\x23\xfe\xb7\x23\x46\xd2\x7a\x97\x25\xd8\x6e\x35\x60\xcc\x0f\x67\x27\x97\x13\x80\x4b\xfb\x49\x4b\x5d\x09\xc2\xe4\x02\x85\xc0\x5a\xaf\x53\x0d\x2e\xb5\x26\x58\x8f\x73\x49\x6e\x2c\x0f\xab\x4e\x54\x0d\x91\x9e\x8f\xf7\xa4\x6a\x2c\x07\xeb\x86\x1b\x7a\x23\x6d\x5b\xaa\xd6\xb4\x6d\xa1\x21\xb7\x25\x2d\x1a\x18\x94\x49\x45\xb4\xe8\x06\xfa\x33\x0c\x55\x9c\x29\x42\x99\x74\xc2\xa7\x6c\xc1\xc5\x92\xf4\xdb\xb5\x8e\x50\x93\xc1\x78\x1d\xc1\xe8\xb1\x4c\x0c\xab\x06\x75\xc3\xdb\x5a\x02\x81\x8a\xac\xc8\x9c\xb6\x54\x6d\x2c\x0e\x03\xa8\xa5\xec\x46\x3a\xfe\xb5\x99\x12\xca\x9c\xad\xc6\xc0\x9c\x5b\x78\x45\x5c\x53\xc3\x58\xaf\x7f\xb3\x9f\xca\xc4\x56\xb9\x46\x89\xda\x45\x5a\xc3\x8e\x76\x15\x6b\xb7\xce\x58\xa8\x32\xc0\x5a\x2a\x55\xb0\x14\xa9\x79\xe9\xf7\x19\x17\xb1\xc8\x7f\x6f\x50\xff\x62\xc4\x6e\x1d\x44\x3a\xd9\xee\x3b\xbb\xd1\x22\x97\xdd\x6a\xd5\x6e\x60\xc1\x3b\x01\x44\x5c\x77\xc6\xe9\x66\x06\xc0\x2b\x78\xe7\x1d\x7b\x72\xd4\xd3\x99\x4b\x85\xb4\x2d\x5f\x4b\x27\x0e\x23\x3f\xc5\x8d\x27\xd4\x82\xac\x0d\x20\x00\xe2\x45\xa4\xed\x45\xf3\x41\x65\xb0\x91\x7a\x12\xb0\x9d\x38\x53\xbd\xd4\x36\x31\x39\xc7\x0a\xe9\xad\xa6\xbe\xc7\x48\xa4\xb5\x2f\x13\x09\x6c\x18\x30\xdf\xc9\xc6\x80\xd7\x5a\xd6\xdf\x8d\x51\xc1\x35\x47\xf9\x35\xc0\xe5\x0a\x2b\xba\xd8\x50\x76\x0d\x04\xe6\xc8\x70\x41\x2b\x4a\xc4\x66\xdf\x61\x22\x50\x75\x0a\xf8\x22\x31\x71\xb8\x46\x25\xb5\xa7\xa9\x09\x04\x5c\x7a\xdd\x0a\x85\xd6\x0a\xb9\xc6\xfd\x18\x72\xc3\xd7\xb0\xec\xaa\xc6\x3a\x5f\x8f\xc4\xaa\x43\x60\x45\xf1\x16\x2d\xd5\xde\x86\x32\x70\xc6\x08\xe6\x08\x12\x8d\xdb\xff\x85\x82\x03\xb5\x44\x19\x65\xd7\x28\xa9\x30\x81\xa2\xb6\x8a\x36\x70\x3c\x78\xcd\xb5\x59\x8b\x4c\x51\x81\x6a\x93\x33\x34\xf1\x4a\xb7\x5b\x4c\xa0\x26\x2d\xfd\xcb\xdb\x5b\x70\x27\x1b\x7f\x4d\xcc\xd3\xfb\xfd\x2e\x52\x2f\x29\x83\x5b\xd2\xb5\xca\xab\xcb\x7e\xb1\x42\xac\x3a\x25\xb5\xcc\x2c\x9c\x1a\x57\x5c\x52\x65\x22\xca\x64\xe7\xe5\xcb\xe9\xce\x0e\x5d\xae\xb8\x50\xa9\xba\x60\x21\xf8\x12\x5e\x7f\x3e\xf9\xed\xec\x9f\xa7\x3f\xff\xfa\xfe\xf2\xe3\x2f\xef\xcf\xde\x1d\x1f\x9f\xbf\xbf\xb8\xf0\x1b\xce\x38\x2b\xee\x39\x3b\xb9\xcc\x56\x7a\x4a\xdd\x82\xcb\x8f\x9f\x2e\xfe\xf5\x31\x5f\x64\x53\x8e\x5f\xf3\xe1\xdd\xf9\x2f\xef\xc3\x92\x9d\x55\x37\x0f\x2e\x9a\x27\x3f\xf8\x62\xfd\x6f\x3a\x85\x57\x4f\xf3\x78\x70\x9e\x6e\x47\x5a\x20\xe0\xfd\xad\xb6\xfd\x28\xa9\x3e\x35\x7e\x07\x6f\x0a\xb8\xa4\x4a\x2b\x6b\x6d\x63\x8b\x27\xc8\x39\x37\x95\x26\x36\x61\x1d\x32\xa2\xd9\xa8\x85\x85\x86\xc4\x0f\x66\xdd\xaf\x66\xcd\x2e\xad\x67\xf0\xdb\x29\x53\xff\xf8\xff\x7d\x1b\xb4\x67\xf0\xdb\x09\xfd\xac\xbf\xea\xc4\x80\x62\x06\xef\xea\x5a\xa0\x94\x6f\xf7\xca\x04\x18\xab\x35\xe1\x9e\x2f\x80\x78\xdc\x8e\x98\x86\x48\xa8\x1a\xc2\xae\xb1\x2e\x52\xf1\x49\x6f\x3c\xb2\x0b\x12\x5a\x18\xae\x3f\x3d\x8a\x1c\xe2\xc2\x4e\x1c\xdb\xac\xfd\x68\x42\x97\x46\x69\x65\x52\xfc\xea\x27\x90\x09\x89\xf9\x9f\x23\xb2\x10\x8a\x59\x4f\xcb\xa8\x6a\x7e\xf7\x6b\x13\x4a\xf8\x9a\xa5\x98\x03\xea\x4f\x44\x35\x51\x18\xfe\xf3\x82\xb4\xd8\xa7\x8a\x3f\xb5\x28\x4c\xd1\xd5\xab\xa0\x45\xe5\x44\x71\x61\xcb\x2e\x0d\x62\x06\xd1\x97\x51\xe8\xa6\x98\xaa\xe2\x80\xed\xc3\x7d\x01\x6f\x01\xe1\x27\xb3\xdf\xe2\xeb\x3f\xf7\xe8\x52\x20\xfe\x75\xf8\xf9\x52\xe7\x6b\x2a\x9d\x32\x29\x03\x81\x92\x77\x42\x27\x73\x53\x8a\x19\xdd\x5b\x2d\xb9\x72\xa6\x5c\x6f\x06\x80\x8a\xc3\x92\x30\x1d\xd0\x5d\xb9\x25\xa3\xa2\x8e\x08\x34\xc0\x28\xbb\xb6\x95\x49\x99\xba\x50\xab\x78\x57\x8c\x12\x75\x4f\x1f\x77\xa4\x18\xd2\x6d\x5d\xed\x72\xb7\xc0\xe0\xab\x93\x88\xd3\x1c\x1d\x90\x56\x72\xb8\x41\x5c\x99\x32\xb0\xba\x09\x49\xc3\xbb\x9f\xa9\xad\x8c\x0c\x7a\x38\xe1\xc3\xef\x63\xee\xb1\xef\x72\xaa\x16\x2b\x09\x31\x3b\x64\x70\x19\x20\xe8\x5c\xa6\x73\xac\x2b\xbc\xd2\xec\xac\x7c\x30\x10\x28\x95\x93\x5c\xbf\xd4\xaa\x64\x52\xd0\xa7\xff\x0d\xaa\x86\x73\x89\xd2\x54\xa7\x79\x5a\xa6\x36\x91\xae\xb5\xb8\xfa\x1c\x1c\xa0\x38\x39\xb8\x2a\xd6\xd4\x02\x19\x27\x9e\xd9\x60\x91\x41\x2f\xa9\x8c\x67\x2e\xae\x4f\xf4\x6b\x6b\x9f\x3e\x95\x78\x64\xef\xe2\x7a\xd1\x61\x4e\xf4\x19\x6a\x00\xed\xfd\x49\x10\x36\x55\x58\x55\xa1\x94\xbb\x12\xdb\xc5\x1e\xdc\x12\x61\x1d\x3b\xa6\xe0\x28\xf8\xd6\x9b\xef\x86\xa5\xdf\x8f\x29\x35\x47\x51\x21\xc8\x61\xc5\x29\x53\xe0\x68\xb8\x3a\xc8\x8b\xf8\x71\x22\xac\x73\x5e\x1d\xf4\xe0\x52\x3a\x22\xa9\x44\xa4\xbc\x4d\x69\x39\xa6\xe6\xb5\x56\x98\x93\x4b\xcb\xd7\xe6\x9f\xb1\x50\xd9\xd7\xff\xba\x99\x99\x6f\xe0\xf4\x78\x9c\x22\xbb\x65\x06\x5f\x6c\x00\xf4\x31\xf8\x2e\x45\xa9\xed\x27\xed\xad\x5c\x9d\xe3\x08\xb0\xb6\x95\x6c\xf1\x85\xbc\x89\xd4\x92\x2f\x91\x33\xd3\x80\x49\xef\x1c\xfb\xb1\x31\x69\x43\x0e\xf5\x51\x02\xc7\x77\x0f\x57\x1a\xdf\x43\xea\x1d\x11\xeb\x97\x72\x3d\x7c\xf7\xe3\x90\xcb\xbc\xe2\xa7\x52\x1b\x99\xcd\xf2\x8e\x40\x5d\xd9\xa6\x24\xa6\x6e\xf4\x42\xfa\xda\x19\x6f\x51\x6c\x1e\xb0\xcb\x68\xe3\x13\x90\x1f\x55\xce\x9e\xfc\xc8\x45\x2d\x3d\xa1\x9a\xf7\x29\x25\x22\x21\x01\x78\xa2\xed\xe8\x33\x59\xae\x74\x1b\xe5\xaa\xee\x08\x01\x95\x70\xf0\xc3\xff\xed\x6b\x66\x3f\xf5\x6f\x0f\xe1\xf5\xe4\xe0\x87\x00\x47\x07\x01\xcd\x66\xb2\xc8\x5b\x59\x4f\xbf\xae\xe6\x60\xf7\x6b\x7d\x74\x3f\xec\xb7\xcf\xe3\x8c\x20\x87\xf2\x2d\x1a\xc9\x61\x15\xd9\xce\x17\x3d\x32\x2a\xec\xc1\x97\x04\xd0\x4a\x60\xf6\xc6\x2a\x12\x8e\x1a\xac\x6e\xfa\xa0\x69\xa4\xf4\x42\x0e\x3b\xf9\xd8\xf8\x4d\xbf\x2e\x04\x56\x6a\x00\x31\xd3\xd2\xa4\xd2\xe0\x77\xf7\x66\x30\x58\xa9\x9f\xe7\x1f\x1d\x3a\x5b\x75\xc5\x49\xfb\x28\x41\x47\xd9\x2d\x69\x69\xfd\xec\xf9\xce\x03\x3c\xcc\xb9\x6a\x7a\x52\x29\xca\x90\xda\xb3\x10\x65\x42\x86\xef\x03\x85\x1c\x61\x24\x10\xb1\x2d\x23\xa1\x9d\x1e\xa3\x3f\xdf\x59\x34\xa8\x87\xb0\xfd\x9c\x04\x94\x87\x70\x42\x51\x68\x1f\xc8\x0d\x82\xec\x5c\x35\x34\x4c\x54\x99\xc2\x0d\xac\x01\x9c\xa1\x75\xc2\xe1\x21\x30\xda\xc2\xdf\x7f\x17\x7e\x7c\x16\x18\x2b\xf3\x75\x75\xe0\x7b\xba\x22\x2b\xa9\xf4\xee\x92\x6f\x3b\x19\x7b\x7e\x14\xca\x00\x97\x2b\xb5\xc9\x06\x4c\x5b\x94\x81\x09\x40\x1d\x92\x27\x99\x6d\xc3\x61\x6e\xed\x63\x5b\x22\xe1\xe4\x76\x35\xdc\x52\x34\x08\x38\x2c\x1b\x4a\xce\xb5\x4b\xf2\xc4\x94\xdb\x66\x5e\xd1\x6e\x9c\x00\xe6\x58\x91\x4e\x1a\xa6\x05\x9a\x15\x8c\x07\xee\xc7\x99\x76\x10\x0f\xe1\xcb\xdd\xf0\xc7\x3c\xba\x27\xdf\x87\xcb\x4b\xd6\x52\xb0\x92\x9d\x5e\xc3\x49\xca\xd1\x7d\xed\x09\x17\x3a\xd4\x99\xcf\x61\x04\x1c\xe6\xce\xa6\xc5\xd0\xbd\xd6\x48\xcd\x65\x2a\x68\x37\x33\x34\x93\x28\x8a\x75\x34\xf4\x85\xa8\x32\x86\xd0\x7b\x09\xb2\x44\x85\x42\xce\x6c\xe4\x38\x3d\x9e\x99\x6c\x4a\x6b\x5f\xe0\x98\x29\x34\x87\x39\x9a\x91\x78\x34\x07\x4f\x00\xc5\x8f\x6b\x69\x2f\xe3\xc6\xc1\x41\x4a\x92\xe3\xa2\x63\x31\xd7\xbb\x81\x80\x62\x6f\xbc\x5d\xcc\x2f\x99\xf2\x64\xce\x85\xe0\xeb\xdd\xbd\x67\xee\x93\x8d\xc7\xa6\xf9\x75\x38\xf7\xe0\x99\x71\xec\x11\xcf\x75\x01\xbc\xe6\x28\x81\x71\x05\xf8\x99\x4a\xe5\x5a\xbe\x90\x54\x7a\x8d\xe4\x9e\x9c\xdb\xf1\x05\xaa\xbe\x02\x7c\x21\x33\x1d\x41\x6a\x9c\x7f\x38\x12\xff\x0d\x87\x6e\x61\xb2\x12\x97\xb4\x30\x71\x71\x7b\x82\x08\xcd\x7f\xfd\x74\xa1\x97\xd2\xdb\x09\xb1\xfd\xfe\xde\x98\x5d\x56\x84\x55\xd8\x1a\xb3\xb4\x1f\x65\x3f\x7d\x30\x96\xa8\xfb\xa6\xaa\x45\x22\x24\x50\x95\x33\xb3\x95\xc1\x69\x59\x9c\x1e\x27\x4d\x56\x3c\x5d\x2e\x4c\x34\x72\xd0\xde\x9c\x7a\x62\x73\x6b\xca\xcd\x27\xd7\xc9\x09\x15\x52\x41\xe5\x72\xad\x4e\x09\x28\x64\xd4\x80\x0d\xe2\x07\x5d\x94\xb5\x64\x0d\xa9\x5c\x8e\x9c\xe3\x92\xbb\xb9\xac\xf5\x8c\xbe\x7d\xb4\x81\xa8\x0e\x0d\x4e\xd9\xb2\xed\xb2\x89\x30\x70\x76\x6f\x70\xd3\x5b\x70\x31\x0d\x6a\x4b\x73\xa0\x15\x37\x74\xf9\xca\xb7\x9f\x17\x45\x3d\xd2\x03\xe6\xc7\x68\x3b\x58\x5a\xc2\xfa\x5e\xdb\xa4\x19\x3e\xdf\xfa\x71\xbd\x47\x67\xa7\xee\xce\x7c\x02\xf7\x17\xb9\x70\x21\xb5\xec\x74\x60\x15\x8c\xdb\x4d\xac\x8a\xd6\x9c\xeb\xf7\x74\x61\x3c\x77\xc1\x3b\x56\x87\x48\x9a\xd6\x95\xfb\x4e\xfd\x57\x07\xa9\xff\x02\xb6\x12\xb5\xbe\x5b\x54\x70\x7b\xe0\x72\xf8\xe1\x68\xd4\x1f\xaa\x3e\xde\x78\x8e\x0b\x38\x0c\xdf\xfa\xd8\x34\xd4\x1f\x5d\xc4\x9b\x26\xd7\x68\xa7\x99\xbd\x65\x67\xc1\xab\x80\xd8\x31\x1f\x3c\xa9\xaf\x09\x7a\xe1\xdf\x1e\x94\x92\x49\x4e\xbe\xf5\xca\x37\xaf\x12\x92\x3c\xdc\x21\x49\x43\x6e\x1c\x29\x96\xdf\xe1\x29\x99\x9b\xb6\x29\xbe\x02\xd9\x70\xb5\x0d\x49\x59\x98\xb7\x82\xbd\x37\x01\x14\x41\xe9\xe7\xed\x5b\x58\x11\x46\xab\xdd\xe7\x47\xbc\x6b\x6b\x63\x2a\x8e\x52\x03\x2b\x2e\xb0\x02\xe1\xcf\xc7\xb9\x74\xfd\x72\xe6\x69\x7e\x80\xce\x62\x8e\x1f\x60\x74\xc8\xe4\xc4\x01\xb7\x42\x9f\xc1\x9b\x57\xe6\xc3\x90\xb9\xbb\x91\x82\x32\x0b\xf0\xa1\x29\x6e\x51\x17\x1d\xfe\x0c\x9a\xd5\xe1\x28\x99\xf7\x6b\xe2\x63\x69\x5a\xa8\xac\xfc\x50\xa0\x1f\x8d\xbb\x63\x65\x81\xaa\x13\x2c\x9c\x29\xdb\x63\x66\xe2\x6a\x71\xce\x14\x7e\xf6\x47\xbc\xa4\x6d\xb1\x06\xaa\xbe\x25\x87\xb8\xa2\x25\x19\xca\x41\xa1\x54\x99\x77\x1b\xd3\xc7\x4a\x0b\xa0\x78\x88\x4e\xec\x25\x84\x3a\x3b\x35\x1f\x25\xef\xdc\x70\x2a\x67\xf0\x93\xef\xdb\xcf\x4e\x2e\x67\x43\xa9\x0c\x92\x97\xff\x75\x58\x08\x45\x64\xfe\x94\xf6\xdf\xa6\xd1\xdb\x4b\x71\xc5\xf3\x44\x18\xc9\x6e\x79\x3b\xe4\xd3\x42\x4c\x17\x3c\x26\xcb\x11\x29\x51\xa8\xdd\xa2\x2d\x07\x36\x26\x73\xd2\x9a\x53\xfe\xc3\xc3\x22\xf8\x67\xf9\x9c\xc0\x3e\x4b\x94\xd2\x0c\x13\x9e\x9f\xe9\x22\x8c\xf1\xee\xba\x89\x8c\x34\x52\x4e\xa1\x15\x2d\x27\xc8\x73\x24\x75\x9c\x8f\xe3\x93\xe5\x62\x18\xb7\xeb\x46\xc8\x1e\xcd\xc1\x23\x18\x5c\x52\xfe\x9a\xfc\x5b\xc2\x70\xe9\x2f\x64\x44\x07\xd7\xb1\x05\xe7\xc3\x6e\x33\xbf\xee\x8b\x2a\x3b\x45\x0f\x83\xf8\x9c\xe3\xb8\x35\xeb\x94\x4e\x01\xbd\x1e\x43\x02\x20\x4b\xde\x31\xe5\x0a\xcd\x97\xc3\xf6\xa9\x2c\xfd\x63\x17\x26\x69\x14\x14\xd3\x71\x62\x3a\xfb\x4c\xe4\x53\x9e\x2d\xf4\xf9\x34\xdf\xa4\x9f\x10\x3b\x35\xf7\x3a\x74\xa6\xcc\x0d\x63\xe8\x7d\x54\xdb\xb3\x08\x1d\xc4\x75\x55\xe3\x04\x1e\xf8\x30\x81\x5b\xda\x61\xf1\x7d\x6d\xca\xe3\x49\xf7\x5a\x28\xc8\x36\xaa\x9d\xd2\x63\xc7\xc7\x34\x06\x65\xbf\xd1\x41\x2e\x0b\x6a\xe3\x5e\x33\xd7\xae\xaa\x5c\x1b\xf5\xe6\xd5\x43\x6d\x5a\x30\x2b\xff\x21\xa9\x76\x88\x7c\x96\xc4\xbb\x21\x81\x36\xd9\x68\x19\x45\x78\x9f\xbe\x24\x1c\x46\xbf\x6f\x29\x12\xe1\xd1\x85\x62\xc2\x72\x5c\x9f\x0d\x33\x4a\xd0\x7f\x94\x52\x12\x53\xca\xe1\x8e\xb2\xaa\x1f\x57\x33\x9d\x71\x17\xce\x96\x44\x55\x8d\x71\x06\x2d\xca\xd3\xe3\x50\x1f\x3c\x7b\xbe\x7d\x79\x02\xb9\xdb\xd5\x28\x95\xe0\x9b\x9e\x64\xf0\xe7\xb4\x2d\x65\xe1\x9e\x8c\xed\x89\xc2\x9d\x01\x73\x8a\x2b\x3b\xb4\xb5\x47\x8b\xda\x40\x67\xd0\x28\xb5\x92\xb3\xe9\xf4\x9a\xaa\xa6\x9b\x4f\x2a\xbe\x9c\x72\xb6\x68\xf9\x7a\x5a\x91\x5a\xd7\x74\xd3\x55\xd7\xb6\xd3\x83\xd7\xaf\x5f\xef\x7c\x33\xa3\x79\x23\x6d\x6e\x21\x98\x51\x6a\x98\x69\x76\xab\xda\xdc\xd8\x52\xe9\xf9\x8b\x4f\x12\xfe\x9c\xb9\x34\xdd\xdd\xaa\x3c\x62\xb8\xfe\x98\x9f\x0c\x5c\x36\xa8\xdf\xe7\x40\x0b\xe8\xfd\xd5\xbb\xd1\xf2\xa9\xf4\xac\x1b\xee\x07\xcf\xa1\x82\xd4\x00\xbd\x2d\xca\x61\xd3\x3e\x14\xcc\xee\x7f\x8a\xa4\x6f\x75\x10\xb1\xdd\xa0\x68\x08\x3e\x78\x98\x9f\x05\x3d\xe5\x30\xbc\x30\x5e\x1c\x4e\x4f\x87\x34\xdd\x6f\x4b\xd1\xa0\x7c\x5b\x8b\x8a\xcb\x00\x57\x29\x44\x45\xc3\xe8\x7c\xa5\x60\x57\x3f\x17\x27\xb9\xca\x19\xd7\xd3\xa1\x4e\xad\xa4\xc0\xb2\xb5\x95\x22\x39\x4f\x6d\x31\x45\x24\xdb\xda\xcd\xd7\x1e\x6b\x3c\x60\x3e\x63\x93\xf4\x31\x32\xc7\x4c\xc9\x8f\x15\x5c\x06\x91\xf9\x7d\x2b\x37\x4a\xae\xfc\xbd\x0e\x56\x54\x17\x6c\x37\x56\x4e\x3b\xb4\x75\xc3\xa5\xc7\xa5\xb8\xa6\xe4\xe1\xa6\xca\x0e\x83\x0b\xd3\xe5\xb4\xf8\xf0\x56\x33\x1c\x9a\xb8\x71\xa0\x87\xf4\x36\xd3\xb4\xcb\xe0\xf7\x95\xf9\x05\xdb\x70\xd9\x77\x38\xc8\x4d\x87\x47\xbe\x0e\xf8\xaa\xba\xc0\xc1\xf6\x6b\xa3\x32\x69\x7c\x22\x74\x8f\xf1\x38\x70\x71\xdb\x31\xb4\x88\xd3\x63\x19\xec\x81\x30\x20\x42\x10\xeb\xb4\xc6\x06\xf4\xaf\xe3\x27\x4a\x91\xe8\x4f\x8f\xe5\xee\xde\x0c\xfe\xb0\x32\xcf\x05\x67\x8a\x9d\xef\x7f\xc1\x8d\x4c\x05\x3d\xb9\xc1\x8d\x1c\x54\x6b\xef\xea\x1a\x08\xdb\xc0\xd5\x41\x7e\x6b\x49\x93\x63\xcf\xe8\x37\x76\x32\x5f\x52\xe8\xa3\x44\x6f\xcb\x31\x47\x61\x59\x01\x86\xc5\x31\x9d\xd9\xbd\x93\x8a\xb3\x8a\xa8\x5d\xcb\xeb\xde\x76\x95\xa4\x87\x60\xf6\x6c\x37\xc8\x89\x0f\x37\xbc\xc3\x00\x71\xaf\xb1\x4e\x27\x6e\xc4\x9f\x4a\x17\x47\x38\xfe\x0a\x8b\xcd\x22\xf6\xf6\x14\x61\x20\x74\xb7\x5c\x13\x45\x6c\xf7\xb8\xe5\x8c\x46\xf7\x1d\xa9\xf3\xbb\x41\x98\xee\xd9\x4b\xe3\xc0\x87\xa3\xc0\x77\x51\xf9\xff\x16\x3e\x9a\xbf\x3c\x21\x6d\xce\xe1\x32\xe5\x70\xab\x3a\xe6\x3e\xce\xa9\x92\x86\xfb\x7b\xf3\xd4\xe0\x88\x29\x04\x9c\x94\xe8\x2f\xb9\x81\x2f\xf2\x19\xcd\xc8\x64\x30\x1b\xc9\xd0\xfa\x9e\x69\x8c\x36\x60\xf1\xf0\x5c\xb4\x70\x30\x46\xeb\x51\xab\x16\xb8\xd8\xce\x86\x6d\x8f\x45\x15\xac\x89\x64\x2f\x7c\xa7\xd5\xa0\xc0\xfd\xc0\x27\x0e\x1d\x7a\xac\xab\x7a\x94\x0b\xc3\xbd\x11\x74\x2b\xb6\xef\xc6\x04\x91\x8f\x6e\x62\xcf\x84\xde\x3f\xa7\xe1\xc0\x3e\xb9\xb6\xe9\xfd\xd3\x94\x4b\xe5\xfb\x9c\xbd\x11\x1a\x40\xa1\x14\x32\xc0\x52\xa1\x7d\xf3\x0d\xa2\xc2\xf3\x34\x97\x8a\x0a\xcf\x53\xde\x33\x2a\x3c\x5b\x5d\x3d\x2a\x3c\x8f\xbd\x8d\x34\x83\x9f\xb2\x94\x14\x4d\x60\x43\x63\xee\x2f\x6d\x3c\xa4\xb7\xec\xc5\x16\x74\xbb\x67\xa0\xae\xec\xc5\xf6\x90\x46\xf4\x53\x7c\xbd\x3d\xd4\x4c\x2d\xc9\xd7\xed\xa1\x94\x94\x34\x7c\xb7\x17\x3b\x20\x65\x54\xed\xc6\x45\x7e\x14\x3e\xa2\x2b\xe9\x70\x08\x53\xf7\x57\x82\x53\xc5\x57\xb2\xe1\x4a\xeb\xea\xfb\x42\x64\x8a\x00\xf4\x77\xcc\xf5\x7e\x7b\x7b\x3d\xde\x7e\x9b\xef\xbf\xdb\xb9\xdb\x81\xff\x05\x00\x00\xff\xff\xea\xd0\x67\x60\x54\x39\x00\x00" func topshotmarketv3CdcBytes() ([]byte, error) { return bindataRead( @@ -151,7 +151,7 @@ func topshotmarketv3Cdc() (*asset, error) { } info := bindataFileInfo{name: "TopShotMarketV3.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xf3, 0x25, 0x4e, 0x43, 0xb0, 0xe2, 0x97, 0x82, 0xc, 0xf8, 0x98, 0x53, 0x75, 0xbe, 0x5a, 0x37, 0x8f, 0x50, 0x15, 0xba, 0x27, 0xba, 0x2f, 0xa, 0x32, 0x22, 0x5c, 0xc1, 0x1d, 0x75, 0x9e}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x3e, 0xa3, 0xe0, 0xc4, 0x6a, 0x97, 0x25, 0x50, 0xe5, 0xae, 0xb7, 0x6c, 0x8d, 0x7d, 0x4a, 0x5f, 0xc2, 0xd1, 0xcc, 0x67, 0xa4, 0x22, 0xa4, 0x8c, 0xc7, 0x19, 0x9b, 0x36, 0x81, 0xd1, 0xfe}} return a, nil } diff --git a/lib/go/test/market_test.go b/lib/go/test/market_test.go index aea461b1..4fd12e86 100644 --- a/lib/go/test/market_test.go +++ b/lib/go/test/market_test.go @@ -962,7 +962,7 @@ func TestMarketV3(t *testing.T) { result = executeScriptAndCheck(t, b, templates.GenerateGetSalePercentageV3Script(env), [][]byte{jsoncdc.MustEncode(cadence.Address(bastianAddress))}) assertEqual(t, CadenceUFix64("0.15"), result) - // Should fail because this ID is not for sale + // Should not fail if an ID is not for sale tx := createTxWithTemplateAndAuthorizer(b, templates.GenerateCancelSaleV3Script(env), bastianAddress) _ = tx.AddArgument(cadence.NewUInt64(4)) @@ -970,7 +970,7 @@ func TestMarketV3(t *testing.T) { signAndSubmit( t, b, tx, []flow.Address{b.ServiceKey().Address, bastianAddress}, []crypto.Signer{b.ServiceKey().Signer(), bastianSigner}, - true, + false, ) tx = createTxWithTemplateAndAuthorizer(b, templates.GenerateCancelSaleV3Script(env), bastianAddress)