diff --git a/contracts/MarketTopShot.cdc b/contracts/MarketTopShot.cdc index 1ad9c2c2..4631a8ec 100644 --- a/contracts/MarketTopShot.cdc +++ b/contracts/MarketTopShot.cdc @@ -229,6 +229,9 @@ pub contract Market { // // Parameters: newPercent: The new cut percentage for the sale pub fun changePercentage(_ newPercent: UFix64) { + pre { + newPercent <= 1.0: "Cannot set cut percentage to greater than 100%" + } self.cutPercentage = newPercent emit CutPercentageChanged(newPercent: newPercent, seller: self.owner?.address) diff --git a/contracts/TopShotMarketV2.cdc b/contracts/TopShotMarketV2.cdc index e7daec7a..9f529b5a 100644 --- a/contracts/TopShotMarketV2.cdc +++ b/contracts/TopShotMarketV2.cdc @@ -221,6 +221,9 @@ pub contract TopShotMarketV2 { // // Parameters: newPercent: The new cut percentage for the sale pub fun changePercentage(_ newPercent: UFix64) { + pre { + newPercent <= 1.0: "Cannot set cut percentage to greater than 100%" + } self.cutPercentage = newPercent emit CutPercentageChanged(newPercent: newPercent, seller: self.owner?.address) diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 4dbfc079..e387c991 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -1,8 +1,8 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: -// ../../../contracts/MarketTopShot.cdc (12.945kB) +// ../../../contracts/MarketTopShot.cdc (13.061kB) // ../../../contracts/TopShot.cdc (33.956kB) -// ../../../contracts/TopShotMarketV2.cdc (12.995kB) +// ../../../contracts/TopShotMarketV2.cdc (13.111kB) // ../../../contracts/TopShotShardedCollection.cdc (7.077kB) // ../../../contracts/TopshotAdminReceiver.cdc (1.169kB) @@ -74,7 +74,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _markettopshotCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6d\x6f\x1b\x37\xf2\x7f\xef\x4f\x31\x09\xf0\x4f\xac\xc2\x91\x5b\xe0\xdf\x7b\x21\xc4\x97\xa4\x51\x7c\xf5\x5d\xeb\x04\xb1\x7a\x79\x51\x14\x07\x6a\x77\xa4\xe5\x79\x45\xaa\x24\xd7\x8a\x9a\xe6\xbb\x1f\x38\x7c\x58\x2e\x77\x57\x56\xd2\xdc\x83\xd1\x22\xd2\x8a\x1c\xce\xf3\xfc\x66\xb8\xe7\x5f\x9d\x9c\x00\x00\xfc\xc8\xd4\x2d\x9a\x85\xdc\xde\x54\xd2\x4c\x8b\xb2\x70\x8f\xe7\xa8\x0b\xc5\xb7\x86\x4b\x31\x83\x97\x52\x18\xc5\x0a\x03\x25\xae\xb8\xe0\xf6\xa1\x86\x95\x54\xd0\x68\x54\x1a\x8c\x04\x8d\x75\x0d\xa6\x42\xae\x60\x23\x37\x28\x8c\x76\x64\x5e\x34\xa6\x92\x4a\xcf\xe0\xaf\x52\x57\x0d\x83\xef\x99\x10\x4c\xc0\x3f\xe9\xdb\xb4\xa2\x6f\xcf\x4b\xb6\xdd\xa2\xaa\xd9\x52\x4f\x0b\xb9\xa1\x7d\xf1\x6f\xce\xd1\xa0\x82\x9b\x8a\xab\x1a\xf7\x50\xa2\xc1\xe7\xec\x3d\x97\x9b\xdf\x50\xd0\xea\x44\x88\x6d\xcd\x0a\x04\xae\x61\x57\xa1\x42\xcf\x5c\xc1\x04\x14\x0a\x99\x41\x60\xa0\x59\x8d\x50\xc8\xba\xc6\xc2\x0a\x01\xa6\x62\xc6\xb2\xbd\x27\x2a\xda\x48\x85\xc0\x85\x17\x84\x15\x85\x6c\x84\xa1\xc7\x6c\x8d\x53\xb8\xa2\x5f\x72\x22\x67\x40\x9b\x2d\x15\x3a\x6c\xdb\x18\x4f\xe0\xfa\x72\xa1\xa1\xd9\x92\xa6\x68\xd3\x8e\x9b\x0a\x18\x6c\x15\x2f\x10\x98\x28\x61\xdb\x2c\x6b\xae\xed\x33\xa2\xa1\x70\x85\x0a\x45\x81\xa0\xa5\xe3\x4d\x9a\x2a\x08\xa1\x11\xe3\xf1\x53\x27\xf6\xd5\x0a\x98\xa0\x25\x24\xac\x5d\xa2\x81\x09\x7b\x70\x2b\x1a\xec\x98\x30\xd6\x46\xcb\x66\x7f\xd6\x65\x55\xa3\x28\x61\xd5\x88\x35\x5f\xd6\x08\x46\xde\xa2\xd0\x6e\x23\xfe\xda\xb0\x1a\xa4\x02\x7c\x5f\x20\x96\x74\xf0\xb2\xd9\x3b\xd6\x1d\x11\x22\x48\x3f\x5c\x5f\x2e\xa6\x00\x0b\xf7\xc9\xea\xdf\x28\x26\xf4\x0a\x95\xb2\x3b\xad\x24\xb8\xb1\x36\x11\xed\xe9\x1b\x76\xeb\xa4\xd9\x36\xaa\xa8\x98\x0e\x12\xbd\x62\x45\xe5\x64\xd9\x55\x92\x38\x4f\xdc\xcb\xf1\xb7\xe3\x75\x0d\x15\xbb\x1b\xb2\x27\xd1\xe0\x42\x1b\x66\x95\xd8\xb3\x24\x89\x56\xc9\xba\xd4\x74\x76\x2a\x30\x71\xc5\x94\x65\xc8\x18\x2e\xd6\xa9\xdd\x1c\x6b\x8b\xa0\xb5\x35\xa7\xb3\x5b\x63\x91\x88\x5c\x77\x1c\x4b\x02\x83\x02\x6d\xd8\xd4\x50\xf8\xf0\x71\x4e\xe6\x2d\xcb\x0d\x11\xab\xb9\x36\xd1\xac\xda\xb2\xdc\xee\x23\x7f\x76\x87\xbf\xab\xd0\xfe\x42\x9a\x71\xde\xac\xbd\xf8\x67\xde\xc8\x56\x2b\xba\xd9\x6e\x6b\x6b\x13\x85\x08\x4c\xad\x1b\x8a\xc4\x19\x51\x78\x02\x2f\xe0\xd2\x9b\x7a\x61\x05\x9f\xbe\xc5\x02\xf9\x9d\x25\xc8\xb6\x6c\xc9\x6b\x6e\xf6\xc0\x9c\x66\x5c\x24\xb9\x30\xa2\xef\x6c\x6f\x49\x91\x46\xa2\xe6\x60\x2d\x51\x4f\x3f\x81\xb8\xde\x62\xc1\x57\x7b\xab\x5d\x06\x4b\x14\xb8\xe2\x05\x67\x6a\x7f\xe6\x4f\x62\x50\x34\x06\xe4\xaa\xe3\x18\xb0\x46\xa3\xad\xa7\x9a\x29\xc4\xb3\xec\xba\x2d\x2a\xab\x28\xb6\xc6\xb3\x94\x72\x25\x77\xb0\x69\x8a\xca\xb9\x6c\x7b\x88\xd3\x90\xc2\x82\xe3\x1d\x3a\xae\x83\x59\x33\x72\x64\x97\x25\x82\x46\x0a\x9b\xdf\x50\x49\xe0\x8e\x29\xd2\x7f\x89\x9a\x2b\x0a\xb4\xd2\xe9\x9e\xe8\x04\xf2\x56\x6a\x5a\x8b\xc2\x70\x85\x66\x9f\x0b\x34\x05\x9f\x6c\xdd\x16\xca\xa7\xac\xe6\xbf\x05\x17\x20\x6a\x6d\x72\xa5\x9c\x61\xf7\x87\x5d\xac\xdc\x70\x01\x77\xac\xa9\x4d\x30\x97\xfb\xe2\x94\x58\x34\x46\x5b\x9d\x39\x3a\x25\x6e\xa5\xe6\x86\xe2\x70\x7a\xf2\xd5\xf9\xc9\x09\xdf\x6c\xa5\x32\x5d\x6b\xc1\x4a\xc9\x0d\x7c\xfd\xfe\xf2\xa7\xeb\xbf\x5c\x7d\xf7\xc3\xab\xc5\xeb\xbf\xbd\xba\x7e\x31\x9f\xbf\x7d\x75\x73\x13\x36\x5c\x4b\x31\xb8\xe7\xfa\x72\x91\xad\x0c\x8c\xfa\x05\x8b\xd7\x6f\x6e\xbe\x7f\x1d\x17\x9d\x6c\x9b\x65\x8c\x08\x9f\xb8\xe1\x83\xf3\xf2\xf3\x73\x78\xf2\x65\xfe\x02\xb9\xc0\x8b\x3f\x27\x9e\xfb\xea\xce\xba\x73\x52\xce\xbe\xf4\xf9\x81\x1e\x6e\xb8\xb1\xea\xdf\xb9\x00\x0e\xfc\xb8\x22\x69\x73\xa5\x4d\x00\x58\xb6\xb9\xc6\xee\xb3\x2a\x42\xe2\xf0\x47\x5a\xf7\x03\xad\x39\xe5\xe5\x0c\x7e\xba\x12\xe6\x4f\xff\x7f\xe6\x12\xf1\x0c\x7e\xba\xe4\xef\xed\x57\x9b\x20\x51\xcd\xe0\x45\x59\x2a\xd4\xfa\xd9\x64\xf0\x7c\x72\x43\x2a\x3e\x72\x05\x2c\x1c\xed\x79\xa9\x98\x86\xa2\x62\x62\x8d\xe5\x20\x13\x6f\xec\xc6\x97\x6e\x41\x87\x15\x81\xbb\x37\x9f\xc3\x0d\xf3\x69\x84\xeb\x18\x1b\xa5\x73\x1a\xcb\xe7\x86\x2c\x36\xcc\x49\x58\xfd\xc7\x35\xc2\x52\xe9\x97\x88\x82\xe2\xad\x54\x6c\x27\x5a\x56\x46\xed\xf2\x2e\xac\xed\x30\x22\x77\xe2\x38\x53\x64\x69\xc7\xe7\x09\xaa\x69\x91\x1d\x6f\x11\x58\xba\x52\x4b\xb4\x33\x5e\x5e\x36\xe6\x4d\xa4\x12\x0c\x64\x8d\xe2\x1e\x1e\x52\x49\x60\xed\x86\xd5\xf8\xc6\x62\x91\x02\xfc\xa3\x18\x40\x95\xad\xa3\x06\xd5\xca\x56\x04\xaa\x5c\xa1\x0c\x11\xd6\x09\xf8\x25\x49\xf3\xae\xe2\xf3\xc4\x9f\xcf\xcf\xa9\x20\xd6\xb5\xdc\x05\x44\x63\xbf\x17\x05\x6a\x9d\xaf\xb5\x72\x29\xd4\xb2\x51\x45\x7a\x72\xc2\xe1\x87\x88\x10\xed\xda\x3b\xa6\xac\x22\x5b\x0d\x04\x79\x3b\xab\x56\x8d\x88\x4e\x76\x4a\x6e\x77\x35\x6f\x2d\xb6\x6c\xf6\x94\xd3\xf4\x0c\x9e\x77\xcb\xd8\xdf\x6d\x66\x9d\xcc\xe0\x79\x00\xc8\x16\xe1\x7c\xe8\x40\xd4\xad\xd4\x26\x7b\xe4\xb0\x9c\x6e\x6a\x33\xe5\x25\x5c\x5c\x40\x3c\xf1\xa1\xd5\xe7\xd5\x3c\xd8\xba\x75\x36\x17\x0a\x9b\x46\x1b\x5b\x7a\x9c\x1f\x6c\x30\x24\x78\x85\xbf\x36\x48\xc1\x7a\x35\x7f\xd8\x39\xea\xe3\x49\xff\x53\x10\x78\x8d\x2e\x68\x73\x81\x27\x41\x45\xcf\x86\xb6\x5c\xcd\xf5\xe9\x64\x06\x3f\xbb\xb5\xbf\xf4\x96\x2c\xa5\x52\x72\xe7\x02\x20\xf1\xfb\xc9\x0c\x1e\x25\x4a\x7a\x96\xa9\xe4\xfc\xdc\xa2\x55\x27\x8b\x55\x0c\x70\x2d\x1e\x1b\x10\xbc\x26\x00\x03\xbc\x0c\x3a\x51\x68\x1a\x25\xb0\x6c\x01\x56\x4e\x48\x57\xb2\xa9\xcb\x21\x3d\x05\xcc\xe3\x7d\xd0\xf2\x4b\x78\xec\x18\x83\x9d\x7a\xc6\x2e\x2e\x2c\x57\x13\xf8\xfd\xf7\xf0\xe8\x99\xb7\x22\x2f\x27\x33\xe8\xed\xb3\x7f\x0f\x5f\x32\x21\xa4\xf1\xba\xf1\xd9\xa1\x15\x60\x06\x5d\xb3\xf7\x45\xb4\x49\x90\x8b\x42\x2a\x85\x85\x39\x6c\xe1\x8f\x9d\xa8\x7d\x19\x31\x67\x2f\x70\x2d\x49\xed\x73\x29\x17\x6d\x50\x39\xbc\x4b\xfe\xe6\x32\x82\xc7\xd4\xc3\xed\x4f\x12\xc0\x1b\x26\x6c\x9e\xf2\x90\x3f\x07\xce\x96\x16\x17\xeb\x29\xc9\x3a\xc8\x9a\x87\xde\x6d\x15\x6c\x57\x24\xdc\x49\xcf\x08\x31\xee\x7a\x49\x9f\x77\x14\xc6\x32\x39\x4d\xf3\x53\xf7\x30\x60\xb5\x96\x70\x8b\xb8\xa5\x46\xa4\xb8\x8d\x00\x2c\x54\x3e\xb4\x4d\x06\x29\x20\x92\x09\xff\xbe\x1b\x2b\x4c\x67\x1e\x9d\x5a\x8d\xb2\x08\x7f\xda\x2e\x22\x10\xb0\xa0\x50\x27\x1e\xd8\x81\xb9\x26\x64\x7e\x85\xda\x78\xa5\xb5\x4b\x9d\x31\xa6\x03\x09\xd8\xfd\x02\x45\x25\xa5\x46\x4d\xad\x51\x8e\x6e\xb9\xc3\xa3\x3b\xab\xa8\xb6\xa6\x04\x22\x5e\x03\xbe\xe1\x21\x44\x9d\x49\x11\x04\xed\xe7\xe0\xae\x76\x67\xdd\x4c\x7c\x92\x84\xe5\x8b\xb4\x01\xf2\x27\x76\x0c\x18\x11\xb4\xad\x6e\x1d\xc0\x63\xff\x5c\x39\x38\xd5\x58\xaf\x26\x94\xd5\x57\x52\xd9\xb3\x92\xe4\x9b\x78\x54\x7a\xf0\x9c\xd3\x33\xab\x06\x7f\xac\x2d\x34\xf6\x7f\x32\xb9\x3b\x8b\x8c\x6e\xb3\xf7\x72\x0f\x57\xf3\xf1\x53\xdd\x96\x19\x7c\x70\x69\x2d\xa4\xca\x8f\x9d\x13\x17\x2e\xb7\x24\x7d\xb3\xc7\xe0\xa1\x86\x93\xc1\xd2\x1d\xa1\xed\xa3\xe2\xaf\xe5\x06\xa5\xa0\x8e\x5a\x07\x6f\x3b\x4b\x2d\x64\x5d\x23\x42\xf7\x94\x4c\x68\x35\xa9\x2e\x8d\x0b\x41\x30\xe1\x65\x2c\xc9\x33\x68\x3f\xf7\xe4\x48\x2b\x37\x35\xa6\xda\x1a\xc9\x21\x52\xcf\x83\xed\xab\x3a\x5c\x74\x9d\xef\xb1\x0e\x8d\x1b\xde\xa1\xda\xdf\x63\xd6\x64\xe3\x91\x1c\x26\x18\x29\x70\x98\x78\xaf\x3b\x33\xb6\x8b\xa1\x45\x4d\x8e\x49\xe9\x5d\xd2\x4c\x83\x6d\xb6\xb6\x73\xf6\x5d\x5d\x42\x9f\x6b\xf8\xe6\xdb\xff\x3b\xeb\x22\x0a\xb8\x80\xaf\xa7\xdf\x7c\x7b\x24\xec\x88\xcb\x6c\x6b\x01\xa7\x07\x4c\x71\x76\xbf\x2e\xce\x86\x0f\x99\xe4\x18\x44\xe1\x40\x45\x3b\x3f\x87\x97\x15\x16\xb7\x4e\x6b\x4b\x69\xaa\xd6\xd8\x1c\x75\x4c\xa8\x99\x27\x93\x6f\x85\x56\x56\xe9\x1e\xd9\x4c\xa2\xa9\x2b\x7a\x4f\x1f\x7d\x18\x9e\x00\x7c\xfc\xf3\xe9\x04\x1e\x50\x51\x1d\xab\x9e\xaf\x2d\xc5\xc7\x1a\xe2\xd0\xa0\xa5\xee\x0a\xe3\x1d\xab\x79\xf9\xe0\x61\x6f\xf7\xa0\xfe\xbe\x00\x43\xdf\x75\x9c\xfb\x3e\xb6\x60\xa4\x5e\x43\x98\x31\x24\x06\x09\xa3\x48\x01\xb8\xd9\x9a\x7d\x36\x33\x3a\xa2\xf2\x75\x08\xda\xa8\x9a\xfa\x3c\x09\x4f\x9f\x40\x1c\xe3\xd2\x29\xaf\xec\x09\x6d\xce\x3c\x9d\x00\xd3\x0f\x06\xb3\x69\x8f\x66\x66\x63\xb8\xc8\xad\xde\xdf\x32\x68\x0b\xb8\x18\xb6\x51\xae\x16\x9f\xa8\x19\x01\x10\x1a\x88\xd4\x7b\xaf\xa1\x25\x16\xac\xd1\xa4\x15\x85\xb4\x42\xc8\xa8\x9e\x71\xad\x78\x8a\x17\xf0\xe1\x63\xff\xc7\x3c\xbc\x3b\xdf\x13\xbc\x95\x66\x0e\xdb\x2d\x5f\x7a\x55\xdb\xcf\x71\xd2\x1a\xc7\xbb\x04\x9d\xb8\xce\xa7\x92\x29\x11\x5f\x05\xdd\xbc\x8a\x63\x99\x0c\x54\xa1\x2d\xfb\x7e\xf1\x1b\xa6\xd8\x06\x0d\x2a\x3d\x73\xa1\x39\x8b\x43\x56\x23\x2d\xfc\xdd\x36\xa6\x33\xa7\x4c\xf6\xa6\x7f\xbe\x33\x5e\xa4\x18\xc8\x83\xb8\x1e\xba\x4f\xa4\x3c\xf5\x67\xa6\xbd\x4f\xd6\x66\x4f\x52\x08\xe0\x4f\x5e\xa3\x93\xb1\x85\xbb\x44\xa7\xb3\xac\x46\x63\x11\xbf\x6f\x8c\xa6\xbc\xec\x51\xb9\xf1\x54\x68\xc1\x63\x9d\xe9\x29\xb3\xf2\xcf\x81\xcc\x2f\x70\xe1\x57\xe6\xf4\xe6\xae\x92\x25\xd3\x4b\x2e\x02\xee\x1a\x31\x17\x64\x01\x36\xf5\xd5\x30\xe8\xe5\xe9\x13\xfa\x30\xe9\x9e\x65\xbb\xfc\xfe\xd8\x86\x97\x51\x73\xf4\x4f\xdb\x8c\xb7\xe1\xf6\x6c\xca\x5c\x63\x3e\x19\xf1\xc0\x30\x6e\x00\x85\x1b\x79\x47\x13\x60\x3f\xbd\x70\xd0\x82\x0d\x4f\x93\xa0\x45\xa6\x45\x8d\x4c\x69\xe0\x26\x57\xe8\x3d\x8e\x67\x7b\xc7\x01\x9b\x5a\x37\x0c\x2d\xec\xc0\xb8\xa4\x4f\xf8\x2d\x35\x3e\xba\xeb\x53\xce\x33\xc5\x2a\x11\xe3\xd0\x10\x26\xf5\xd6\xb0\x6e\xa0\xc3\xcd\x3a\xf6\xdc\x1f\xde\x92\x0a\x49\x29\xae\x1b\x6b\xa5\x9a\xe6\x6b\xdf\xb9\xd1\xee\x1d\x2a\x13\x20\x83\x13\xbf\x94\x48\x5d\x2c\xbe\xe7\xda\xf4\x1c\xdc\xad\x79\xfa\xa4\xeb\x44\x91\xe5\xf0\x81\x74\xeb\xd8\xcf\x12\xb4\x8d\xcf\x11\xbe\xdb\x7e\xa6\x45\xf0\x2e\xe1\x95\x11\x0c\x8f\x45\xcb\xd4\xb9\xcf\xe9\x2d\xee\xdb\x93\x07\x03\xd0\x93\x34\xd2\xd6\xca\x88\xac\x5a\xe3\x24\x38\x1a\x86\x22\xf2\x6a\x6e\x03\x52\xf0\xfa\x60\x49\x7c\xb5\xf1\x71\xe9\xc6\x59\xf6\x98\x70\x84\xbb\x2a\xf0\x4e\x1e\x25\xbd\xc9\x13\x7e\x12\x73\xdd\x91\x5c\xc8\x0b\x71\x28\x37\x18\x6d\x7d\x1d\x47\x87\xc8\x06\x34\x9d\x95\xde\x6f\x7c\x1a\x18\x89\xd9\x88\x4b\x6b\xdb\x74\xb1\x70\x4f\x27\xca\x78\xfb\x24\xdb\x35\xe9\xd5\x1d\x1f\x28\x6e\x1e\x7a\xb7\xd3\x52\x7f\xdf\x16\xe7\x09\x3e\xa3\xd1\xfd\x1b\x73\xa8\xa2\x90\xc2\xe0\x7b\x1f\x5b\x05\xab\x6b\x2c\x81\x9b\xcf\x0f\x7c\x5f\x7d\x3a\xfd\x22\xf4\x6b\xce\xb2\x31\x61\xa4\x66\x7a\xcd\x52\x02\x6b\xa8\xd5\xe8\xde\x25\x7e\x5a\xee\xe8\x29\xe4\x3f\x36\xf7\x1b\xc4\xdc\x9d\x58\xb7\x8e\x56\x5e\x5f\x2e\x92\x70\x70\xb8\x13\x1e\x3d\x1a\x8e\x16\x0f\x4b\x87\x51\xe9\xb5\x0c\x63\x42\x66\x8a\xca\xc6\x06\xc1\x8d\xab\x79\xf4\x94\x07\x0f\x93\xf5\x7d\xb4\x1c\xc4\x9d\x2e\x59\x4d\x37\xa4\x17\x17\x70\x3a\xc8\xc7\xb3\x67\xbe\xc2\x9f\x7e\x3d\x99\x8c\xb2\x63\x00\x85\x6c\xd6\x55\xe2\xcb\x89\x1d\x1f\xe4\x73\xac\x7e\x9c\xb1\x32\xcd\x64\xe9\xe5\x62\x2f\x9b\xba\x35\x17\x83\x6a\x7b\x30\x0a\x1f\x06\x28\xfb\x74\x76\x6c\xe6\xca\x29\x2f\xc2\xcd\x75\x72\x57\x99\x5d\x24\x77\x06\x33\x34\x6c\x69\xab\x98\x9b\xf7\xc4\x89\x51\x2a\x61\x0a\x94\x1b\x63\x0b\x47\x6b\xb0\x58\x35\xd8\x46\x36\xc2\x78\x14\xf1\x55\x1f\xcc\xf6\xb3\x59\x40\x3e\xf6\x3f\xd1\x9f\x4a\x3d\xce\x87\x09\x70\x10\xd0\x1f\xd3\x5c\x3d\xe8\xf9\x4b\x84\x4e\x56\x11\x16\x39\x75\x65\x9d\x1c\xac\x0f\x29\x74\x53\xb8\x61\x5c\x90\xeb\x3b\x9d\x47\x91\x28\xa9\x6b\x37\x86\xb9\xb7\x9f\xf9\x52\x52\x04\xfb\x8c\x63\xc0\xee\x5d\x95\xf7\xad\x4f\xc2\x82\x07\xaa\x53\x9b\xf7\x0e\x54\x27\x22\xda\x07\x4a\xb1\xf0\x87\x0d\xdd\xba\xe5\xee\x9d\xe8\xfa\xc0\x7f\xd6\xf9\xf5\xa1\x8f\x26\x5f\xac\x8a\x46\x29\x14\xa6\xde\x0f\x95\xad\x7b\x6b\xcc\x22\xaf\x31\x01\xf2\xb7\xf4\x2d\x13\x5c\xac\xc7\x0a\x4e\x7b\x0b\x49\x68\x12\x77\x59\xec\x0f\x55\x86\x44\xc8\x7e\x71\xc8\xaf\x35\x8f\x9b\xb9\x1c\xca\xea\xf1\x9a\xc0\x9d\x9b\x25\xa8\x5c\xa1\x76\x61\x50\xe5\xd8\x8d\x00\x74\xb3\x5d\x94\xfa\xa8\xe4\xe6\xe5\x1b\x77\xdd\xfc\xc2\x37\x7a\x6f\xab\x9a\xf0\xe9\xb3\xfa\x19\xaf\xfe\xe4\xc5\x8b\xc4\xd1\x86\x2f\x47\x73\xf8\xf0\x09\xbe\x96\xde\x88\x06\x17\xc9\x0e\x09\xbe\x32\xd8\x6b\xe4\xdc\x9e\xfe\x03\xfa\x97\xac\xb9\x93\x0c\x4e\x1b\xda\x6d\x03\xba\xbf\xf7\x36\xb7\xfd\xfc\x07\x94\x4e\x13\xb7\x38\xd7\x6a\xb6\x25\xbd\x51\x64\xba\xe3\xe0\xa8\x0e\x7f\x4b\x34\x34\x27\x3c\x4e\xf1\xaf\xf3\x21\x68\x30\x40\x46\x72\xe0\xf0\xf0\xee\xd6\x58\xdc\x0f\xfd\xed\x2a\x19\xe6\x97\x11\x67\x5b\x7a\x21\x5f\xea\x11\xe3\x76\xb4\xe2\xec\xdb\xe3\xbc\xfd\x7c\x5c\x42\xe8\xd3\xf8\x6f\x0d\x4c\x07\xe6\x60\xfd\x31\x5f\x9f\xdd\x83\x7e\x94\x0c\x4a\x8f\xf5\xa6\x14\x1c\xf9\xa8\x4e\xa0\xd4\xf1\xc1\xfc\xdd\xe0\xbc\x31\xa4\xc1\x2f\x76\x70\xd7\x43\x06\xe4\x75\x7e\x32\xc8\xcd\x67\x79\xcb\x20\xa5\xff\xa9\x99\xf6\xc1\x71\xef\x98\x04\x23\x6e\x14\xde\x51\xf0\x78\xa5\x07\x32\xfc\xa4\xb4\x88\x43\xbb\x21\x63\xc1\xa7\xe3\x0b\x9b\x23\x74\x38\xc9\x48\xcb\xc7\x7d\x7d\xa7\xcb\xf0\x03\x73\xd4\x2e\xf8\x3a\xfe\xed\x8b\xcc\xfe\x1e\xb1\x0d\x95\xeb\x71\xe5\x5d\xcd\x75\x54\x1d\x13\xc0\x94\x62\xce\xbb\x49\x5d\xf6\xd7\xf1\x5a\x39\xfe\xd2\xc7\x01\xce\x42\x6f\x1b\x36\x8d\xb0\x96\xbe\x25\x12\x54\x08\xcc\x3f\xee\xbc\xf9\x40\xaf\xca\xfa\x85\xde\xbc\xc3\xb3\xf3\x70\x85\xea\xf2\x8a\xbb\x11\x67\x02\x94\xed\x22\x4b\x66\x98\xeb\xb2\x8e\x9a\x6d\x58\x34\xd3\x75\x89\x30\x48\x95\xe1\x1d\x8e\xee\x0b\xbe\xf7\xf9\x46\xf7\xd5\x97\xd7\xf4\xde\x3c\xab\x73\x29\xc3\x20\x2b\x5c\x18\x1c\x51\xd3\x0e\x09\xcd\x8d\x26\xc1\x0f\xa5\xad\xcf\x7b\x5b\xc7\xb6\xa3\x0a\x57\xa1\xdd\x0e\x36\xef\x11\xe3\xe5\x64\xc8\x51\x14\xae\x46\xdc\xe2\x6a\x35\x34\x72\xb7\x99\xa7\x44\x6d\x94\xdc\x63\x79\xd6\x51\x8b\x7f\x7c\x10\xfc\x01\x17\x9a\x97\x14\x8e\x89\xf5\xfd\xce\xd3\x3c\xf1\x06\x8a\xa9\x64\x09\xb7\xd0\x79\xc5\xc6\x5d\xa4\x75\xde\x53\x09\xae\x4c\x55\x66\xf8\x05\x96\xd6\x58\x27\xa9\x2d\x1c\xb1\xee\xfb\x14\xff\xa6\xfb\xe1\x19\x3c\xcf\xde\x8a\x69\x95\x10\x3b\xc3\x70\x19\x79\x1f\x47\xd9\x83\x51\xb6\x06\x1f\xf7\x38\xcc\xc6\x15\x4e\xdf\x1f\x4f\xe0\x5f\x01\x00\x00\xff\xff\x38\x19\x29\xdf\x91\x32\x00\x00" +var _markettopshotCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6f\x6f\x1b\x37\xd2\x7f\xef\x4f\x31\x09\xd0\xc4\x2a\x1c\x39\x01\x9e\x3e\x2f\x84\xf8\x49\xd2\x28\x7e\xea\xbb\xd6\x09\x62\xf5\xf2\xa2\x28\x0e\xd4\xee\x48\xcb\xcb\x8a\x54\x49\xae\x15\x35\xcd\x77\x3f\x70\xf8\x67\xb9\xdc\x5d\x59\x49\x73\x87\x1a\x2d\x22\xad\xc8\xe1\xfc\x9f\xdf\x0c\xf7\xfc\xdb\x93\x13\x00\x80\x9f\x98\x7a\x8f\x66\x21\xb7\x37\x95\x34\xd3\xa2\x2c\xdc\xe3\x39\xea\x42\xf1\xad\xe1\x52\xcc\xe0\xa5\x14\x46\xb1\xc2\x40\x89\x2b\x2e\xb8\x7d\xa8\x61\x25\x15\x34\x1a\x95\x06\x23\x41\x63\x5d\x83\xa9\x90\x2b\xd8\xc8\x0d\x0a\xa3\x1d\x99\x17\x8d\xa9\xa4\xd2\x33\xf8\x9b\xd4\x55\xc3\xe0\x07\x26\x04\x13\xf0\x2f\xfa\x36\xad\xe8\xdb\xf3\x92\x6d\xb7\xa8\x6a\xb6\xd4\xd3\x42\x6e\x68\x5f\xfc\x9b\x73\x34\xa8\xe0\xa6\xe2\xaa\xc6\x3d\x94\x68\xf0\x39\xfb\xc0\xe5\xe6\x77\x14\xb4\x3a\x11\x62\x5b\xb3\x02\x81\x6b\xd8\x55\xa8\xd0\x33\x57\x30\x01\x85\x42\x66\x10\x18\x68\x56\x23\x14\xb2\xae\xb1\xb0\x42\x80\xa9\x98\xb1\x6c\xef\x89\x8a\x36\x52\x21\x70\xe1\x05\x61\x45\x21\x1b\x61\xe8\x31\x5b\xe3\x14\xae\xe8\x97\x9c\xc8\x19\xd0\x66\x4b\x85\x0e\xdb\x36\xc6\x13\xb8\xbe\x5c\x68\x68\xb6\xa4\x29\xda\xb4\xe3\xa6\x02\x06\x5b\xc5\x0b\x04\x26\x4a\xd8\x36\xcb\x9a\x6b\xfb\x8c\x68\x28\x5c\xa1\x42\x51\x20\x68\xe9\x78\x93\xa6\x0a\x42\x68\xc4\x78\xfc\xd4\x89\x7d\xb5\x02\x26\x68\x09\x09\x6b\x97\x68\x60\xc2\x1e\xdc\x8a\x06\x3b\x26\x8c\xb5\xd1\xb2\xd9\x9f\x75\x59\xd5\x28\x4a\x58\x35\x62\xcd\x97\x35\x82\x91\xef\x51\x68\xb7\x11\x7f\x6b\x58\x0d\x52\x01\x7e\x28\x10\x4b\x3a\x78\xd9\xec\x1d\xeb\x8e\x08\x11\xa4\x1f\xae\x2f\x17\x53\x80\x85\xfb\x64\xf5\x6f\x14\x13\x7a\x85\x4a\xd9\x9d\x56\x12\xdc\x58\x9b\x88\xf6\xf4\x0d\x7b\xef\xa4\xd9\x36\xaa\xa8\x98\x0e\x12\xbd\x62\x45\xe5\x64\xd9\x55\x92\x38\x4f\xdc\xcb\xf1\xb7\xe3\x75\x0d\x15\xbb\x1d\xb2\x27\xd1\xe0\x42\x1b\x66\x95\xd8\xb3\x24\x89\x56\xc9\xba\xd4\x74\x76\x2a\x30\x71\xc5\x94\x65\xc8\x18\x2e\xd6\xa9\xdd\x1c\x6b\x8b\xa0\xb5\x35\xa7\xb3\x5b\x63\x91\x88\x5c\x77\x1c\x4b\x02\x83\x02\x6d\xd8\xd4\x50\xf8\xf0\x71\x4e\xe6\x2d\xcb\x0d\x11\xab\xb9\x36\xd1\xac\xda\xb2\xdc\xee\x23\x7f\x76\x87\xbf\xab\xd0\xfe\x42\x9a\x71\xde\xac\xbd\xf8\x67\xde\xc8\x56\x2b\xba\xd9\x6e\x6b\x6b\x13\x85\x08\x4c\xad\x1b\x8a\xc4\x19\x51\x78\x04\x2f\xe0\xd2\x9b\x7a\x61\x05\x9f\xbe\xc5\x02\xf9\xad\x25\xc8\xb6\x6c\xc9\x6b\x6e\xf6\xc0\x9c\x66\x5c\x24\xb9\x30\xa2\xef\x6c\x6f\x49\x91\x46\xa2\xe6\x60\x2d\x51\x4f\x3f\x83\xb8\xde\x62\xc1\x57\x7b\xab\x5d\x06\x4b\x14\xb8\xe2\x05\x67\x6a\x7f\xe6\x4f\x62\x50\x34\x06\xe4\xaa\xe3\x18\xb0\x46\xa3\xad\xa7\x9a\x29\xc4\xb3\xec\xba\x2d\x2a\xab\x28\xb6\xc6\xb3\x94\x72\x25\x77\xb0\x69\x8a\xca\xb9\x6c\x7b\x88\xd3\x90\xc2\x82\xe3\x2d\x3a\xae\x83\x59\x33\x72\x64\x97\x25\x82\x46\x0a\x9b\xdf\x51\x49\xe0\x8e\x29\xd2\x7f\x89\x9a\x2b\x0a\xb4\xd2\xe9\x9e\xe8\x04\xf2\x56\x6a\x5a\x8b\xc2\x70\x85\x66\x9f\x0b\x34\x05\x9f\x6c\xdd\x16\xca\xa7\xac\xe6\xbf\x07\x17\x20\x6a\x6d\x72\xa5\x9c\x61\xf7\x87\x5d\xac\xdc\x70\x01\xb7\xac\xa9\x4d\x30\x97\xfb\xe2\x94\x58\x34\x46\x5b\x9d\x39\x3a\x25\x6e\xa5\xe6\x86\xe2\x70\x7a\xf2\xed\xf9\xc9\x09\xdf\x6c\xa5\x32\x5d\x6b\xc1\x4a\xc9\x0d\x3c\xfe\x70\xf9\xf3\xf5\xff\x5f\x7d\xff\xe3\xab\xc5\xeb\xbf\xbf\xba\x7e\x31\x9f\xbf\x7d\x75\x73\x13\x36\x5c\x4b\x31\xb8\xe7\xfa\x72\x91\xad\x0c\x8c\xfa\x05\x8b\xd7\x6f\x6e\x7e\x78\x1d\x17\x9d\x6c\x9b\x65\x8c\x08\x9f\xb8\xe1\xa3\xf3\xf2\xf3\x73\x78\xf4\x75\xfe\x02\xb9\xc0\x8b\x3f\x27\x9e\xfb\xea\xd6\xba\x73\x52\xce\xbe\xf6\xf9\x81\x1e\x6e\xb8\xb1\xea\xdf\xb9\x00\x0e\xfc\xb8\x22\x69\x73\xa5\x4d\x00\x58\xb6\xb9\xc6\xee\xb3\x2a\x42\xe2\xf0\x27\x5a\xf7\x23\xad\x39\xe5\xe5\x0c\x7e\xbe\x12\xe6\x7f\xff\xe7\xcc\x25\xe2\x19\xfc\x7c\xc9\x3f\xd8\xaf\x36\x41\xa2\x9a\xc1\x8b\xb2\x54\xa8\xf5\xb3\xc9\xe0\xf9\xe4\x86\x54\x7c\xe4\x0a\x58\x38\xda\xf3\x52\x31\x0d\x45\xc5\xc4\x1a\xcb\x41\x26\xde\xd8\x8d\x2f\xdd\x82\x0e\x2b\x02\x77\x6f\xbe\x84\x1b\xe6\xd3\x08\xd7\x31\x36\x4a\xe7\x34\x96\xcf\x0d\x59\x6c\x98\x93\xb0\xfa\xcf\x6b\x84\xa5\xd2\x2f\x11\x05\xc5\x5b\xa9\xd8\x4e\xb4\xac\x8c\xda\xe5\x5d\x58\xdb\x61\x44\xee\xc4\x71\xa6\xc8\xd2\x8e\xcf\x13\x54\xd3\x22\x3b\xde\x22\xb0\x74\xa5\x96\x68\x67\xbc\xbc\x6c\xcc\x9b\x48\x25\x18\xc8\x1a\xc5\x3d\x3c\xa4\x92\xc0\xda\x0d\xab\xf1\x8d\xc5\x22\x05\xf8\x47\x31\x80\x2a\x5b\x47\x0d\xaa\x95\xad\x08\x54\xb9\x42\x19\x22\xac\x13\xf0\x4b\x92\xe6\x5d\xc5\xe7\x89\x3f\x9f\x9f\x53\x41\xac\x6b\xb9\x0b\x88\xc6\x7e\x2f\x0a\xd4\x3a\x5f\x6b\xe5\x52\xa8\x65\xa3\x8a\xf4\xe4\x84\xc3\x8f\x11\x21\xda\xb5\xb7\x4c\x59\x45\xb6\x1a\x08\xf2\x76\x56\xad\x1a\x11\x9d\xec\x94\xdc\xee\x6a\xde\x5a\x6c\xd9\xec\x29\xa7\xe9\x19\x3c\xef\x96\xb1\x7f\xd8\xcc\x3a\x99\xc1\xf3\x00\x90\x2d\xc2\xf9\xd8\x81\xa8\x5b\xa9\x4d\xf6\xc8\x61\x39\xdd\xd4\x66\xca\x4b\xb8\xb8\x80\x78\xe2\x7d\xab\xcf\xab\x79\xb0\x75\xeb\x6c\x2e\x14\x36\x8d\x36\xb6\xf4\x38\x3f\xd8\x60\x48\xf0\x0a\x7f\x6b\x90\x82\xf5\x6a\x7e\xbf\x73\xd4\xa7\x93\xfe\xa7\x20\xf0\x1a\x5d\xd0\xe6\x02\x4f\x82\x8a\x9e\x0d\x6d\xb9\x9a\xeb\xd3\xc9\x0c\x7e\x71\x6b\x7f\xed\x2d\x59\x4a\xa5\xe4\xce\x05\x40\xe2\xf7\x93\x19\x3c\x48\x94\xf4\x2c\x53\xc9\xf9\xb9\x45\xab\x4e\x16\xab\x18\xe0\x5a\x3c\x34\x20\x78\x4d\x00\x06\x78\x19\x74\xa2\xd0\x34\x4a\x60\xd9\x02\xac\x9c\x90\xae\x64\x53\x97\x43\x7a\x0a\x98\xc7\xfb\xa0\xe5\x97\xf0\xd8\x31\x06\x3b\xf5\x8c\x5d\x5c\x58\xae\x26\xf0\xc7\x1f\xe1\xd1\x33\x6f\x45\x5e\x4e\x66\xd0\xdb\x67\xff\xee\xbf\x64\x42\x48\xe3\x75\xe3\xb3\x43\x2b\xc0\x0c\xba\x66\xef\x8b\x68\x93\x20\x17\x85\x54\x0a\x0b\x73\xd8\xc2\x9f\x3a\x51\xfb\x32\x62\xce\x5e\xe0\x5a\x92\xda\xe7\x52\x2e\xda\xa0\x72\x78\x97\xfc\xcd\x65\x04\x8f\xa9\x87\xdb\x9f\x24\x80\x37\x4c\xd8\x3c\xe5\x21\x7f\x0e\x9c\x2d\x2d\x2e\xd6\x53\x92\x75\x90\x35\x0f\xbd\xdb\x2a\xd8\xae\x48\xb8\x93\x9e\x11\x62\xdc\xf5\x92\x3e\xef\x28\x8c\x65\x72\x9a\xe6\xa7\xee\x61\xc0\x6a\x2d\xe1\x3d\xe2\x96\x1a\x91\xe2\x7d\x04\x60\xa1\xf2\xa1\x6d\x32\x48\x01\x91\x4c\xf8\xf7\xdd\x58\x61\x3a\xf3\xe8\xd4\x6a\x94\x45\xf8\xd3\x76\x11\x81\x80\x05\x85\x3a\xf1\xc0\x0e\xcc\x35\x21\xf3\x2b\xd4\xc6\x2b\xad\x5d\xea\x8c\x31\x1d\x48\xc0\xee\x17\x28\x2a\x29\x35\x6a\x6a\x8d\x72\x74\xcb\x1d\x1e\xdd\x59\x45\xb5\x35\x25\x10\xf1\x1a\xf0\x0d\x0f\x21\xea\x4c\x8a\x20\x68\x3f\x07\x77\xb5\x3b\xeb\x66\xe2\x93\x24\x2c\x5f\xa4\x0d\x90\x3f\xb1\x63\xc0\x88\xa0\x6d\x75\xeb\x00\x1e\xfb\xe7\xca\xc1\xa9\xc6\x7a\x35\xa1\xac\xbe\x92\xca\x9e\x95\x24\xdf\xc4\xa3\xd2\x83\xe7\x9c\x9e\x59\x35\xf8\x63\x6d\xa1\xb1\xff\x93\xc9\xdd\x59\x64\x74\x9b\xbd\x97\x7b\xb8\x9a\x8f\x9f\xea\xb6\xcc\xe0\xa3\x4b\x6b\x21\x55\x7e\xea\x9c\xb8\x70\xb9\x25\xe9\x9b\x3d\x06\x0f\x35\x9c\x0c\x96\xee\x08\x6d\x1f\x15\x7f\x2d\x37\x28\x05\x75\xd4\x3a\x78\xdb\x59\x6a\x21\xeb\x1a\x11\xba\xa7\x64\x42\xab\x49\x75\x69\x5c\x08\x82\x09\x2f\x63\x49\x9e\x41\xfb\xb9\x27\x47\x5a\xb9\xa9\x31\xd5\xd6\x48\x0e\x91\x7a\x1e\x6c\x5f\xd5\xe1\xa2\xeb\x7c\x0f\x75\x68\xdc\xf0\x16\xd5\xfe\x0e\xb3\x26\x1b\x8f\xe4\x30\xc1\x48\x81\xc3\xc4\x7b\xdd\x99\xb1\x5d\x0c\x2d\x6a\x72\x4c\x4a\xef\x92\x66\x1a\x6c\xb3\xb5\x9d\xb3\xef\xea\x12\xfa\x5c\xc3\x93\xef\xbe\x39\xeb\x22\x0a\xb8\x80\xc7\xd3\x27\xdf\x1d\x09\x3b\xe2\x32\xdb\x5a\xc0\xe9\x01\x53\x9c\xdd\xad\x8b\xb3\xe1\x43\x26\x39\x06\x51\x38\x50\xd1\xce\xcf\xe1\x65\x85\xc5\x7b\xa7\xb5\xa5\x34\x55\x6b\x6c\x8e\x3a\x26\xd4\xcc\x93\xc9\xb7\x42\x2b\xab\x74\x8f\x6c\x26\xd1\xd4\x15\xbd\xa7\x0f\x3e\x0e\x4f\x00\x3e\xfd\xdf\xe9\x04\xee\x51\x51\x1d\xab\x9e\xaf\x2d\xc5\x87\x1a\xe2\xd0\xa0\xa5\xee\x0a\xe3\x2d\xab\x79\x79\xef\x7e\x6f\xf7\xa0\xfe\xbe\x02\x43\xdf\x77\x9c\xfb\x2e\xb6\x60\xa4\x5e\x43\x98\x31\x24\x06\x09\xa3\x48\x01\xb8\xd9\x9a\x7d\x36\x33\x3a\xa2\xf2\x75\x08\xda\xa8\x9a\xfa\x3c\x09\x4f\x1f\x41\x1c\xe3\xd2\x29\xaf\xec\x09\x6d\xce\x3c\x9d\x00\xd3\xf7\x06\xb3\x69\x8f\x66\x66\x63\xb8\xc8\xad\xde\xdf\x32\x68\x0b\xb8\x18\xb6\x51\xae\x16\x9f\xa8\x19\x01\x10\x1a\x88\xd4\x7b\xaf\xa1\x25\x16\xac\xd1\xa4\x15\x85\xb4\x42\xc8\xa8\x9e\x71\xad\x78\x8a\x17\xf0\xf1\x53\xff\xc7\x3c\xbc\x3b\xdf\x13\xbc\x95\x66\x0e\xdb\x2d\x5f\x7a\x55\xdb\xcf\x71\xd2\x1a\xc7\xbb\x04\x9d\xb8\xce\xa7\x92\x29\x11\x5f\x05\xdd\xbc\x8a\x63\x99\x0c\x54\xa1\x2d\xfb\x7e\xf1\x1b\xa6\xd8\x06\x0d\x2a\x3d\x73\xa1\x39\x8b\x43\x56\x23\x2d\xfc\xdd\x36\xa6\x33\xa7\x4c\xf6\xa6\x7f\xbe\x33\x5e\xa4\x18\xc8\x83\xb8\x1e\xba\x4f\xa4\x3c\xf5\x67\xa6\xbd\x4f\xd6\x66\x4f\x52\x08\xe0\x4f\x5e\xa3\x93\xb1\x85\xbb\x44\xa7\xb3\xac\x46\x63\x11\xbf\x6f\x8c\xa6\xbc\xec\x51\xb9\xf1\x54\x68\xc1\x43\x9d\xe9\x29\xb3\xf2\x2f\x81\xcc\xaf\x70\xe1\x57\xe6\xf4\xe6\xae\x92\x25\xd3\x4b\x2e\x02\xee\x1a\x31\x17\x64\x01\x36\xf5\xd5\x30\xe8\xe5\xe9\x23\xfa\x30\xe9\x9e\x65\xbb\xfc\xfe\xd8\x86\x97\x51\x73\xf4\x4f\xdb\x8c\xb7\xe1\xf6\x6c\xca\x5c\x63\x3e\x19\xf1\xc0\x30\x6e\x00\x85\x1b\x79\x4b\x13\x60\x3f\xbd\x70\xd0\x82\x0d\x4f\x93\xa0\x45\xa6\x45\x8d\x4c\x69\xe0\x26\x57\xe8\x1d\x8e\x67\x7b\xc7\x01\x9b\x5a\x37\x0c\x2d\xec\xc0\xb8\xa4\x4f\xf8\x2d\x35\x3e\xba\xeb\x53\xce\x33\xc5\x2a\x11\xe3\xd0\x10\x26\xf5\xd6\xb0\x6e\xa0\xc3\xcd\x3a\xf6\xdc\x1f\xde\x92\x0a\x49\x29\xae\x1b\x6b\xa5\x9a\xe6\x6b\xdf\xb9\xd1\xee\x2d\x2a\x13\x20\x83\x13\xbf\x94\x48\x5d\x2c\x7e\xe0\xda\xf4\x1c\xdc\xad\x79\xfa\xa8\xeb\x44\x91\xe5\xf0\x81\x74\xeb\xd8\xcf\x12\xb4\x8d\xcf\x11\xbe\xdb\x7e\xa6\x45\xf0\x2e\xe1\x95\x11\x0c\x8f\x45\xcb\xd4\xb9\xcf\xe9\x7b\xdc\xb7\x27\x0f\x06\xa0\x27\x69\xa4\xad\x95\x11\x59\xb5\xc6\x49\x70\x34\x0c\x45\xe4\xd5\xdc\x06\xa4\xe0\xf5\xc1\x92\xf8\x6a\xe3\xe3\xd2\x8d\xb3\xec\x31\xe1\x08\x77\x55\xe0\x9d\x3c\x4a\x7a\x93\x27\xfc\x24\xe6\xba\x23\xb9\x90\x17\xe2\x50\x6e\x30\xda\xfa\x3a\x8e\x0e\x91\x0d\x68\x3a\x2b\xbd\xdf\xf8\x34\x30\x12\xb3\x11\x97\xd6\xb6\xe9\x62\xe1\x9e\x4e\x94\xf1\xf6\x49\xb6\x6b\xd2\xab\x3b\x3e\x50\xdc\x3c\xf4\x6e\xa7\xa5\xfe\xbe\x2d\xce\x13\x7c\x46\xa3\xfb\x37\xe6\x50\x45\x21\x85\xc1\x0f\x3e\xb6\x0a\x56\xd7\x58\x02\x37\x5f\x1e\xf8\xbe\xfa\x74\xfa\x45\xe8\xd7\x9c\x65\x63\xc2\x48\xcd\xf4\x9a\xa5\x04\xd6\x50\xab\xd1\xbd\x4b\xfc\xbc\xdc\xd1\x53\xc8\x7f\x6d\xee\x37\x88\xb9\x3b\xb1\x6e\x1d\xad\xbc\xbe\x5c\x24\xe1\xe0\x70\x27\x3c\x78\x30\x1c\x2d\x1e\x96\x0e\xa3\xd2\x6b\x19\xc6\x84\xcc\x14\x95\x8d\x0d\x82\x1b\x57\xf3\xe8\x29\xf7\xee\x27\xeb\xfb\x68\x39\x88\x3b\x5d\xb2\x9a\x6e\x48\x2f\x2e\xe0\x74\x90\x8f\x67\xcf\x7c\x85\x3f\x7d\x3c\x99\x8c\xb2\x63\x00\x85\x6c\xd6\x55\xe2\xcb\x89\x1d\xef\xe5\x73\xac\x7e\x9c\xb1\x32\xcd\x64\xe9\xe5\x62\x2f\x9b\xba\x35\x17\x83\x6a\xbb\x37\x0a\x1f\x06\x28\xfb\x74\x76\x6c\xe6\xca\x29\x2f\xc2\xcd\x75\x72\x57\x99\x5d\x24\x77\x06\x33\x34\x6c\x69\xab\x98\x9b\xf7\xc4\x89\x51\x2a\x61\x0a\x94\x1b\x63\x0b\x47\x6b\xb0\x58\x35\xd8\x46\x36\xc2\x78\x14\xf1\x6d\x1f\xcc\xf6\xb3\x59\x40\x3e\xf6\x3f\xd1\x9f\x4a\x3d\xcc\x87\x09\x70\x10\xd0\x1f\xd3\x5c\xdd\xeb\xf9\x4b\x84\x4e\x56\x11\x16\x39\x75\x65\x9d\x1c\xac\x0f\x29\x74\x53\xb8\x61\x5c\x90\xeb\x3b\x9d\x47\x91\x28\xa9\x6b\x37\x86\xb9\xb3\x9f\xf9\x5a\x52\x04\xfb\x8c\x63\xc0\xee\x5d\x95\xf7\xad\xcf\xc2\x82\x07\xaa\x53\x9b\xf7\x0e\x54\x27\x22\xda\x07\x4a\xb1\xf0\x87\x0d\xdd\xba\xe5\xee\x9d\xe8\xfa\xc0\x7f\xd6\xf9\xf5\xa1\x8f\x26\x5f\xac\x8a\x46\x29\x14\xa6\xde\x0f\x95\xad\x3b\x6b\xcc\x22\xaf\x31\x01\xf2\xb7\xf4\x2d\x13\x5c\xac\xc7\x0a\x4e\x7b\x0b\x49\x68\x12\x77\x59\xec\x0f\x55\x86\x44\xc8\x7e\x71\xc8\xaf\x35\x8f\x9b\xb9\x1c\xca\xea\xf1\x9a\xc0\x9d\x9b\x25\xa8\x5c\xa1\x76\x61\x50\xe5\xd8\x8d\x00\x74\xb3\x5d\x94\xfa\xa8\xe4\xe6\xe5\x1b\x77\xdd\xfc\xc2\x37\x7a\x6f\xab\x9a\xf0\xe9\x8b\xfa\x19\xaf\xfe\xe4\xc5\x8b\xc4\xd1\x86\x2f\x47\x73\xf8\xf0\x19\xbe\x96\xde\x88\x06\x17\xc9\x0e\x09\xbe\x32\xd8\x6b\xe4\xdc\x9e\xfe\x13\xfa\x97\xac\xc7\x39\x49\xbb\x0f\x9e\x5e\xc0\x93\xe9\xe3\xd6\x35\x34\x9a\x9c\x2b\x23\x61\x4d\xf3\x1c\xcb\x1c\x13\xf0\xe4\xf1\xe3\x6f\x0e\x39\xc4\xe0\x84\xa3\x3d\x72\xc0\xde\x77\xde\x20\xb7\x9f\xff\x84\xa1\x69\xca\x17\x67\x69\xcd\xb6\xa4\xb7\x98\x4c\x77\x04\x1d\x4d\xe0\x6f\xa6\x86\x66\x93\xc7\x19\xfb\x75\x3e\x78\x0d\x46\xcf\x48\x0e\x1c\x1e\xde\x17\x1b\xcb\x35\x43\x7f\xbb\x4a\x86\x99\x69\xc4\xf6\x96\x5e\xc8\xd1\x7a\xc4\xa1\x3a\x5a\x71\x3e\xd5\xe3\xbc\xfd\x7c\xb4\x7f\xbd\xfe\x6b\x0c\x69\x07\x3c\xb3\x3f\x5a\xec\xb3\x7b\xd0\x8f\x92\xe1\xec\xb1\xde\x94\x02\x32\x9f\x49\x12\xf8\x76\x7c\x02\xf9\x7e\x70\xc6\x19\x52\xef\x57\x3b\xb8\xeb\x21\x03\xf2\x3a\x3f\x19\xe4\xe6\x8b\xbc\x65\x90\xd2\x5f\x6a\x8e\x7e\x70\xc4\x3c\x26\xc1\x88\x1b\x85\xf7\x22\x3c\x46\xea\x01\x1b\x3f\x9d\x2d\xe2\xa0\x70\xc8\x58\xf0\xf9\x98\xc6\xe6\x08\x1d\x4e\xb2\x59\x1d\xc7\x52\x59\xec\x75\x5d\x55\x19\x98\xdd\x76\x01\xdf\xf1\x6f\x7c\x64\xf6\xf7\x28\x71\x08\x22\x8c\x2b\xef\x6a\xae\xa3\xea\x98\x00\xa6\x14\x73\xde\x4d\xea\xb2\xbf\x8e\xd7\xe7\xf1\x17\x4d\x0e\x70\x16\xfa\xe9\xb0\x69\x84\xb5\xf4\xcd\x94\xa0\x42\x60\xfe\x71\xe7\x6d\x0b\x7a\x3d\xd7\x2f\xf4\xe6\x1d\x9e\xd7\x87\x6b\x5b\x97\x57\xdc\x2d\x3c\x13\xa0\x6c\xe7\x5a\x32\xc3\x5c\x67\x77\xd4\x3c\xc5\x22\xa8\xae\x4b\x84\xe1\xad\x0c\xef\x8d\x74\x5f\x2a\xbe\xcb\x37\xba\xaf\xdb\xbc\xa6\x77\xf5\x59\x9d\x4b\x19\x86\x67\xe1\x92\xe2\x88\x9a\x76\x48\x68\x6e\x34\x09\x7e\x28\x6d\x7d\xd9\x1b\x42\xb6\x05\x56\xb8\x0a\x2d\x7e\xb0\x79\x8f\x18\x2f\x27\x43\x8e\xa2\x70\x35\xe2\x16\x57\xab\xa1\x31\xbf\xcd\x3c\x25\x6a\xa3\xe4\x1e\xcb\xb3\x8e\x5a\xfc\xe3\x83\x80\x13\xb8\xd0\xbc\xa4\x70\x4c\xac\xef\x77\x9e\xe6\x89\x37\x50\x4c\x25\x4b\xb8\x85\xce\x6b\x3d\xee\xf2\xae\xf3\x6e\x4c\x70\x65\xaa\x32\xc3\x2f\xcd\xb4\xc6\x3a\x49\x6d\xe1\x88\x75\xdf\xe1\xf8\x0f\xdd\x49\xcf\xe0\x79\xf6\x26\x4e\xab\x84\xd8\x8d\x86\x0b\xd0\xbb\x38\xca\x1e\x8c\xb2\x35\xf8\xb8\xc7\x61\x36\x22\x71\xfa\xfe\x74\x02\xff\x0e\x00\x00\xff\xff\xaa\x04\x5f\x52\x05\x33\x00\x00" func markettopshotCdcBytes() ([]byte, error) { return bindataRead( @@ -90,7 +90,7 @@ func markettopshotCdc() (*asset, error) { } info := bindataFileInfo{name: "MarketTopShot.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0xa7, 0x32, 0x3, 0xe7, 0x46, 0x2e, 0xed, 0x61, 0xb, 0xc7, 0xe0, 0xdc, 0xd1, 0xaa, 0xaf, 0xdf, 0x17, 0x46, 0xb, 0x13, 0x6d, 0x4a, 0xa2, 0x6b, 0x7a, 0x8d, 0xbc, 0x93, 0x8a, 0xce, 0x20}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x33, 0xfa, 0xf2, 0xde, 0x10, 0x4a, 0x9e, 0x4f, 0x4d, 0x7d, 0xe, 0xad, 0xc6, 0x49, 0x65, 0xec, 0x3e, 0x4f, 0x1b, 0x10, 0x0, 0x1d, 0x9a, 0xdb, 0xf, 0xa3, 0x61, 0x40, 0x1c, 0x42, 0x61, 0x89}} return a, nil } @@ -114,7 +114,7 @@ func topshotCdc() (*asset, error) { return a, nil } -var _topshotmarketv2Cdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xeb\x6f\x1b\x37\x12\xff\xee\xbf\x62\x12\xe0\x12\xa9\x70\xe4\xb6\xb8\xde\x07\x21\x6a\x92\x5a\xf1\xd5\x77\x6d\x12\xc4\x6e\xfb\xa1\x28\x0e\xd4\xee\xc8\xcb\xf3\x8a\x54\x49\xae\x15\x35\xf5\xff\x7e\xe0\xf0\xb1\xe4\x3e\x6c\x25\x4d\x0b\x9c\x81\x22\xd2\x8a\x1c\xce\xe3\x37\x4f\x6e\x4f\x3e\x3b\x3a\x02\x00\xb8\x94\xdb\x8b\x4a\x9a\xef\x99\xba\x46\xf3\xe3\x97\xb3\xa2\x2c\xdc\x0f\x4b\xd4\x85\xe2\x5b\xc3\xa5\x98\xc3\xa9\x14\x46\xb1\xc2\x40\x89\x6b\x2e\xb8\x7d\xa8\x61\x2d\x15\x34\x1a\x95\x06\x23\x41\x63\x5d\x83\xa9\x90\x2b\xd8\xc8\x0d\x0a\xa3\x1d\x99\x17\x8d\xa9\xa4\xd2\x73\xf8\x97\xd4\x55\xc3\xe0\x5b\x26\x04\x13\xf0\x5f\xfa\x36\xab\xe8\xdb\xf3\x92\x6d\xb7\xa8\x6a\xb6\xd2\xb3\x42\x6e\x68\x5f\xfc\x5b\x72\x34\xa8\xe0\xa2\xe2\xaa\xc6\x3d\x94\x68\xf0\x39\x7b\xc7\xe5\xe6\x37\x14\xb4\x9a\x96\x3b\xfe\xb7\x35\x2b\x10\xb8\x86\x5d\x85\x0a\x3d\x73\x05\x13\x50\x28\x64\x06\x81\x81\x66\x35\x42\x21\xeb\x1a\x0b\x2b\x04\x98\x8a\x19\xcb\xf6\x9e\xa8\x68\x23\x15\x02\x17\x5e\x10\x56\x14\xb2\x11\x86\x1e\xb3\x2b\x9c\xc1\x39\xfd\xd2\x25\x72\x0c\xb4\xd9\x52\xa1\xc3\xb6\x8d\xf1\x04\x5e\x9d\x5d\x6a\x68\xb6\xa4\x29\xda\xb4\xe3\xa6\x02\x06\x5b\xc5\x0b\x04\x26\x4a\xd8\x36\xab\x9a\x6b\xfb\x8c\x68\x28\x5c\xa3\x42\x51\x20\x68\xe9\x78\x93\xa6\x0a\x42\x68\xc4\x78\xfc\xcc\x89\x7d\xbe\x06\x26\x68\x09\x09\x6b\x97\x68\x60\xc2\x1e\xdc\x8a\x06\x3b\x26\x8c\xb5\xd1\xaa\xd9\x1f\xe7\xac\x6a\x14\x25\xac\x1b\x71\xc5\x57\x35\x82\x91\xd7\x28\xb4\xdb\x88\xbf\x36\xac\x06\xa9\x00\xdf\x15\x88\x25\x1d\xbc\x6a\xf6\x8e\x75\x47\x84\x08\xd2\x0f\xaf\xce\x2e\x67\x00\x97\xee\x93\xd5\xbf\x51\x4c\xe8\x35\x2a\x65\x77\x5a\x49\x70\x63\x6d\x22\xda\xd3\x37\xec\xda\x49\xb3\x6d\x54\x51\x31\x1d\x24\x7a\xc9\x8a\xca\xc9\xb2\xab\x24\x71\x9e\xc0\xcb\xf1\xb7\xe3\x75\x0d\x15\xbb\x19\xb2\x27\xd1\xe0\x42\x1b\x66\x95\xd8\xb3\x24\x89\x56\x48\x61\x18\x17\xda\x9b\x81\x8b\xb5\x54\x1b\xd6\x6e\xb7\xd6\x42\xcb\x86\x90\x65\x42\xa3\x3d\x65\x46\xa2\xd2\xd1\x95\xac\x4b\x0d\x0c\x0a\xb6\x65\x2b\x5e\x73\xb3\x77\x67\x10\xa1\x9a\x8b\x6b\xed\xe5\xb7\x7e\xc1\xb8\xf0\xce\x91\x12\xf3\x7e\x18\x4c\x72\xc5\x49\xb0\x16\x09\xb4\x9f\xeb\x0c\xb5\xd2\x1e\x89\xd6\x27\x6b\x12\xc7\xfa\xa6\x43\xb0\x87\x0d\x37\x44\xac\xe6\xda\x44\xcc\x68\x2b\x4b\xbb\x8f\x9c\xc5\x1d\xfe\x53\x85\xf6\x17\x52\xbb\x73\x15\xed\x75\x7b\xec\x11\x64\x55\xae\x9b\xed\xb6\xde\xc3\x5a\x36\x0a\x98\xba\x6a\xc8\xcb\xe7\x44\xe0\x09\xbc\x08\x91\x64\x76\xda\xf2\xd9\xd5\x0a\xab\x6b\xb9\xd3\x5e\x1d\xa4\x3f\x23\xc9\x27\x4a\xc5\x76\xde\xed\x59\x50\x91\xc5\x8b\x95\x83\xeb\x88\x91\x72\x16\x4f\x3b\xf3\xa0\xbd\xb4\x98\x98\xbd\xc5\x02\xf9\x8d\xe5\xbe\x3d\x91\x69\x87\x2f\x8a\x09\x2e\x20\xd0\x77\xb6\x27\xf2\xd6\xca\xf6\x3b\x81\x0a\xae\x24\xea\x0f\x21\xae\xb7\x58\xf0\xf5\x9e\x8b\x2b\x60\xb0\x42\x81\x6b\x5e\x70\xa6\xf6\xc7\xfe\x24\x06\x45\x63\x40\xae\x33\x88\xc3\x15\x1a\x6d\x7d\xce\xcc\x20\x9e\x65\xd7\x6d\x51\x59\xab\xb0\x2b\x3c\x4e\x29\x57\x72\x07\x9b\xa6\xa8\x9c\xf3\xb5\x87\x38\x73\x28\x2c\x38\xde\xa0\xe3\x3a\x60\xa8\x43\x8e\x40\xb0\x42\xd0\x48\x01\xe0\x37\x54\x12\xb8\x63\x8a\x8c\x5d\xa2\xe6\x8a\x42\x46\xe9\x0c\x4d\x74\x02\x79\x2b\x35\xad\x45\x61\xb8\x42\xb3\xef\x0a\x34\x0b\x46\x77\x5b\x28\x33\xb0\x9a\xff\x16\xf0\x16\xdd\xc9\x45\x62\x8a\x7e\x76\x7f\xd8\xc5\xca\x0d\x17\x70\xc3\x9a\xda\x04\x73\xb9\x2f\x4e\x89\x45\x63\xb4\xd5\x99\xa3\x53\xe2\x56\x6a\x6e\x28\xa2\xcc\x8e\x3e\x3b\x39\x3a\xe2\x9b\xad\x54\x26\xb7\x16\xac\x95\xdc\xc0\xe7\xef\xce\x7e\x78\xf5\xcf\xf3\x6f\xbe\x7b\x79\xf9\xfa\xdf\x2f\x5f\xbd\x58\x2e\xdf\xbe\xbc\xb8\x08\x1b\x5e\x49\x31\xb8\xe7\xd5\xd9\x65\x67\x65\x60\xd4\x2f\xb8\x7c\xfd\xe6\xe2\xdb\xd7\x71\xd1\xd1\xb6\x59\x45\xf7\xeb\x66\x52\x78\xef\x7c\xeb\xe4\x04\x9e\x7c\x9a\xbf\x40\x2e\x30\xe5\x4e\x6a\x19\x78\x79\x63\x71\x9d\x64\xe8\x4f\x7d\x7e\xa0\x87\x1b\x6e\xac\x1d\x76\x2e\x6c\x04\x7e\xbc\xdf\x72\x4d\x61\x07\xcb\x98\xf6\x68\x9f\xd5\x15\x12\x87\xdf\xd3\xba\xef\x68\xcd\x84\x97\x73\xf8\xe1\x5c\x98\x7f\xfc\xfd\xd8\xc5\xe3\x39\xfc\x70\xc6\xdf\xd9\xaf\x36\xe6\xa3\x9a\xc3\x8b\xb2\x54\xa8\xf5\xb3\xe9\xe0\xf9\x84\x47\x0a\xe4\x72\x0d\x2c\x1c\xed\x79\xa9\x98\x86\xa2\x62\xe2\x0a\xcb\x41\x26\xde\xd8\x8d\xa7\x6e\x41\xc6\x8a\xc0\xdd\x9b\x8f\xe1\x86\xf9\x78\x92\x06\x2d\x87\x1e\xcb\xe7\x86\x2c\x36\xcc\x49\x58\xfd\xc7\x35\xc2\x52\xe9\x57\x88\x22\x86\x58\xd1\xb2\x32\x6a\x97\x9f\xc2\xda\x8c\x11\xb9\x13\x87\x99\xa2\x13\x7f\x7c\xc0\x70\xb9\x32\xb0\xe3\x2d\x02\x2b\x57\x3d\x10\xed\x0e\x2f\xa7\x8d\x79\x13\xa9\x04\x03\x59\xa3\xb8\x87\x77\xa9\x24\x52\xaa\xd1\x78\x8d\x5f\xb8\x02\xee\x0d\x33\xd5\x1c\x92\x2f\x43\x6b\xdf\xd8\x8a\xac\x70\x4b\xdb\xcf\x11\xfb\x17\xac\x46\xf7\x18\xfc\xa3\xe8\x96\x95\x2d\x16\x0c\xaa\xb5\x4d\x38\x2e\xdf\xf9\x94\x4a\x45\x61\x28\xf4\xd2\xa4\x28\x93\x5c\x18\xe8\xd8\xe4\x6e\xf3\x64\x28\xfd\xec\xf7\xa2\x40\xad\xbb\x6b\x2d\xdf\x0a\xb5\x6c\x54\x91\x9e\x9c\x70\xf8\x3e\x96\xd2\x76\xed\x0d\x53\xd6\x3c\xad\x5e\x83\x16\xb3\x55\xeb\x46\x44\xe8\x4e\x08\xcc\xe7\xcb\x16\x07\xab\x66\x4f\x21\x53\xcf\xe1\x79\x9e\x25\x7f\xb4\x81\x7b\x3a\x87\xe7\xa1\x0e\xb0\xa5\xe0\xfb\xac\x96\xdf\x4a\x6d\x3a\x8f\x5c\xd1\xab\x9b\xda\xcc\x78\x09\x8b\x05\xc4\x13\x1f\x5a\x7d\x9e\x2f\x03\x82\x5a\x08\x3b\x07\xdb\x34\xda\xd8\xcc\xe6\xd0\xb5\xc1\x90\x3f\x14\xfe\xda\x20\x85\x80\xf3\xe5\xc3\xec\xa8\xdb\xa3\xfe\xa7\x20\xf0\x15\xba\x50\xd0\x15\x78\x1a\x54\xf4\x6c\x68\xcb\xf9\x52\x4f\xa6\x73\xf8\xd9\xad\xfd\xa5\xb7\x64\x25\x95\x92\x3b\xe7\x56\x89\x37\x4d\xe7\xf0\x28\x51\xd2\xb3\x8e\x4a\x4e\x4e\x6c\x59\xef\x64\xb1\x8a\x01\xae\xc5\x63\x03\x82\xd7\x54\x8c\x01\x2f\x83\x4e\x14\x9a\x46\x09\x2c\xdb\x62\xb1\x4b\x48\x57\xb2\xa9\xcb\x21\x3d\x85\x02\xce\x63\xd0\xf2\x4b\x35\xdb\x21\x06\x9b\x78\xc6\x16\x0b\xcb\xd5\x14\x7e\xff\x3d\x3c\x7a\xe6\xad\xc8\xcb\xe9\x1c\x7a\xfb\xec\xdf\xc3\x53\x26\x84\x34\x5e\x37\x3e\xe6\xb4\x02\xcc\x21\x37\x7b\x5f\x44\x1b\x5a\xb9\x28\xa4\x52\x58\x98\xbb\x2d\x7c\x9b\x79\x6d\x5b\x97\xf6\x1c\xd7\x92\xd4\x3e\x42\x73\xd1\x3a\x95\x6b\xa1\x08\x6f\x2e\xce\xf8\xe6\x63\xb8\x4f\x4c\x1c\x78\xc3\x84\x8d\x7e\xbe\x37\xd2\x49\x2f\xc6\x14\x12\x2d\x2e\xae\x5c\x1b\x31\xc8\x5a\xec\x2b\x42\x6e\x4d\x8a\xea\x96\x3b\xe9\x19\x21\xc6\x5d\xd3\xed\xe3\x8e\xc2\x98\x7c\x67\x69\x7c\xca\x0f\x03\x56\x6b\x09\xd7\x88\x5b\xea\xd8\x8a\xeb\x58\xdf\x85\x7c\x4a\x6d\x10\x29\x20\x92\x09\xff\xfe\x34\x96\xee\x8e\x7d\xf1\x6b\x35\xca\x62\x75\x15\x4b\xed\x58\x95\xd8\x9a\x53\x27\x08\xcc\xaa\x68\x13\xf2\x89\x42\x6d\xbc\xd2\xda\xa5\xce\x18\xb3\x81\x00\xec\x7e\x81\xa2\x92\x52\xa3\xa6\x1e\xb2\x5b\x3c\x73\x57\xee\xee\xac\xa2\xda\x4c\x15\x88\x78\x0d\xf8\x56\x93\x0a\xf6\x8e\x14\x41\xd0\x7e\x0c\xce\xb5\x3b\xcf\x23\xf1\x51\xe2\x96\x2f\xd2\x66\xce\x9f\x98\x19\x30\x16\xe8\x36\x67\x66\x65\x94\xfd\x73\xe9\x60\xa2\xb1\x5e\x4f\x29\xaa\x53\x06\x4d\x4f\x3e\x8d\x39\xe6\xe9\xa3\x7e\x5f\xf6\x75\xc6\xcc\x92\xd3\x43\xab\x1a\xcf\x8a\x4d\x3e\xf6\x3f\x82\x81\x6e\xfb\x61\x1b\xd1\x57\x7b\x38\x5f\x8e\x73\xe2\xb6\xcc\xe1\xbd\x0b\x75\x21\x7c\xde\x66\x27\x5e\xba\x78\x93\x0c\x1d\x7c\xd9\x1f\xaa\x05\x32\x62\xba\x23\xb4\xb5\x54\x66\x68\xb9\x41\x29\x68\x1c\xa1\x03\x02\x8f\x53\xab\x59\xb8\xc4\x6e\x21\x25\x13\x5a\x69\xca\x55\xf7\xa9\x33\xaa\x30\x57\xe7\xfb\xe1\xe6\xf0\xf6\xeb\x9e\x88\xdd\xee\x97\x6b\x6b\x53\x57\x16\x7b\xf6\x6c\x97\x97\x31\x98\x63\xf5\xb1\x0e\x6d\x24\xde\xa0\xda\xdf\x83\x82\x64\xe3\x1f\x67\x3e\xa9\xe1\x02\xf3\x89\x1f\x38\x76\x62\x5f\x1b\x7a\xe9\x84\x83\x94\xde\x19\x8d\x91\xd8\x66\x5b\xe3\x71\x68\x3f\x13\xfa\x5c\xc3\x17\x5f\xfd\xed\x38\xaf\x4d\x60\x01\x9f\xcf\xbe\xf8\xea\xc0\x02\x26\x2e\xb3\xad\x0f\x4c\x3e\xd4\x1f\x8e\x3f\xd2\xe4\xc7\x7f\x48\xe7\xc7\xc3\xc2\x4c\xbb\x55\x93\xc2\x81\x1c\x7c\x72\x02\xa7\x15\x16\xd7\x6d\xbc\x20\x11\x1e\xeb\xfe\x84\x29\x05\x22\xcd\x91\x28\x75\xf6\x28\x76\x94\x36\x73\x19\x7a\x32\x85\x07\x94\xe6\xc7\xf2\xf9\x6b\x7f\xac\xcf\xe4\x49\x76\x39\xcd\x8e\xe5\xe2\x86\xd5\xbc\x7c\xf0\xf0\xe8\x1e\x59\x56\xd2\x54\x2d\xcb\x1c\x75\x4c\x67\x9d\x98\x41\x5e\x1c\xe6\x14\x4a\x8f\x08\x14\x99\xf8\x50\x81\xe2\xd8\x67\x4c\x8e\xee\xce\x41\x2c\x1c\x7a\xea\x37\x99\xd7\xdf\x77\x36\x8c\xd4\x3d\x10\x46\x41\x89\x6a\xc3\xec\x5b\x00\x6e\xb6\x66\xdf\x99\x23\x1e\x50\x41\x64\x04\x6d\xb8\x99\x75\xa0\x02\x8b\x2e\x78\xc6\xb6\xb4\xd2\x2c\xba\xe6\xe9\x6f\x19\xd4\x27\x2c\x86\xf5\xdc\x95\xda\xe7\x2e\x46\x75\x1a\x8d\xa5\xea\xbd\x57\xc0\x0a\x0b\xd6\x68\x12\x5a\x21\xad\x10\x32\x4a\x3f\x2e\xb4\xa7\xb8\x80\xf7\xb7\xfd\x1f\xbb\xb1\x2b\xfb\x9e\x94\xa5\x69\x58\xac\xb9\x36\x67\x52\xd9\x2a\x81\x3e\xc7\xc9\x7d\xbc\x2e\xa0\x0a\x93\xeb\xee\x94\x3b\x25\xe2\x9d\xdf\x4d\x0d\x39\x96\xc9\x80\x1e\xda\xea\xc8\x2f\x7e\xc3\x14\xdb\xa0\x41\xa5\xe7\x6d\xa3\x75\x99\xf5\x14\x74\x73\x20\x6d\xc7\xb0\x6d\x4c\x7a\x77\x91\xd2\x49\xff\xfc\x88\xe2\x32\x2d\x1b\x3d\xa1\x5e\x43\x94\x48\xdc\x6f\x2d\xb3\x59\xc7\x61\x41\x70\x08\x8c\xd1\xe1\x1e\xcc\x7a\xfd\x97\x3f\x33\xfa\xe2\xb0\x2b\xfa\x48\x56\x4a\xd4\x60\x5b\x15\x7c\xc7\xb5\xf1\xd5\x7e\x8c\xb2\xad\x35\xba\x3d\x48\x17\x89\x17\x68\xda\xe2\xe4\xb1\xee\x18\xa8\x03\xaf\x9f\x3d\x8b\xbf\xc0\xc2\x2f\xcc\x56\xe2\x86\x0f\xcc\xcf\xfc\x9e\xa8\x42\xfa\xa7\x1d\x8d\xb4\x5a\x7a\x36\x63\x6e\x4c\x32\x1d\x81\x64\xc1\x44\x81\x35\x21\xd2\x7d\xd4\xed\x34\x89\x40\x68\x2b\xe7\xa2\x46\xa6\x34\x70\xd3\x95\xe5\x00\xb0\x99\xac\xbb\x73\x71\x3c\xb9\x03\x18\x98\x4f\x75\x08\x07\x28\xb5\x9c\xf6\x7a\xf6\xc3\xa1\xd3\xd5\x79\x08\xd1\x0f\xdd\x58\x38\xce\xab\x5b\xef\x3a\x5f\xda\x38\x6c\x51\xc1\x6a\x85\xac\xdc\x47\xff\xb8\x0f\x06\x6f\x71\x23\xfd\x38\xdd\xf9\x49\xdb\x50\xb8\xc0\x52\xc6\x3a\x7c\x0c\x1c\x33\x45\x34\x26\xd7\xb8\x6f\xb1\x3c\x88\x37\x4f\xd2\x48\x2b\x4f\x2c\xcf\xda\x19\x4a\x52\xc2\xdf\x01\x40\xc1\xeb\x3b\x33\xcb\x4b\x8b\x46\xba\x1f\xb8\x09\x37\x2a\xe1\x08\x77\x31\xe2\x91\x13\x25\xbd\xe8\x06\xd6\x04\xcf\xf9\xdc\x31\x42\xda\x0f\x1e\x3f\x00\xc3\xb1\x2a\xad\x6d\xf3\xc6\xc2\xc5\xa8\x28\xe3\xfd\xa6\x6c\xd7\xa4\x77\xa5\x7c\x20\xfa\xfb\x9a\xbc\x9d\xe5\xfa\x0b\xce\x38\x97\xf0\x1d\x29\x5d\x78\x32\x5f\x6e\x49\x61\xf0\x5d\xb8\x6c\x64\x75\x8d\x25\x70\xf3\xf1\x5e\xe2\x43\x72\xd6\x77\x42\x3f\x10\x27\xa3\x39\xd3\x6b\xb0\x92\xb4\x4e\x3d\x48\x7e\x79\x3b\xc2\xdb\x5b\x12\x52\xe7\x33\xbd\x79\x5f\x21\x7f\xd9\xfc\xf0\xcf\x48\x02\xf0\xe8\xd1\x9d\xc1\x60\x38\x47\xbc\x92\x61\x0e\xc9\x4c\x51\x59\xb4\x53\xa2\x3e\x5f\x46\x08\x3d\x78\x38\xe6\x39\x99\xb1\x66\x2b\x56\xd3\x5d\xf5\x62\x01\x93\x41\x3e\x9e\x3d\xf3\x39\x71\xf2\xf9\x74\x3a\xca\x8e\x01\x14\xb2\xb9\xaa\x12\x90\x27\x06\x7e\x70\x7f\x74\x62\x65\x1a\x9b\xd2\xcb\xd1\x6c\x6d\x1d\xa2\x0b\x2c\x06\xd5\xf6\x60\x34\xff\x0d\x50\xf6\x01\xea\xd0\x58\xd4\xa5\x7c\x19\xde\x21\x48\xee\x5a\x53\xb4\x77\x27\x3f\x34\xcd\x69\x33\x8c\x1b\x28\xc5\x91\x54\x2a\x61\x5a\x62\x36\x06\x9e\x3e\x49\x0c\x16\x42\xdc\x84\x6d\x64\x23\x8c\x4f\xb7\x9f\xf5\xcb\xc0\x7e\x68\x5e\xba\xae\x9f\x6e\xb5\x45\x7f\xec\xf5\xb8\x3b\x99\x80\x3b\x4b\xe1\x16\xe4\x3d\x50\xcc\xfc\x7c\x61\x62\xa5\x9d\xc3\xd3\x27\xb9\x40\xd3\x3b\xc3\x7a\xe0\xd2\x8d\xdf\x36\x8c\x0b\xc2\xb7\x53\x6c\xe4\x9b\x3c\x4e\xbb\xc1\xcd\xbd\xe5\xfe\x07\xb1\x1a\x34\x3d\x1d\xad\x7d\xf2\xcb\xb2\x8f\x29\x7f\xfa\xf8\xb7\xa1\xae\x13\xda\x86\xd1\xbf\xb2\x6e\x66\x7c\x91\xf8\xf4\xc9\x7d\xf1\x27\xc2\x25\x7c\xa0\x00\x1f\x62\x10\xd3\x0f\xb2\x88\x97\x33\xe6\xb2\x8c\xd5\x49\x72\xe6\x58\xe9\x46\x97\x64\x49\x13\xe2\x1e\xe8\x3b\x6e\xe5\xba\x99\x61\x20\xfb\x8d\xa5\xaa\xf4\x2a\xce\x96\xfe\x02\x77\xdd\x43\x82\xa7\x67\x14\x63\xf9\xd6\xe1\x76\xf2\x1f\xe8\xdf\xee\x75\x2b\xb9\xc1\x4e\xab\xdd\x36\x00\x97\x7b\xaf\x11\xdb\xcf\x1f\x57\x2f\x13\x49\x9a\x18\xc4\x96\xbd\xd9\x96\xf4\x02\x8d\xc9\x47\x80\x51\x1d\xfe\x22\x61\x68\x98\x71\x98\xe2\x5f\x77\x67\x55\xc1\x00\x1d\x92\x03\x87\x87\xf7\xa0\xc6\x6a\x88\xa1\xbf\x5d\x25\xc3\x90\x25\x96\x50\x96\x5e\xf0\x13\x3d\x62\xdc\x4c\x2b\xce\xbe\x3d\xce\x0f\x9a\x93\x1d\x56\xd0\xf7\xc9\xff\xa9\x03\x9f\x81\x19\x40\x7f\xc4\xd1\xe7\xe9\x4e\x1c\x25\x33\xa0\x43\xd1\x94\xa6\x37\xef\xd5\x49\x32\x3c\xdc\x99\xbf\x19\x9c\xb5\x98\xe0\xd9\x9f\xea\xe0\x1c\x21\x03\xf2\x3a\x9c\x0c\x72\xf3\xa9\xd1\x32\x78\xc8\x5f\x3f\xae\xbb\x73\xd4\x35\xc6\xe6\x08\x8c\xc2\x35\xb6\x4f\x1c\xba\xfb\x72\x8c\xef\x63\x8b\x70\x6b\x27\x86\x8c\x05\x07\x4d\x8c\xf2\xf6\x64\x57\x49\x1d\x4e\x32\xd2\xf2\x71\x5f\x4b\xe1\x22\xfc\xc0\xdc\x28\x4f\xba\x87\x5f\xd0\x77\x8c\xec\x53\xe7\x50\x35\x39\xae\xbc\xf3\xa5\x8e\xaa\x63\x02\x98\x52\xcc\xa1\x9b\xd4\x65\x7f\x1d\xcf\x95\xe3\xef\x05\xdc\xcb\xd9\xec\x1a\xf7\x7a\x84\xab\xb4\x7d\x09\xda\x03\xe6\x1f\x67\xf7\xe2\xf4\x52\xa8\x5f\x38\xd4\xc7\x86\x3b\x34\x17\x49\xdc\x35\x29\x13\xa0\x6c\xe5\x5f\x32\xc3\x5c\x65\x7c\x50\xa3\x6a\xab\xae\x1c\x04\xbe\xd3\xb7\x5d\x87\xbb\xd8\xcf\xdf\x60\xbd\x0f\x0d\xf9\xfb\x10\xaf\xe9\xad\x73\x56\x77\x85\xdb\xe4\xc2\x1d\x92\xc5\xee\x12\x9a\x1b\x4d\x82\xdf\x15\xa8\x3e\xee\x15\x0e\xbe\xce\x80\xc7\xcb\xd0\x4d\x0e\x44\x22\x5b\x52\x2a\x5c\x87\x76\xea\x03\x1a\x59\x5e\x4e\x7b\xd4\x3c\xb8\x14\xae\xf3\x90\x03\x58\xeb\xa1\x38\xe8\xd7\x77\x9b\xb0\xf1\x37\x29\xdc\x6d\x42\xf6\x3a\x42\xc0\x24\x65\x8a\xe1\xf7\x14\x5a\xf5\x1f\xa5\xda\x75\xc4\xf2\x6b\xf3\xff\xf3\xcb\xbb\x39\x3c\xef\xbc\x64\xd1\x2a\x3d\x96\xf3\xe1\x4e\xe6\x3e\xc9\x3b\x0f\x06\x24\xed\x3c\x18\x95\x69\xf0\x71\x4f\x86\x4e\xfb\x9a\x58\x9e\x0b\x6e\x26\x69\x6a\x25\xb0\xf6\xde\xae\x83\x05\x9c\xf8\xff\x5b\xe2\xc4\xc8\xad\xae\xa4\xb1\x32\xde\x7c\x39\x70\x35\x94\x50\x68\xdf\xb3\xb3\x04\xe8\x55\xb9\xe2\xce\xfd\xb7\x47\xb7\x47\xf0\xbf\x00\x00\x00\xff\xff\x21\x17\xf7\xf3\xc3\x32\x00\x00" +var _topshotmarketv2Cdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xeb\x6f\x1b\x37\x12\xff\xee\xbf\x62\x12\xa0\x89\x54\x38\x72\x52\x5c\xef\x83\x10\x35\x49\xad\xf8\xea\xbb\x36\x09\x62\xb7\xfd\x50\x14\x07\x6a\x77\xe4\xe5\x79\x45\xaa\x24\xd7\x8a\x9a\xe6\x7f\x3f\x70\xf8\x58\x72\x1f\xb6\x92\xe6\x0a\x9c\x81\x22\xd2\x8a\x1c\xce\xe3\x37\x4f\x6e\x4f\xbe\x3c\x3a\x02\x00\xb8\x94\xdb\x8b\x4a\x9a\x1f\x98\xba\x46\xf3\xd3\x57\xb3\xa2\x2c\xdc\x0f\x4b\xd4\x85\xe2\x5b\xc3\xa5\x98\xc3\xa9\x14\x46\xb1\xc2\x40\x89\x6b\x2e\xb8\x7d\xa8\x61\x2d\x15\x34\x1a\x95\x06\x23\x41\x63\x5d\x83\xa9\x90\x2b\xd8\xc8\x0d\x0a\xa3\x1d\x99\x17\x8d\xa9\xa4\xd2\x73\xf8\xa7\xd4\x55\xc3\xe0\x3b\x26\x04\x13\xf0\x1f\xfa\x36\xab\xe8\xdb\xf3\x92\x6d\xb7\xa8\x6a\xb6\xd2\xb3\x42\x6e\x68\x5f\xfc\x5b\x72\x34\xa8\xe0\xa2\xe2\xaa\xc6\x3d\x94\x68\xf0\x39\x7b\xc7\xe5\xe6\x77\x14\xb4\x9a\x96\x3b\xfe\xb7\x35\x2b\x10\xb8\x86\x5d\x85\x0a\x3d\x73\x05\x13\x50\x28\x64\x06\x81\x81\x66\x35\x42\x21\xeb\x1a\x0b\x2b\x04\x98\x8a\x19\xcb\xf6\x9e\xa8\x68\x23\x15\x02\x17\x5e\x10\x56\x14\xb2\x11\x86\x1e\xb3\x2b\x9c\xc1\x39\xfd\xd2\x25\x72\x0c\xb4\xd9\x52\xa1\xc3\xb6\x8d\xf1\x04\x5e\x9d\x5d\x6a\x68\xb6\xa4\x29\xda\xb4\xe3\xa6\x02\x06\x5b\xc5\x0b\x04\x26\x4a\xd8\x36\xab\x9a\x6b\xfb\x8c\x68\x28\x5c\xa3\x42\x51\x20\x68\xe9\x78\x93\xa6\x0a\x42\x68\xc4\x78\xfc\xcc\x89\x7d\xbe\x06\x26\x68\x09\x09\x6b\x97\x68\x60\xc2\x1e\xdc\x8a\x06\x3b\x26\x8c\xb5\xd1\xaa\xd9\x1f\xe7\xac\x6a\x14\x25\xac\x1b\x71\xc5\x57\x35\x82\x91\xd7\x28\xb4\xdb\x88\xbf\x35\xac\x06\xa9\x00\xdf\x15\x88\x25\x1d\xbc\x6a\xf6\x8e\x75\x47\x84\x08\xd2\x0f\xaf\xce\x2e\x67\x00\x97\xee\x93\xd5\xbf\x51\x4c\xe8\x35\x2a\x65\x77\x5a\x49\x70\x63\x6d\x22\xda\xd3\x37\xec\xda\x49\xb3\x6d\x54\x51\x31\x1d\x24\x7a\xc9\x8a\xca\xc9\xb2\xab\x24\x71\x9e\xc0\xcb\xf1\xb7\xe3\x75\x0d\x15\xbb\x19\xb2\x27\xd1\xe0\x42\x1b\x66\x95\xd8\xb3\x24\x89\x56\x48\x61\x18\x17\xda\x9b\x81\x8b\xb5\x54\x1b\xd6\x6e\xb7\xd6\x42\xcb\x86\x90\x65\x42\xa3\x3d\x65\x46\xa2\xd2\xd1\x95\xac\x4b\x0d\x0c\x0a\xb6\x65\x2b\x5e\x73\xb3\x77\x67\x10\xa1\x9a\x8b\x6b\xed\xe5\xb7\x7e\xc1\xb8\xf0\xce\x91\x12\xf3\x7e\x18\x4c\x72\xc5\x49\xb0\x16\x09\xb4\x9f\xeb\x0c\xb5\xd2\x1e\x89\xd6\x27\x6b\x12\xc7\xfa\xa6\x43\xb0\x87\x0d\x37\x44\xac\xe6\xda\x44\xcc\x68\x2b\x4b\xbb\x8f\x9c\xc5\x1d\xfe\x73\x85\xf6\x17\x52\xbb\x73\x15\xed\x75\x7b\xec\x11\x64\x55\xae\x9b\xed\xb6\xde\xc3\x5a\x36\x0a\x98\xba\x6a\xc8\xcb\xe7\x44\xe0\x11\xbc\x08\x91\x64\x76\xda\xf2\xd9\xd5\x0a\xab\x6b\xb9\xd3\x5e\x1d\xa4\x3f\x23\xc9\x27\x4a\xc5\x76\xde\xed\x59\x50\x91\xc5\x8b\x95\x83\xeb\x88\x91\x72\x16\x4f\x3b\xf3\xa0\xbd\xb4\x98\x98\xbd\xc5\x02\xf9\x8d\xe5\xbe\x3d\x91\x69\x87\x2f\x8a\x09\x2e\x20\xd0\x77\xb6\x27\xf2\xd6\xca\xf6\x3b\x81\x0a\xae\x24\xea\x8f\x21\xae\xb7\x58\xf0\xf5\x9e\x8b\x2b\x60\xb0\x42\x81\x6b\x5e\x70\xa6\xf6\xc7\xfe\x24\x06\x45\x63\x40\xae\x33\x88\xc3\x15\x1a\x6d\x7d\xce\xcc\x20\x9e\x65\xd7\x6d\x51\x59\xab\xb0\x2b\x3c\x4e\x29\x57\x72\x07\x9b\xa6\xa8\x9c\xf3\xb5\x87\x38\x73\x28\x2c\x38\xde\xa0\xe3\x3a\x60\xa8\x43\x8e\x40\xb0\x42\xd0\x48\x01\xe0\x77\x54\x12\xb8\x63\x8a\x8c\x5d\xa2\xe6\x8a\x42\x46\xe9\x0c\x4d\x74\x02\x79\x2b\x35\xad\x45\x61\xb8\x42\xb3\xef\x0a\x34\x0b\x46\x77\x5b\x28\x33\xb0\x9a\xff\x1e\xf0\x16\xdd\xc9\x45\x62\x8a\x7e\x76\x7f\xd8\xc5\xca\x0d\x17\x70\xc3\x9a\xda\x04\x73\xb9\x2f\x4e\x89\x45\x63\xb4\xd5\x99\xa3\x53\xe2\x56\x6a\x6e\x28\xa2\xcc\x8e\xbe\x3c\x39\x3a\xe2\x9b\xad\x54\x26\xb7\x16\xac\x95\xdc\xc0\xe3\x77\x67\x3f\xbe\xfa\xc7\xf9\xb7\xdf\xbf\xbc\x7c\xfd\xaf\x97\xaf\x5e\x2c\x97\x6f\x5f\x5e\x5c\x84\x0d\xaf\xa4\x18\xdc\xf3\xea\xec\xb2\xb3\x32\x30\xea\x17\x5c\xbe\x7e\x73\xf1\xdd\xeb\xb8\xe8\x68\xdb\xac\xa2\xfb\x75\x33\x29\xbc\x77\xbe\x75\x72\x02\x8f\x3e\xcf\x5f\x20\x17\x98\x72\x27\xb5\x0c\xbc\xbc\xb1\xb8\x4e\x32\xf4\xe7\x3e\x3f\xd0\xc3\x0d\x37\xd6\x0e\x3b\x17\x36\x02\x3f\xde\x6f\xb9\xa6\xb0\x83\x65\x4c\x7b\xb4\xcf\xea\x0a\x89\xc3\x1f\x68\xdd\xf7\xb4\x66\xc2\xcb\x39\xfc\x78\x2e\xcc\xdf\xff\x76\xec\xe2\xf1\x1c\x7e\x3c\xe3\xef\xec\x57\x1b\xf3\x51\xcd\xe1\x45\x59\x2a\xd4\xfa\xd9\x74\xf0\x7c\xc2\x23\x05\x72\xb9\x06\x16\x8e\xf6\xbc\x54\x4c\x43\x51\x31\x71\x85\xe5\x20\x13\x6f\xec\xc6\x53\xb7\x20\x63\x45\xe0\xee\xcd\xa7\x70\xc3\x7c\x3c\x49\x83\x96\x43\x8f\xe5\x73\x43\x16\x1b\xe6\x24\xac\xfe\xf3\x1a\x61\xa9\xf4\x2b\x44\x11\x43\xac\x68\x59\x19\xb5\xcb\xcf\x61\x6d\xc6\x88\xdc\x89\xc3\x4c\xd1\x89\x3f\x3e\x60\xb8\x5c\x19\xd8\xf1\x16\x81\x95\xab\x1e\x88\x76\x87\x97\xd3\xc6\xbc\x89\x54\x82\x81\xac\x51\xdc\xc3\xdb\x54\x12\x29\xd5\x68\xbc\xc6\x2f\x5c\x01\xf7\x86\x99\x6a\x0e\xc9\x97\xa1\xb5\x6f\x6c\x45\x56\xb8\xa5\xed\xe7\x88\xfd\x0b\x56\xa3\x7b\x0c\xfe\x51\x74\xcb\xca\x16\x0b\x06\xd5\xda\x26\x1c\x97\xef\x7c\x4a\xa5\xa2\x30\x14\x7a\x69\x52\x94\x49\x2e\x0c\x74\x6c\x72\xb7\x79\x32\x94\x7e\xf6\x7b\x51\xa0\xd6\xdd\xb5\x96\x6f\x85\x5a\x36\xaa\x48\x4f\x4e\x38\x7c\x1f\x4b\x69\xbb\xf6\x86\x29\x6b\x9e\x56\xaf\x41\x8b\xd9\xaa\x75\x23\x22\x74\x27\x04\xe6\xf3\x65\x8b\x83\x55\xb3\xa7\x90\xa9\xe7\xf0\x3c\xcf\x92\x3f\xd9\xc0\x3d\x9d\xc3\xf3\x50\x07\xd8\x52\xf0\x7d\x56\xcb\x6f\xa5\x36\x9d\x47\xae\xe8\xd5\x4d\x6d\x66\xbc\x84\xc5\x02\xe2\x89\xf7\xad\x3e\xcf\x97\x01\x41\x2d\x84\x9d\x83\x6d\x1a\x6d\x6c\x66\x73\xe8\xda\x60\xc8\x1f\x0a\x7f\x6b\x90\x42\xc0\xf9\xf2\x7e\x76\xd4\x87\xa3\xfe\xa7\x20\xf0\x15\xba\x50\xd0\x15\x78\x1a\x54\xf4\x6c\x68\xcb\xf9\x52\x4f\xa6\x73\xf8\xc5\xad\xfd\xb5\xb7\x64\x25\x95\x92\x3b\xe7\x56\x89\x37\x4d\xe7\xf0\x20\x51\xd2\xb3\x8e\x4a\x4e\x4e\x6c\x59\xef\x64\xb1\x8a\x01\xae\xc5\x43\x03\x82\xd7\x54\x8c\x01\x2f\x83\x4e\x14\x9a\x46\x09\x2c\xdb\x62\xb1\x4b\x48\x57\xb2\xa9\xcb\x21\x3d\x85\x02\xce\x63\xd0\xf2\x4b\x35\xdb\x21\x06\x9b\x78\xc6\x16\x0b\xcb\xd5\x14\xfe\xf8\x23\x3c\x7a\xe6\xad\xc8\xcb\xe9\x1c\x7a\xfb\xec\xdf\xfd\x53\x26\x84\x34\x5e\x37\x3e\xe6\xb4\x02\xcc\x21\x37\x7b\x5f\x44\x1b\x5a\xb9\x28\xa4\x52\x58\x98\xdb\x2d\xfc\x21\xf3\xda\xb6\x2e\xed\x39\xae\x25\xa9\x7d\x84\xe6\xa2\x75\x2a\xd7\x42\x11\xde\x5c\x9c\xf1\xcd\xc7\x70\x9f\x98\x38\xf0\x86\x09\x1b\xfd\x7c\x6f\xa4\x93\x5e\x8c\x29\x24\x5a\x5c\x5c\xb9\x36\x62\x90\xb5\xd8\x57\x84\xdc\x9a\x14\xd5\x2d\x77\xd2\x33\x42\x8c\xbb\xa6\xdb\xc7\x1d\x85\x31\xf9\xce\xd2\xf8\x94\x1f\x06\xac\xd6\x12\xae\x11\xb7\xd4\xb1\x15\xd7\xb1\xbe\x0b\xf9\x94\xda\x20\x52\x40\x24\x13\xfe\xfd\x79\x2c\xdd\x1d\xfb\xe2\xd7\x6a\x94\xc5\xea\x2a\x96\xda\xb1\x2a\xb1\x35\xa7\x4e\x10\x98\x55\xd1\x26\xe4\x13\x85\xda\x78\xa5\xb5\x4b\x9d\x31\x66\x03\x01\xd8\xfd\x02\x45\x25\xa5\x46\x4d\x3d\x64\xb7\x78\xe6\xae\xdc\xdd\x59\x45\xb5\x99\x2a\x10\xf1\x1a\xf0\xad\x26\x15\xec\x1d\x29\x82\xa0\xfd\x18\x9c\x6b\x77\x9e\x47\xe2\xa3\xc4\x2d\x5f\xa4\xcd\x9c\x3f\x31\x33\x60\x2c\xd0\x6d\xce\xcc\xca\x28\xfb\xe7\xd2\xc1\x44\x63\xbd\x9e\x52\x54\xa7\x0c\x9a\x9e\x7c\x1a\x73\xcc\xd3\x07\xfd\xbe\xec\x9b\x8c\x99\x25\xa7\x87\x56\x35\x9e\x15\x9b\x7c\xec\x7f\x04\x03\xdd\xf6\xc3\x36\xa2\xaf\xf6\x70\xbe\x1c\xe7\xc4\x6d\x99\xc3\x7b\x17\xea\x42\xf8\xfc\x90\x9d\x78\xe9\xe2\x4d\x32\x74\xf0\x65\x7f\xa8\x16\xc8\x88\xe9\x8e\xd0\xd6\x52\x99\xa1\xe5\x06\xa5\xa0\x71\x84\x0e\x08\x3c\x4e\xad\x66\xe1\x12\xbb\x85\x94\x4c\x68\xa5\x29\x57\xdd\xa5\xce\xa8\xc2\x5c\x9d\xef\x87\x9b\xc3\x0f\xdf\xf4\x44\xec\x76\xbf\x5c\x5b\x9b\xba\xb2\xd8\xb3\x67\xbb\xbc\x8c\xc1\x1c\xab\x0f\x75\x68\x23\xf1\x06\xd5\xfe\x0e\x14\x24\x1b\xff\x3c\xf3\x49\x0d\x17\x98\x4f\xfc\xc0\xb1\x13\xfb\xda\xd0\x4b\x27\x1c\xa4\xf4\xce\x68\x8c\xc4\x36\xdb\x1a\x8f\x43\xfb\x99\xd0\xe7\x1a\x9e\x7c\xfd\xc5\x71\x5e\x9b\xc0\x02\x1e\xcf\x9e\x7c\x7d\x60\x01\x13\x97\xd9\xd6\x07\x26\x1f\xeb\x0f\xc7\x9f\x68\xf2\xe3\x3f\xa5\xf3\xe3\x61\x61\xa6\xdd\xaa\x49\xe1\x40\x0e\x3e\x39\x81\xd3\x0a\x8b\xeb\x36\x5e\x90\x08\x0f\x75\x7f\xc2\x94\x02\x91\xe6\x48\x94\x3a\x7b\x14\x3b\x4a\x9b\xb9\x0c\x3d\x99\xc2\x3d\x4a\xf3\x63\xf9\xfc\xb5\x3f\xd6\x67\xf2\x24\xbb\x9c\x66\xc7\x72\x71\xc3\x6a\x5e\xde\xbb\x7f\x74\x87\x2c\x2b\x69\xaa\x96\x65\x8e\x3a\xa6\xb3\x4e\xcc\x20\x2f\x0e\x73\x0a\xa5\x47\x04\x8a\x4c\x7c\xac\x40\x71\xec\x33\x26\x47\x77\xe7\x20\x16\x0e\x3d\xf5\xdb\xcc\xeb\xef\x3a\x1b\x46\xea\x1e\x08\xa3\xa0\x44\xb5\x61\xf6\x2d\x00\x37\x5b\xb3\xef\xcc\x11\x0f\xa8\x20\x32\x82\x36\xdc\xcc\x3a\x50\x81\x45\x17\x3c\x63\x5b\x5a\x69\x16\x5d\xf3\xf4\xb7\x0c\xea\x13\x16\xc3\x7a\xee\x4a\xed\x73\x17\xa3\x3a\x8d\xc6\x52\xf5\xde\x2b\x60\x85\x05\x6b\x34\x09\xad\x90\x56\x08\x19\xa5\x1f\x17\xda\x53\x5c\xc0\xfb\x0f\xfd\x1f\xbb\xb1\x2b\xfb\x9e\x94\xa5\x69\x58\xac\xb9\x36\x67\x52\xd9\x2a\x81\x3e\xc7\xc9\x7d\xbc\x2e\xa0\x0a\x93\xeb\xee\x94\x3b\x25\xe2\x9d\xdf\x4d\x0d\x39\x96\xc9\x80\x1e\xda\xea\xc8\x2f\x7e\xc3\x14\xdb\xa0\x41\xa5\xe7\x6d\xa3\x75\x99\xf5\x14\x74\x73\x20\x6d\xc7\xb0\x6d\x4c\x7a\x77\x91\xd2\x49\xff\xfc\x88\xe2\x32\x2d\x1b\x3d\xa1\x5e\x43\x94\x48\xdc\x6f\x2d\xb3\x59\xc7\x61\x41\x70\x08\x8c\xd1\xe1\xee\xcd\x7a\xfd\x97\x3f\x33\xfa\xe2\xb0\x2b\xfa\x48\x56\x4a\xd4\x60\x5b\x15\x7c\xc7\xb5\xf1\xd5\x7e\x8c\xb2\xad\x35\xba\x3d\x48\x17\x89\x17\x68\xda\xe2\xe4\xa1\xee\x18\xa8\x03\xaf\x5f\x3c\x8b\xbf\xc2\xc2\x2f\xcc\x56\xe2\x86\x0f\xcc\xcf\xfc\x9e\xa8\x42\xfa\xa7\x1d\x8d\xb4\x5a\x7a\x36\x63\x6e\x4c\x32\x1d\x81\x64\xc1\x44\x81\x35\x21\xd2\x7d\xd4\xed\x34\x89\x40\x68\x2b\xe7\xa2\x46\xa6\x34\x70\xd3\x95\xe5\x00\xb0\x99\xac\xbb\x73\x71\x3c\xb9\x03\x18\x98\x4f\x75\x08\x07\x28\xb5\x9c\xf6\x7a\xf6\xc3\xa1\xd3\xd5\x79\x08\xd1\xf7\xdd\x58\x38\xce\xab\x5b\xef\x3a\x5f\xda\x38\x6c\x51\xc1\x6a\x85\xac\xdc\x47\xff\xb8\x0b\x06\x6f\x71\x23\xfd\x38\xdd\xf9\x49\xdb\x50\xb8\xc0\x52\xc6\x3a\x7c\x0c\x1c\x33\x45\x34\x26\xd7\xb8\x6f\xb1\x3c\x88\x37\x4f\xd2\x48\x2b\x4f\x2c\xcf\xda\x19\x4a\x52\xc2\xdf\x02\x40\xc1\xeb\x5b\x33\xcb\x4b\x8b\x46\xba\x1f\xb8\x09\x37\x2a\xe1\x08\x77\x31\xe2\x91\x13\x25\xbd\xe8\x06\xd6\x04\xcf\xf9\xdc\x31\x42\xda\x0f\x1e\x3f\x02\xc3\xb1\x2a\xad\x6d\xf3\xc6\xc2\xc5\xa8\x28\xe3\xfd\xa6\x6c\xd7\xa4\x77\xa5\x7c\x20\xfa\xfb\x9a\xbc\x9d\xe5\xfa\x0b\xce\x38\x97\xf0\x1d\x29\x5d\x78\x32\x5f\x6e\x49\x61\xf0\x5d\xb8\x6c\x64\x75\x8d\x25\x70\xf3\xe9\x5e\xe2\x43\x72\xd6\x77\x42\x3f\x10\x27\xa3\x39\xd3\x6b\xb0\x92\xb4\x4e\x3d\x48\x7e\x79\x3b\xc2\xdb\x5b\x12\x52\xe7\x33\xbd\x79\x5f\x21\x7f\xd9\xfc\xf0\x7f\x91\x04\xe0\xc1\x83\x5b\x83\xc1\x70\x8e\x78\x25\xc3\x1c\x92\x99\xa2\xb2\x68\xa7\x44\x7d\xbe\x8c\x10\xba\x77\x7f\xcc\x73\x32\x63\xcd\x56\xac\xa6\xbb\xea\xc5\x02\x26\x83\x7c\x3c\x7b\xe6\x73\xe2\xe4\xf1\x74\x3a\xca\x8e\x01\x14\xb2\xb9\xaa\x12\x90\x27\x06\xbe\x77\x77\x74\x62\x65\x1a\x9b\xd2\xcb\xd1\x6c\x6d\x1d\xa2\x0b\x2c\x06\xd5\x76\x6f\x34\xff\x0d\x50\xf6\x01\xea\xd0\x58\xd4\xa5\x7c\x19\xde\x21\x48\xee\x5a\x53\xb4\x77\x27\x3f\x34\xcd\x69\x33\x8c\x1b\x28\xc5\x91\x54\x2a\x61\x5a\x62\x36\x06\x9e\x3e\x4a\x0c\x16\x42\xdc\x84\x6d\x64\x23\x8c\x4f\xb7\x5f\xf6\xcb\xc0\x7e\x68\x5e\xba\xae\x9f\x6e\xb5\x45\x7f\xec\xf5\xb0\x3b\x99\x80\x5b\x4b\xe1\x16\xe4\x3d\x50\xcc\xfc\x7c\x61\x62\xa5\x9d\xc3\xd3\x47\xb9\x40\xd3\x5b\xc3\x7a\xe0\xd2\x8d\xdf\x36\x8c\x0b\xc2\xb7\x53\x6c\xe4\x9b\x3c\x4e\xbb\xc1\xcd\x9d\xe5\xfe\x47\xb1\x1a\x34\x3d\x1d\xad\x7d\xf2\xcb\xb2\x4f\x29\x7f\xfa\xf8\xb7\xa1\xae\x13\xda\x86\xd1\xbf\xb2\x6e\x66\x7c\x91\xf8\xf4\xd1\x5d\xf1\x27\xc2\x25\x7c\xa0\x00\x1f\x62\x10\xd3\xf7\xb2\x88\x97\x33\xe6\xb2\x8c\xd5\x49\x72\xe6\x58\xe9\x46\x97\x64\x49\x13\xe2\x1e\xe8\x5b\x6e\xe5\xba\x99\x61\x20\xfb\x8d\xa5\xaa\xf4\x2a\xce\x96\xfe\x02\x77\xdd\x43\x82\xa7\x67\x14\x63\xf9\xd6\xe1\x76\xf2\x6f\xe8\xdf\xee\x1d\x56\xc9\xb5\xfb\xe0\xe9\x02\x9e\xcc\x1e\xcf\xe3\x25\x83\x46\xd3\xe5\xca\x48\xb8\xa2\x86\xd8\x32\xc7\x04\x3c\x79\xfc\xf8\x8b\xb1\x5b\x04\x18\xeb\xee\xda\x23\x07\x20\x7a\xe7\xd5\x65\xfb\xf9\xd3\x6a\x74\x22\x49\x53\x8a\x38\x26\x68\xb6\x25\xbd\xb4\x63\xf2\xb1\x63\x34\x81\xbf\xbc\x18\x1a\xa0\x1c\x66\xec\xd7\xdd\xf9\x58\x30\x7a\x87\xe4\xc0\xe1\xe1\xdd\xab\xb1\xba\x65\xe8\x6f\x57\xc9\x30\xd8\x89\x65\x9b\xa5\x17\x7c\x53\x8f\x00\x2a\xd3\x8a\xc3\x54\x8f\xf3\x83\x66\x73\x07\x43\xef\xf5\x5f\x38\x64\x1a\x40\x66\x7f\xac\xd2\xe7\xe9\x56\x1c\x25\x73\xa7\x43\xd1\x94\xa6\x54\x1f\x49\x92\x04\x7c\x78\x00\xf9\x76\x70\xbe\x63\x42\x34\xf9\x5c\x07\xe7\x08\x19\x90\xd7\xe1\x64\x90\x9b\xcf\x8d\x96\xc1\x43\xfe\xfa\x11\xe1\xad\xe3\xb5\x31\x36\x47\x60\x14\xae\xce\x7d\xb2\xd2\xdd\x17\x72\x7c\xef\x5c\x84\x9b\x42\x31\x64\x2c\x38\x68\x4a\x95\xb7\x44\xbb\x4a\xea\x70\x92\x8d\xea\x38\x16\xca\x62\x1b\xe3\xb2\xca\xc0\xac\x2a\x4f\xf4\x87\xbf\x14\xd0\x31\xb2\x4f\xd7\x43\x15\xec\xb8\xf2\xce\x97\x3a\xaa\x8e\x09\x60\x4a\x31\x87\x6e\x52\x97\xfd\x75\x3c\x3f\x8f\xbf\x8b\x70\x27\x67\xb3\x6b\xdc\xeb\x11\xae\xd2\x96\x29\x68\x0f\x98\x7f\x9c\xdd\xc5\xd3\x8b\xa8\x7e\xe1\x50\xef\x1c\xee\xed\x5c\x24\x71\x57\xb3\x4c\x80\xb2\xdd\x46\xc9\x0c\x73\xd5\xf8\x41\xcd\xb1\xad\xf4\x72\x10\xf8\xe9\x82\xed\x74\xdc\xcb\x04\xf9\x5b\xb3\x77\xa1\x21\x7f\x07\xe3\x35\xbd\xe9\xce\xea\xae\x70\x9b\x5c\xb8\x43\xb2\xd8\x6d\x42\x73\xa3\x49\xf0\xdb\x02\xd5\xa7\xbd\x36\xc2\xd7\x19\xf0\x78\x19\x3a\xd8\x81\x48\x64\xcb\x58\x85\xeb\xd0\xc2\x7d\x44\xf3\xcc\xcb\x69\x8f\x9a\x07\x97\xc2\x75\x1e\x72\x00\x6b\x3d\x14\x07\xfd\xfa\x6e\xe3\x37\xfe\xf6\x86\xbb\xc1\xc8\x5e\x81\x08\x98\xa4\x4c\x31\xfc\x6e\x44\xab\xfe\xa3\x54\xbb\x8e\x58\x7e\x55\xff\x7f\x7e\x61\x38\x87\xe7\x9d\x17\x3b\x5a\xa5\xc7\x16\x22\xdc\x03\xdd\x25\x79\xe7\xc1\x80\xa4\x9d\x07\xa3\x32\x0d\x3e\xee\xc9\xd0\x69\x99\x13\xcb\x73\xc1\xcd\x24\x4d\xad\x04\xd6\xde\x1b\x7d\xb0\x80\x13\xff\x7f\x68\x9c\x18\xb9\xd5\x95\x34\x56\xc6\x9b\xaf\x06\xae\xa3\x12\x0a\xed\xbb\x7d\x96\x00\xbd\x9e\x57\xdc\xba\xff\xc3\xd1\x87\x23\xf8\x6f\x00\x00\x00\xff\xff\xbe\x55\x78\x3a\x37\x33\x00\x00" func topshotmarketv2CdcBytes() ([]byte, error) { return bindataRead( @@ -130,7 +130,7 @@ func topshotmarketv2Cdc() (*asset, error) { } info := bindataFileInfo{name: "TopShotMarketV2.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x19, 0x96, 0xb8, 0x2, 0x45, 0x2c, 0xb0, 0x86, 0x36, 0xf2, 0xdf, 0xe, 0x3e, 0xc9, 0x93, 0x4, 0xb9, 0x97, 0xf3, 0x2a, 0xf3, 0x84, 0x94, 0x74, 0x96, 0x25, 0x54, 0x25, 0x6b, 0x96, 0xbb, 0xd0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0x3f, 0xc0, 0x9e, 0x69, 0xb7, 0x7f, 0x12, 0x7c, 0x37, 0xab, 0x5, 0xb3, 0x2c, 0x24, 0x79, 0x46, 0x53, 0x7d, 0x2c, 0x7c, 0xd0, 0x9a, 0x4b, 0x47, 0x20, 0x6b, 0x97, 0x1d, 0x9c, 0x2c, 0xd3}} return a, nil } diff --git a/lib/go/test/market_test.go b/lib/go/test/market_test.go index d4f838bc..cb076ec9 100644 --- a/lib/go/test/market_test.go +++ b/lib/go/test/market_test.go @@ -497,9 +497,20 @@ func TestMarket(t *testing.T) { }) t.Run("Can change the cut percentage of a sale", func(t *testing.T) { - // change the cut percentage for the sale collection to 18% + // cannot change the cut percentage for the sale collection to greater than 100% tx := createTxWithTemplateAndAuthorizer(b, templates.GenerateChangePercentageScript(env), bastianAddress) + _ = tx.AddArgument(CadenceUFix64("2.18")) + + signAndSubmit( + t, b, tx, + []flow.Address{b.ServiceKey().Address, bastianAddress}, []crypto.Signer{b.ServiceKey().Signer(), bastianSigner}, + true, + ) + + // change the cut percentage for the sale collection to 18% + tx = createTxWithTemplateAndAuthorizer(b, templates.GenerateChangePercentageScript(env), bastianAddress) + _ = tx.AddArgument(CadenceUFix64("0.18")) signAndSubmit(