From 719b93159e32894a5400e260e67bf990415a2940 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Wed, 6 Sep 2023 11:59:44 -0500 Subject: [PATCH] add get length --- contracts/ExampleNFT.cdc | 8 ++++++++ contracts/NonFungibleToken-v2.cdc | 3 +++ lib/go/contracts/internal/assets/assets.go | 12 ++++++------ 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/contracts/ExampleNFT.cdc b/contracts/ExampleNFT.cdc index acc00176..68287c7f 100644 --- a/contracts/ExampleNFT.cdc +++ b/contracts/ExampleNFT.cdc @@ -220,6 +220,14 @@ access(all) contract ExampleNFT: NonFungibleToken, ViewResolver { return self.ownedNFTs.keys } + /// Helper method for getting the number of NFTs stored in the collection + /// + /// @return An Integer representing the number of NFTs + /// + access(all) view fun getLength(): Int { + return self.ownedNFTs.keys.length + } + /// Gets a reference to an NFT in the collection so that /// the caller can read its metadata and call its methods /// diff --git a/contracts/NonFungibleToken-v2.cdc b/contracts/NonFungibleToken-v2.cdc index 6194268a..6ed5050f 100644 --- a/contracts/NonFungibleToken-v2.cdc +++ b/contracts/NonFungibleToken-v2.cdc @@ -284,6 +284,9 @@ access(all) contract NonFungibleToken { /// getIDs returns an array of the IDs that are in the collection access(all) view fun getIDs(): [UInt64] + /// Gets the amount of NFTs stored in the collection + access(all) view fun getLength(): Int + /// getIDsWithTypes returns a list of IDs that are in the collection, keyed by type /// Should only be used by collections that can store multiple NFT types access(all) view fun getIDsWithTypes(): {Type: [UInt64]} diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 3412dd4c..6b2c58e2 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -2,10 +2,10 @@ // sources: // ../../../contracts/BasicNFT-v2.cdc (2.8kB) // ../../../contracts/ExampleNFT-v2.cdc (18.366kB) -// ../../../contracts/ExampleNFT.cdc (17.208kB) +// ../../../contracts/ExampleNFT.cdc (17.482kB) // ../../../contracts/MetadataViews.cdc (26.683kB) // ../../../contracts/MultipleNFT.cdc (1.411kB) -// ../../../contracts/NonFungibleToken-v2.cdc (13.235kB) +// ../../../contracts/NonFungibleToken-v2.cdc (13.343kB) // ../../../contracts/NonFungibleToken.cdc (7.388kB) // ../../../contracts/ViewResolver.cdc (1.753kB) @@ -117,7 +117,7 @@ func examplenftV2Cdc() (*asset, error) { return a, nil } -var _examplenftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3c\x5d\x73\xdb\x38\x92\xef\xfe\x15\x1d\x3d\xcc\x49\xb3\xb6\x9c\xec\xce\xcc\xed\xaa\xa2\xcd\xe4\xe2\xd1\xad\xab\x66\x5c\xa9\x44\x7b\xfb\x90\x72\x25\x10\xd9\xb2\x50\x26\x01\x0d\x00\x59\xd1\x7a\xfd\xdf\xaf\x1a\x00\x41\x90\x04\x25\xd9\xc9\xdc\xdc\xc3\xfa\x21\x65\x93\xdd\x8d\xfe\x42\xa3\xd1\xdd\xcc\xf9\xb7\x27\xdf\x9e\x7c\x0b\x30\x5f\x71\x0d\x5c\x03\x13\x80\x9f\x59\xb9\x2e\x10\x38\xfd\x5b\xa2\x30\xcc\x70\x29\x40\x2e\x81\xc1\xac\x90\x5b\xb8\x92\xe2\x6c\xb6\x11\x37\x7c\x51\x20\xcc\xe5\x2d\x0a\xa2\x70\x69\x08\x5f\x48\x03\x6b\xa6\x0c\x81\x9b\x15\x82\x5c\x2e\x79\xc6\x59\x01\xda\x30\x91\x33\x95\xc3\x62\x63\x80\x1b\x60\x5a\x6f\x4a\xcc\xc1\x48\x58\x20\xe1\x6b\x5e\xf2\x82\x29\x7a\xb0\x92\x5b\x28\x99\xd8\xc1\xd5\x6c\xae\x61\x2b\x37\x45\x5e\x73\x63\xc9\x66\x52\x21\x2c\x37\x22\x23\xd6\x58\xc1\xcd\x6e\x1c\xc9\x91\x49\x61\x14\xcb\x0c\xe4\x12\x1d\x4b\x35\x36\x91\xd5\x72\xbd\xe2\xda\xf0\x8c\x19\xcc\x21\x2b\x98\xd6\x7c\x49\x7f\x71\x69\x45\xd1\x3b\x6d\xb0\x84\xa5\x54\xc0\x8d\xb6\x5c\x8c\x49\xbe\x1c\x97\x5c\xa0\x06\x46\xcc\x92\x8a\xae\x66\x73\xd8\x72\xb3\x82\x92\x0b\x5e\xb2\x02\x4a\x34\x2c\x67\x86\x59\x6e\xce\x4f\x4e\x78\xb9\x96\xca\x90\xc6\x2a\x85\x59\x7d\xc1\x52\xc9\x12\x06\xed\xc7\x83\x0a\xfe\x17\x4f\xe6\x7f\x38\x6e\xb5\x07\x6e\x3c\x0b\x90\xf4\xd7\x3b\xd4\xb2\xb8\x43\xe5\x01\xe3\x47\x83\x93\x13\x96\x65\xa8\xf5\x90\x15\xc5\xa8\x56\xcc\x4f\xce\xc6\x57\xb3\xf9\xa4\xc3\xdc\x69\x93\xe8\xfd\xc9\x09\x00\xc0\xf9\xf9\x39\xcc\xa5\x21\x4b\x6e\xd6\xeb\x62\x47\x06\xae\xa9\x68\xe0\xe4\x38\x5c\x1b\x14\x19\x5a\x84\x78\xdd\x3b\x6b\x57\xc3\x8a\xf7\x16\x77\x02\x7f\xbf\x14\xe6\x87\xef\x22\xca\x2b\x04\xbc\x73\xd6\x65\xd6\x91\xb0\xe4\x86\xac\xb3\x5d\xa1\xf0\x26\xf7\xbc\x93\x81\x15\x92\xe9\x3a\xeb\x38\x12\x6f\x3c\xe4\xa5\xe0\x86\xb3\x82\xff\x13\xf3\xe1\xe8\xe8\xb5\x98\xb0\x66\xe5\xda\x5a\x36\x57\x6c\xeb\xcd\xc5\xe0\x8d\x2c\x0a\xb4\x2e\xd7\xb3\xf2\x3f\x3c\xc6\x90\xe7\x95\x8c\xa7\x16\x79\x02\xaf\xf3\x5c\xa1\xd6\xaf\x9e\xc2\x48\x8e\x6b\xa9\xb9\x71\xbb\xe5\x08\x36\x2e\x1c\x7c\x83\x0b\x23\x93\x3c\xbc\x37\x52\xb1\x1b\x04\x26\x72\x78\xbb\x59\x14\x3c\x83\xb7\xcc\xac\x74\x87\x72\x81\x26\x5a\xd8\xa3\x11\xe8\x04\xa2\x3f\x0e\xa0\xb9\x15\x1c\x56\xfd\x7b\x12\xe9\x17\x2e\x0c\xaa\xde\x75\x1a\x4a\xb4\xd1\x40\xa1\x96\x1b\x95\xa1\x53\xa6\xc2\xb5\x42\x8d\xc2\xd0\x6e\xbd\x92\x02\x9a\x01\x6b\x1c\xf0\xaf\x70\x0b\x5c\x50\x74\xca\x90\x4c\x5e\x14\xb0\xc0\xca\xc1\x60\xa3\xb9\xb8\xb1\xee\x77\x35\x9b\x3b\x96\xc2\x42\x81\x04\xe9\x4e\x1b\xa9\x30\xa7\x5d\x40\xc0\xb5\xc4\x1d\xe8\x8e\xb0\x81\xef\xe4\x66\x1c\x5f\x5e\xcd\xe6\xa7\xcd\x80\x30\x6e\xef\xcd\x58\x17\x1b\xc1\x7f\xdd\x20\x5c\x5e\x38\x3d\x20\xcb\x56\xd6\x8d\x56\x4c\x07\xd8\xb6\xae\x6b\x3f\x69\xd2\xab\x56\x85\x25\xc7\x22\xef\xc7\x17\xac\x44\x32\x8f\xe2\xe2\xa6\x17\x28\x47\x9d\x29\xbe\x26\xa5\x1c\x84\x35\xab\x4d\xb9\x10\x8c\x17\x7d\x90\x1a\x8b\xa5\x03\x55\x72\xc7\x0a\xc3\x51\x4f\xe0\x43\x4b\x4b\xf6\xcd\xee\xba\x1f\xb7\x8a\xd6\x13\xb8\x77\xcb\x4c\xe0\xb5\xd8\xbd\x37\x6a\x93\x99\x87\x5a\x15\x5c\x70\x33\x0c\x7f\xd9\x27\xf5\xc6\x6a\x3c\x8f\x15\xd1\x7c\x93\x90\xbe\x09\xd0\x11\xb9\xf9\xfa\xb0\x98\x4d\xf8\xbd\xa2\xd5\xa0\x23\xb8\x6f\xa0\x91\x6e\xc6\x3c\x87\x29\xf0\xbc\xfb\x82\xc4\x83\xa9\x95\xb2\xfb\x32\x92\x10\xa6\xb1\xbc\x5d\xd0\x20\x2b\x4c\x6b\xb9\xbb\x60\x41\x66\x98\xd6\xf2\x77\xc1\x2a\x51\x61\x1a\xa4\x0e\x40\x0f\x4d\x87\x9e\xf9\x8c\xa1\x8a\x11\x66\xa3\x84\x06\x56\x14\x76\xd7\x06\x77\x77\xc7\x6e\xc8\x19\x30\x87\xc5\x2e\x19\x46\x62\xe2\x8d\x85\x7e\x74\xb4\xe1\xb5\x00\xa6\x14\xb3\xa7\xe5\x7c\xb7\x46\xed\x72\x88\x2a\xa8\xc4\x4b\xdc\x59\x6b\xba\x04\xe6\x8e\x15\x1b\x0c\xc1\x68\xa3\x2d\x07\x8d\x05\x6a\xbf\xba\xc3\x42\xae\x51\x69\x3a\x1b\x6e\x85\xdc\xc2\x76\xc5\xb3\x15\x25\x61\xac\x44\x8a\x57\x46\xc2\x9a\x69\xfb\x9e\xd6\x54\x2e\x78\x90\x8c\xc3\x11\x69\x6c\x25\xf3\x71\x52\x90\xc6\x09\xce\x71\x4b\x09\x17\xdc\xa0\xb1\xea\x19\x8e\x26\xf0\x81\x44\xba\x6e\xb9\x90\x97\xfc\x43\xe3\x21\xfd\x10\xf0\xcb\xa6\xef\x5e\x70\xbd\x2e\xd8\xee\xaf\xc3\xd1\xe9\x31\xe0\xef\x2a\x27\x38\x16\xe1\xa7\x9c\x93\xb9\x8f\x87\xff\x6c\x50\x09\x56\xfc\xfd\xdd\xcf\xc7\xa2\x5c\xcd\xe6\x75\xb4\xbf\x60\x86\x3d\x0d\xf1\x71\x8a\x78\x8f\x8a\xb3\xe2\x58\xe8\xb9\x62\xdc\x90\x0e\x1a\xc0\xd7\xc7\x6e\x12\xeb\x2e\x74\x8c\x86\x8d\xe6\x9c\x41\x2a\x30\xe4\xac\xa6\x3e\x50\x21\xb5\x15\xac\x27\x5a\x9c\x89\x3d\xa1\x88\xc3\xea\x7a\x90\xa3\xe6\xca\x3b\xff\x38\xbd\x83\x40\xdb\xa0\xb5\xb1\x47\xbc\x3f\xd4\xab\xfd\xa3\xf0\xd7\x0d\x6a\x93\x22\x90\xf4\x62\x72\xe0\xd8\xff\x3f\x56\x6c\xed\xd6\x38\x8a\x22\xe4\xab\x76\x58\xdc\x72\x93\xad\x9c\xdc\xf7\x1d\x95\x67\x4c\xe3\x7e\xef\x9e\x74\x70\xa0\xde\x29\x49\xa4\x61\x12\x03\xc2\x19\x13\xe2\x71\xd7\x03\xaa\x9f\xc6\x91\xd3\x0e\xd1\xfd\x68\xd1\x41\xd4\xe4\xec\x6f\xf3\xf9\xdb\x19\x2f\xb0\x9f\x35\xfa\xd9\xa8\x62\xd2\x8a\xf2\xbd\xf0\xa3\xe4\x9b\xee\xd3\x3e\x05\x47\xdb\x3b\xad\x61\x97\x13\x29\x74\x37\x53\x28\xd9\x67\x10\x9b\x72\x81\x8a\xfc\xcf\x5e\x5b\xac\x8f\x67\x4c\x50\x9c\x2d\xb9\x0d\xc4\x36\xd9\x37\xf1\x3d\xb2\x8f\xb6\x76\x11\x95\xc8\xa2\x63\xc5\x65\x4a\x3e\x7e\x73\x0d\x9a\x92\x19\x09\xa2\x47\x09\x94\x84\x78\xcc\x4b\xb1\x94\x30\x85\xa4\x80\x43\x67\xf3\x81\xbf\x6f\xd9\x7c\xce\xbf\x1a\x9c\x7a\x89\x26\xd5\xd9\x7d\x4a\xfc\x4c\x68\xc9\xb4\x7a\xa3\x35\x7f\xe6\xda\x74\xf2\x09\x4f\xf8\x1a\xa6\xf0\x21\xe2\xed\xfa\x78\x17\xae\xcc\xd2\xef\x28\xd1\xfa\x5f\xe8\x02\x21\x12\x3e\x62\x8b\x39\x9c\x7e\xee\xbc\x22\xbf\x90\xb3\xf8\xb0\x7a\x04\x73\x01\xed\x00\x7f\xe9\x84\xe8\xf1\x6c\x36\x8f\xbc\x47\x30\x1a\x21\x0e\x07\x2b\x63\xd6\x7a\x72\x7e\xee\x6b\x47\x67\x62\x69\xc6\x52\x2c\x0b\xb9\x1d\x4b\x75\x73\x3e\x18\x67\x52\x64\xcc\x0c\xbd\x6a\xc7\x46\xba\xac\x74\x38\x1a\x1d\xcf\x6a\xea\xa8\xdd\xcb\x70\x5d\x9f\x18\xc7\x51\x9f\xc2\xf8\x53\x57\x3d\x10\xd2\xdd\xad\x22\xe7\xac\xb3\x95\x7f\xa1\xa7\xfd\x36\x5d\xf2\x02\xbf\x20\xe0\x06\x03\x30\xad\xd1\xe8\xf1\x16\x17\x9a\x1b\x3c\x23\xb2\x7a\x9c\xc9\xf2\xfc\xfb\xe5\x0f\x7f\xfc\xcb\x77\xd9\xf3\xec\x3f\xd9\x9f\xb3\x3c\xff\xe1\xbb\x3f\x2d\x5e\x64\x7f\xfe\xe3\xf3\xd6\x0b\xf6\xfd\xf7\xd9\xe2\x45\xf6\x97\x3f\xfd\xf0\x71\x56\xc8\xed\xc7\x7f\x48\x95\x97\x4c\xdd\x8e\xf5\xdd\xcd\xa0\x3f\x90\xf7\x1f\x27\x56\x1b\xa4\xd6\x09\x0c\x78\xc9\x6e\xf0\x5c\xdf\xdd\xfc\xe1\x73\x59\xa4\xa9\xa5\x63\x56\xd2\x01\x53\x86\x39\x74\x6c\x0e\x28\x01\xa9\xc2\x68\x8d\x3d\x38\xf2\x14\x1d\xf8\xf2\x62\xb8\xdd\x73\xed\xb2\x73\xd6\xa8\x9c\x1a\x09\x2b\x2c\xd6\xb0\x93\x9b\x2a\x41\xa7\xdf\x15\x08\xfc\x6c\x7c\x0d\x75\x36\x1f\xef\x59\x15\xeb\xcd\xd5\xf6\x8a\x47\xec\xbb\xc1\x1e\xbb\xe8\x5f\x37\x4c\xe1\x25\x59\x64\xe2\x8c\xd4\x0f\xbb\x60\x42\xa0\x3a\x0e\x56\xcb\x8c\xb3\x42\x4f\x12\x79\x52\xfc\x33\x30\x5b\x6e\x0c\xaa\xc1\x51\xe2\x79\x60\xeb\xc8\x24\xdc\xc7\x45\x21\xb3\xdb\x6c\xc5\xb8\x18\xa4\x3d\x06\x6c\x5e\x9b\x7a\x7a\xfc\xce\x0f\x79\x73\x6f\x72\x81\x9f\xb3\x62\x93\x57\x99\xc3\x9c\x97\xae\x90\xb6\x94\x92\x7c\x40\xaf\xe4\x16\xa4\x59\xa1\x22\x27\xd1\xf6\x0e\x68\x49\xf6\x9f\xcb\x8e\x5e\xee\xc0\xe8\x04\x1e\xd4\xa4\x07\xa7\x30\x58\x4a\x39\x48\x9f\xc4\xb6\x6c\x62\xd1\x88\xf9\x4e\xf8\xc9\x79\x66\xe6\xd2\xd1\x1d\xd2\x1f\x93\xe6\xe5\xf9\x34\xac\x7d\xc5\x4a\xd4\x93\x16\x2b\xa3\x93\x3e\x15\x44\xa2\x73\xba\x24\x6c\x04\xff\x0c\x86\x97\xa8\x0d\x2b\xd7\xa7\xb0\x45\xd2\xc3\xa6\xc8\x81\xc2\x08\x70\xe3\x0a\xe6\x0c\x72\xb7\x63\xed\x6d\x40\x4b\x58\x17\xcc\x2c\xa5\x2a\xb5\xbb\xc4\x92\xea\x2a\x15\x72\x33\xee\x0f\xb6\x61\x79\xcb\x68\x47\x6e\xfb\xb4\xca\x9f\x1a\xba\xb4\x39\x5a\x4b\x0b\x0d\x75\x5f\x3f\x3b\x8d\x99\x9c\xc0\xe0\x82\x19\xc2\x54\x4c\x71\xb3\xdb\x93\x62\xd5\x76\x18\xb3\xdc\x69\x70\xd8\x62\xb4\x5f\xa1\xe4\x3c\x56\x93\x96\x8a\xd3\x16\x39\x83\xdc\x0a\xbf\x72\xaf\x32\x96\xd2\x59\xf8\x9d\x05\xeb\xe8\xc2\x3d\x1e\xea\x4c\x2a\x9c\xc0\x8b\xe7\xe3\xe7\x3e\x57\x7c\xf1\xdc\xfe\xde\x0c\x75\x6f\x64\x59\xca\xbe\xed\x15\xaf\xb6\x5f\xe7\xe4\xb1\x7d\xca\xb6\xde\xdc\x52\xb2\xe0\x45\xad\xe1\xa6\x40\xc7\x2b\xbb\xc2\xeb\xd1\xb2\x3f\x4e\x6a\xcc\x26\xd8\x43\xaa\x9e\x11\xa7\xf0\x0e\xe0\xa1\x2e\x42\x5f\xf8\xc6\x90\xbd\x0d\xd8\x8a\x8a\xbf\x59\x30\x85\xb6\x1d\xc6\xb3\x8d\xef\x6d\xd9\x8b\x05\x25\xf0\xa1\x9f\x91\x35\xcb\xf9\x7b\x6b\xc4\xb6\x02\xbd\x64\x19\x46\xb9\x4d\xbb\xbc\x1e\x45\xde\xf6\xdd\xd7\x37\x12\x86\xf6\xca\x3e\x81\x1f\x3b\xd5\xe6\xab\xd9\x7c\x74\xb0\xfe\x73\x79\xe1\xaa\x3f\xae\x02\xda\xa9\xaf\x36\xe1\x17\x52\x29\xb9\xbd\x9a\xcd\xa3\x6e\xc4\x68\x02\xdf\xa4\x96\x3e\x86\x52\x2d\x77\x8b\x60\x94\xec\x5d\xcd\xe6\xed\x1b\xfc\x5a\x6a\x93\x38\x92\x86\x0a\xf5\xa6\x30\x30\x9d\xda\xdd\x0c\xff\xfa\x57\xf5\xe8\x95\x2d\x83\x4e\x81\xe7\x3d\xe1\x7f\xf0\x86\x09\x21\x8d\x67\x2b\xb2\x07\x28\x5c\xa2\x42\x91\xe1\xc4\x3a\xc4\xe5\x45\x55\xed\x70\xae\x84\x79\x0d\x41\x3b\x9d\x8b\x4c\x2a\x85\x99\x19\xf4\x78\x61\xc7\xdd\xe6\xab\x76\xbb\xa3\x2a\x15\xae\x64\x91\x47\x1d\x0b\x22\xae\x79\x8e\xb6\xeb\xc9\xb2\x4c\x6e\x84\xa9\x5b\x1f\x97\x02\xa4\xca\x5d\x85\x70\x81\xc0\x16\x2e\x75\x29\x99\x60\x37\x1e\x3d\xc2\x73\x6b\x08\x74\x5d\x28\xd7\x20\x89\x5a\x20\x80\xe5\xda\xec\xe2\xdc\x68\xc9\x95\xbf\xde\xed\x75\xe9\xda\x7d\x27\x7b\x9c\xfa\xb4\xdb\x19\x79\xab\xe4\x1d\xcf\x51\x25\x5e\xbd\xc3\x0c\xf9\x5d\xf2\x55\x97\x70\xba\xb7\x12\xb5\x70\xee\xa3\xba\x12\xd0\xd9\xc9\xa5\x60\x6a\xe7\x6b\x08\xb4\x91\xe9\xe0\xb2\x6a\xa7\x25\x74\x0c\xee\x3b\x78\x2c\xb2\x17\x1d\x78\xee\x0c\x14\xf0\xc9\xf9\xef\x27\x72\x12\x5b\x3a\x48\x6f\x01\xa6\x28\xfc\x63\x4e\x36\x99\xc0\x8f\xf7\x0e\x2b\xd1\x2d\xba\x9a\xcd\x5b\x8d\x0b\x18\x26\x6b\xfc\x81\x1c\xbc\x3c\x83\xfb\x87\xbe\x5a\xe0\x3b\x2c\xa5\x2d\xfe\xb9\x5e\xa4\x2f\x8d\x60\x6c\x66\x4a\x78\x1c\x10\x37\x55\x8d\x39\x63\x45\x81\xea\x50\x49\xb0\xea\xaf\x5e\x5e\xb8\xc2\x60\xbd\x51\x68\x2d\xe7\xd7\x4c\x18\xed\xfd\x33\xb4\x63\x93\x75\xc2\xb9\x47\x6b\xee\x8b\x15\xd3\xb0\x40\x14\x60\xd8\x2d\x0a\x90\x9b\x30\x98\xd0\x8a\xba\x6d\x36\xbd\xfa\x3b\x0a\xae\x3a\xbc\xb4\x59\x5c\x4c\xad\xd8\x1a\xc6\xe2\x84\xb0\x94\x0c\xb1\x2d\x83\xd8\xd4\xcd\x8e\x05\xbc\x3c\x6b\x59\x67\xac\xac\x01\x86\xb7\xb8\x9b\x44\xfa\x1a\xc1\xab\x57\xb0\x66\x82\x67\xc3\x41\xc9\xb5\x6d\x52\x5e\xcd\xe6\x83\xd6\x79\x87\x25\x6f\xf5\xa4\x5d\xad\x96\xe7\x55\x57\x3a\xac\xa6\x5e\xd1\xe9\xa9\x50\xb7\x53\x3d\xaf\xde\x97\x67\xa6\xd1\xf0\x68\xf9\xc9\xeb\x3c\x0f\x4e\x52\xf9\x40\x50\xb0\x8e\x37\x0d\xb9\x0b\xcb\x73\x5d\x85\x46\x0f\xcd\x73\xd7\x28\x39\xe4\x33\xfe\xe4\xea\x5a\xdb\xba\x08\x17\x2e\x69\xad\xfa\xb0\xc7\x19\xf9\x71\xc7\xe3\x3e\xe3\xb9\x5f\x98\x7e\x06\x3f\x36\x8f\xa3\x93\x0e\x4e\x7d\x78\xc1\x34\x98\xa5\x09\x46\x71\x35\xcf\xad\x20\x02\xb7\x9e\xb8\xd7\x57\xa4\x51\xd7\xef\x51\x7e\xa7\xda\xa1\x9b\x22\x07\x29\xb0\xb3\xa6\x2c\xf2\x79\xda\xcf\x3e\xf0\xfc\x3a\x08\x90\x70\xa2\x78\xa2\x80\xbc\xc7\xc8\x63\x7c\x27\x47\x6d\x94\xdc\x85\x75\xfb\xbc\xe7\x6f\x58\xac\x51\xf9\xcc\xc9\x36\x16\x6e\xd0\x84\x22\x7f\x14\x6b\x2e\x2f\x74\xbf\x83\xb4\x5b\x6e\x94\x60\xb1\xba\xd7\x76\x79\xa1\xa3\xf0\xa2\x9f\xe0\x22\x7b\x72\xa0\x74\x0f\xac\xb5\x97\x6f\x71\xa7\xfb\x54\xf0\xdf\x68\xdc\x29\x51\x25\x06\x46\x86\x01\x90\x36\xa3\xae\xee\xcc\x4c\x83\x40\x1d\x76\x6d\x39\x5b\x21\xcb\xed\xb5\x21\x34\x6d\x68\xe3\x11\x40\xf5\x94\x92\xd4\x43\xbb\x8d\xcc\xdd\x8c\xcc\x14\x90\x31\x87\x38\x59\x6b\x76\x6b\x1a\x12\x34\x31\x9a\xb3\x10\x47\x69\xfa\x31\xd9\x63\xda\x06\xc3\x6f\x12\x9e\xce\x74\x9a\xc4\xab\xd1\xb3\x7f\x1b\xe8\x09\x06\x7a\x62\x52\xce\x97\xa9\x30\xf4\xcc\xe6\xe2\x89\x64\xfd\xfc\x1c\xde\xd8\xb4\x93\x14\xcf\x36\x66\x25\x15\xff\x67\x23\x9b\x26\x9b\x14\x85\xdc\x42\x2e\xb7\x22\x63\xda\xc4\xa3\x23\xd5\x8f\x9d\x1a\xc1\x25\x4c\x7b\x7d\x83\x68\x1f\x76\x90\x96\xa3\x11\x49\x8a\xfc\x2d\x99\x5b\x39\xfd\xe1\xab\xe5\x41\xaf\xab\x12\x24\x29\x8a\x5d\x33\xf9\xb4\xaf\x3e\xdd\xa7\x13\xda\x87\x4f\x0d\xca\xf5\x4d\xd2\x3b\x6b\xd7\x41\x8d\xe2\x78\x87\xf6\xb9\x1d\x4e\xa8\xc1\xda\xde\xc5\xa3\x69\x09\x62\x85\x5c\xd9\x57\xdc\x09\xbe\xfc\xea\x6e\xdc\xb8\x01\xd5\xda\xe9\x6a\x23\x8c\x4a\x05\x79\x1f\xeb\xdb\xf1\x30\x64\xcb\xbb\xfb\x34\x9d\x48\x11\xc4\xd2\x7c\x15\x87\x73\x55\xc2\x70\xd5\x9c\x5a\xc2\x87\xdc\xce\x2b\x2d\xc2\xa3\x00\xd8\xc7\x7d\xca\x17\xfd\x49\xde\xb9\x4b\x54\x27\x7c\x53\xac\xfe\x9b\xeb\x6b\xda\x9d\xf6\x5a\x29\x05\xd6\xf7\x48\x60\x36\xc3\x69\x5f\x21\x1b\x97\xc7\xb6\xf9\x09\xe1\x31\x73\x76\x64\x51\xb7\xda\x4f\xb4\x4c\x8d\x3a\x4c\xa6\xe9\xc9\xfb\x5f\x48\x86\x2b\xbe\x63\x2a\x6d\x59\xdf\x35\x6e\x22\x14\xb2\xf2\x92\xd3\x95\x1b\xb4\xa4\xf0\x4e\x5e\x5a\x0d\x3d\xbb\x19\x67\xb9\x15\x7e\x1e\xba\xa2\x11\xee\xe4\x5c\x18\x2b\x71\x50\xef\xa1\x51\x42\x3f\xac\xd8\x9a\x10\xa4\xa7\xda\x6b\x3b\x0c\x2f\xbb\x3f\x2f\x2f\xec\xb6\xf5\x39\x30\x5d\xe6\xdc\xb9\xd6\xc0\x57\x98\xf1\x35\xb7\x63\x95\xd1\x71\x17\xa6\x24\xb9\x8a\x1f\x87\x7d\x79\x68\xfb\x07\xaa\x13\x78\x0d\x19\x5b\xb3\x05\x2f\xb8\xd9\x75\x6f\x12\xb0\xb5\xdd\xfc\x2a\x23\x76\x12\xb8\xca\x47\x98\x91\x4d\x2d\xe0\x6a\x91\xd6\x6b\x58\x89\x7e\x74\xc5\x45\xd1\xce\xc8\x58\x84\xd6\x28\x88\xce\xdd\xb8\x4a\x98\x71\x3b\x96\x48\x34\x4f\x41\x24\xea\xd9\xb7\x63\x09\x44\xa3\x7f\xf1\x38\x99\x9f\xfb\xf3\xe3\x31\xfa\x14\x34\x62\x6b\x70\x3c\x97\x59\x3a\x83\x68\xef\x0b\x72\x2f\x3a\xbc\x5b\x51\x23\x58\xe5\x9b\xfb\x83\x75\x94\x87\xff\x3f\x93\x90\x01\x3c\x75\x57\xdb\x3b\x18\x09\xd3\xb8\x16\x52\xa1\x64\x1b\xa5\x50\x98\xff\x2a\x64\x76\x0b\x53\xca\xfe\xdf\x44\x4f\x5a\x63\x55\xed\x56\x82\x85\x19\x5c\xc3\xb4\x41\x66\xbc\x42\x7e\xb3\x32\x7b\x31\x5d\x13\xa2\x8d\x18\x5a\x2b\xfb\x70\x95\xc5\x0b\x06\x74\xb7\xb4\x67\xd5\x2d\xad\x73\xcb\xb4\x35\xe9\x35\xc7\xcc\xce\x65\x85\x84\xb4\x31\x7f\x58\x35\x63\xb0\x5c\x60\x6e\x6b\x8c\xae\x48\x4f\x07\xab\xac\xba\x15\x3d\x3c\xd9\x3a\x3f\x4c\x61\xb0\x60\x6a\xd0\x59\xbd\x71\x04\xb4\x8f\xae\x3b\xa6\xe8\x39\xed\x91\x3a\xea\x76\x5c\x15\xfc\x4c\x6e\x74\x06\x46\x9f\x1b\x74\x9b\x95\xce\x3b\xd3\xe3\x53\x0d\xff\xdc\x3b\x31\x15\x39\x6a\xf8\xb5\x0b\x15\xf9\x6b\xf8\xb5\x0b\x55\xbb\x65\xe8\xc8\x35\x60\x46\x1d\xb5\x75\x02\x75\x6d\xef\xff\xd0\xa1\x68\x1b\x87\xe6\x6e\x3c\x86\x78\x9b\x8f\x5b\xe5\x8f\x97\x67\x4e\xf1\xad\xa5\xd3\x3a\x86\x69\xdf\x8b\x3f\xf8\x84\x69\xf8\x62\xd4\x9f\x17\x3c\x76\xe6\xb0\x6a\x9e\x8c\xbb\x29\xc2\xe3\xc6\x0d\xbf\x68\xd4\xb0\x2f\xcd\x78\xec\x88\x61\xff\x78\xe1\x97\x8d\xc2\x1c\x31\x36\xc1\x4c\xcf\x50\x8a\x8e\xbf\xbc\x88\x4c\x9b\xfc\x06\x24\x3d\x0e\xb0\x8e\xbe\xf6\x48\x52\xa8\x3f\x01\xe9\x21\xe0\x2b\xfc\x8e\xc4\xf9\x5a\xf1\x3b\x66\xf0\x1c\x13\x5d\x82\x7d\x1c\xc4\x1d\x06\xab\xcb\x6f\x92\xdc\xdc\x47\x4f\xfb\x1b\x11\x0f\xc9\xa9\xdb\x7a\xb1\x9f\xb9\xb8\xc5\xdc\xf5\x32\xbf\x78\xb1\xd3\xc3\xed\x8b\xfe\xde\xc7\xa1\xbe\xc6\x1e\x49\xbc\xde\x7f\x77\x59\x42\x8b\xe7\xe9\xb2\x24\x53\xfe\x2a\xdc\x4c\x60\xb8\xdc\x3c\xe6\x02\xd0\xfe\x09\x17\x82\x48\x05\x3d\x97\x8c\x24\x8d\x87\xee\xe3\xd1\x13\x02\xc0\x9e\xa9\xb4\x27\x4d\xa4\x3d\x6d\x1a\xed\xf7\x9e\x44\xeb\xf1\x80\x47\x4c\xa0\x75\xad\xf1\x85\x93\x67\x4f\x99\x3a\xfb\xbf\x9f\x38\xfb\x6d\xa7\xcd\x8e\x9d\x34\x3b\x76\xca\xec\x88\x09\xb3\xdf\x7a\xba\xac\x3b\x59\xd6\xce\x6d\xa0\x5b\xde\xdb\x93\xee\x7c\x95\xef\x90\x52\x85\x92\xaf\xfe\xfd\xd1\x6f\xf5\xed\x51\x2a\x95\x3a\xee\x9b\xa3\xe4\xf7\x46\x4f\xfa\x50\xe7\xf8\x30\x1b\xd0\xae\x63\xcb\xda\xef\x04\x47\xcd\x71\x81\xfa\x1b\x64\xab\x00\x13\x7d\x41\x5d\xa7\x7f\xf6\x6b\x89\x46\x2e\xfd\x3c\x2e\xdb\xc0\x7b\x74\x65\x57\x8a\x26\x39\xac\xc3\xf7\xb9\x01\x39\x99\x94\xc1\x14\xce\x7d\x16\x97\x4c\x99\xfa\x48\xd4\x59\x19\x51\x70\x59\xcd\x11\x04\x3a\x1f\xec\xa6\xd7\x77\x60\x0d\xf1\xaa\xa2\x7e\xaa\x9c\xe7\x3e\xae\x65\x77\xe8\xa7\x0b\x3c\xc1\x80\x6e\xef\xe7\x35\xda\x9e\xca\x5c\x60\xb4\x9a\x83\x21\xaa\xc3\x97\x67\x35\x76\xd4\xd6\x4c\x2a\x74\xd4\xe0\x3a\x5c\x5b\x9d\x86\xe2\xba\x55\x55\xd9\x49\xf4\x16\x1b\x1c\x14\x5c\xdc\xf6\xe5\x54\x47\x0c\xae\x1c\x97\x76\x1d\x9c\x6f\x79\xf8\x6b\xf3\xec\xea\x75\x87\x56\x99\x86\xa9\x1b\x34\xfb\xf4\x55\xd7\x61\xd2\xe6\x6e\x7d\x4f\x7d\x8c\xa9\x5d\x75\xa3\x59\x0a\x70\x64\x0e\x58\xd9\x21\x46\x16\xee\xb8\x6b\xc4\xa4\x6d\x79\xa7\xff\x17\x01\xb7\xdd\x1f\x4e\xfe\x37\x00\x00\xff\xff\x03\x7d\xb8\xd5\x38\x43\x00\x00" +var _examplenftCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3c\x5d\x73\x1b\x37\x92\xef\xfa\x15\x6d\x3e\xe4\xc8\xac\x44\xd9\xbb\x49\x6e\x97\x65\xae\xe3\xb3\xc2\x5b\x55\x25\xaa\x94\xcd\xbd\x7d\x70\xa9\x12\x70\xa6\x29\xa2\x34\x03\x30\x00\x28\x9a\xab\xd5\x7f\xbf\x6a\x00\x83\xc1\xcc\x60\xf8\x21\x27\x97\x7b\x58\x3d\xb8\xa4\x99\xee\x06\xfa\x03\x8d\xfe\x1a\x5f\x7e\x79\xf6\xe5\xd9\x97\x00\xf3\x15\xd7\xc0\x35\x30\x01\xf8\x89\x95\xeb\x02\x81\xd3\xbf\x25\x0a\xc3\x0c\x97\x02\xe4\x12\x18\xcc\x0a\xb9\x85\x1b\x29\x2e\x66\x1b\x71\xc7\x17\x05\xc2\x5c\xde\xa3\x20\x0a\xd7\x86\xf0\x85\x34\xb0\x66\xca\x10\xb8\x59\x21\xc8\xe5\x92\x67\x9c\x15\xa0\x0d\x13\x39\x53\x39\x2c\x36\x06\xb8\x01\xa6\xf5\xa6\xc4\x1c\x8c\x84\x05\x12\xbe\xe6\x25\x2f\x98\xa2\x07\x2b\xb9\x85\x92\x89\x1d\xdc\xcc\xe6\x1a\xb6\x72\x53\xe4\xf5\x6e\x2c\xd9\x4c\x2a\x84\xe5\x46\x64\xb4\x35\x56\x70\xb3\x1b\x47\x7c\x64\x52\x18\xc5\x32\x03\xb9\x44\xb7\xa5\x1a\x9b\xc8\x6a\xb9\x5e\x71\x6d\x78\xc6\x0c\xe6\x90\x15\x4c\x6b\xbe\xa4\xbf\xb8\xb4\xac\xe8\x9d\x36\x58\xc2\x52\x2a\xe0\x46\xdb\x5d\x8c\x89\xbf\x1c\x97\x5c\xa0\x06\x46\x9b\x25\x11\xdd\xcc\xe6\xb0\xe5\x66\x05\x25\x17\xbc\x64\x05\x94\x68\x58\xce\x0c\xb3\xbb\xb9\x3c\x3b\xe3\xe5\x5a\x2a\x43\x12\xab\x04\x66\xe5\x05\x4b\x25\x4b\x18\xb4\x1f\x0f\x2a\xf8\x1f\x3c\x99\xff\xe1\xb8\xd5\x1e\xb8\xf1\x2c\x40\xd2\x5f\xef\x51\xcb\xe2\x01\x95\x07\x8c\x1f\x0d\xce\xce\x58\x96\xa1\xd6\x43\x56\x14\xa3\x5a\x30\xdf\x39\x1d\xdf\xcc\xe6\x93\xce\xe6\xce\x9b\x44\x1f\xcf\xce\x00\x00\x2e\x2f\x2f\x61\x2e\x0d\x69\x72\xb3\x5e\x17\x3b\x52\x70\x4d\x45\x03\x27\xc3\xe1\xda\xa0\xc8\xd0\x22\xc4\xeb\x3e\x58\xbd\x1a\x56\x7c\xb0\xb8\x13\xf8\xfb\xb5\x30\xdf\x7c\x15\x51\x5e\x21\xe0\x83\xd3\x2e\xb3\x86\x84\x25\x37\xa4\x9d\xed\x0a\x85\x57\xb9\xdf\x3b\x29\x58\x21\xa9\xae\xb3\x8e\x23\xf1\xce\x43\x5e\x0b\x6e\x38\x2b\xf8\x3f\x31\x1f\x8e\x8e\x5e\x8b\x09\xab\x56\xae\xad\x66\x73\xc5\xb6\x5e\x5d\x0c\xde\xc9\xa2\x40\x6b\x72\x3d\x2b\xff\xc3\x63\x0c\x79\x5e\xf1\x78\x6e\x91\x27\xf0\x36\xcf\x15\x6a\xfd\xe6\x39\x1b\xc9\x71\x2d\x35\x37\xee\xb4\x1c\xb1\x8d\x2b\x07\xdf\xd8\x85\x91\xc9\x3d\x7c\x30\x52\xb1\x3b\x04\x26\x72\xf8\x71\xb3\x28\x78\x06\x3f\x32\xb3\xd2\x1d\xca\x05\x9a\x68\x61\x8f\x46\xa0\x13\x88\xfe\x38\x80\xe6\x56\x70\x58\xf5\xef\x49\xa4\x1f\xb8\x30\xa8\x7a\xd7\x69\x08\xd1\x7a\x03\x85\x5a\x6e\x54\x86\x4e\x98\x0a\xd7\x0a\x35\x0a\x43\xa7\xf5\x46\x0a\x68\x3a\xac\x71\xc0\xbf\xc1\x2d\x70\x41\xde\x29\x43\x52\x79\x51\xc0\x02\x2b\x03\x83\x8d\xe6\xe2\xce\x9a\xdf\xcd\x6c\xee\xb6\x14\x16\x0a\x24\x48\x76\xda\x48\x85\x39\x9d\x02\x02\xae\x39\xee\x40\x77\x98\x0d\xfb\x4e\x1e\xc6\xf1\xf5\xcd\x6c\x7e\xde\x74\x08\xe3\xf6\xd9\x8c\x65\xb1\x11\xfc\x97\x0d\xc2\xf5\x95\x93\x03\xb2\x6c\x65\xcd\x68\xc5\x74\x80\x6d\xcb\xba\xb6\x93\x26\xbd\x6a\x55\x58\x72\x2c\xf2\x7e\x7c\xc1\x4a\x24\xf5\x28\x2e\xee\x7a\x81\x72\xd4\x99\xe2\x6b\x12\xca\x41\x58\xb3\xda\x94\x0b\xc1\x78\xd1\x07\xa9\xb1\x58\x3a\x50\x25\x77\xac\x30\x1c\xf5\x04\x3e\xb6\xa4\x64\xdf\xec\x6e\xfb\x71\x2b\x6f\x3d\x81\x47\xb7\xcc\x04\xde\x8a\xdd\x07\xa3\x36\x99\x79\xaa\x45\xc1\x05\x37\xc3\xf0\x97\x7d\x52\x1f\xac\xc6\xf3\x58\x10\xcd\x37\x09\xee\x9b\x00\x1d\x96\x9b\xaf\x0f\xb3\xd9\x84\xdf\xcb\x5a\x0d\x3a\x82\xc7\x06\x1a\xc9\x66\xcc\x73\x98\x02\xcf\xbb\x2f\x88\x3d\x98\x5a\x2e\xbb\x2f\x23\x0e\x61\x1a\xf3\xdb\x05\x0d\xbc\xc2\xb4\xe6\xbb\x0b\x16\x78\x86\x69\xcd\x7f\x17\xac\x62\x15\xa6\x81\xeb\x00\xf4\xd4\x34\xe8\x99\x8f\x18\x2a\x1f\x61\x36\x4a\x68\x60\x45\x61\x4f\x6d\x30\x77\x77\xed\x86\x98\x01\x73\x58\xec\x92\x6e\x24\x26\xde\x58\xe8\x5b\x47\x1b\xde\x0a\x60\x4a\x31\x7b\x5b\xce\x77\x6b\xd4\x2e\x86\xa8\x9c\x4a\xbc\xc4\x83\xd5\xa6\x0b\x60\x1e\x58\xb1\xc1\xe0\x8c\x36\xda\xee\xa0\xb1\x40\x6d\x57\x0f\x58\xc8\x35\x2a\x4d\x77\xc3\xbd\x90\x5b\xd8\xae\x78\xb6\xa2\x20\x8c\x95\x48\xfe\xca\x48\x58\x33\x6d\xdf\xd3\x9a\xca\x39\x0f\xe2\x71\x38\x22\x89\xad\x64\x3e\x4e\x32\xd2\xb8\xc1\x39\x6e\x29\xe0\x82\x3b\x34\x56\x3c\xc3\xd1\x04\x3e\x12\x4b\xb7\x2d\x13\xf2\x9c\x7f\x6c\x3c\xa4\x1f\x02\x7e\xdd\xb4\xdd\x2b\xae\xd7\x05\xdb\xfd\x75\x38\x3a\x3f\x06\xfc\x7d\x65\x04\xc7\x22\x7c\x97\x73\x52\xf7\xf1\xf0\x9f\x0c\x2a\xc1\x8a\xbf\xbf\xff\xfe\x58\x94\x9b\xd9\xbc\xf6\xf6\x57\xcc\xb0\xe7\x21\x9e\x26\x88\x0f\xa8\x38\x2b\x8e\x85\x9e\x2b\xc6\x0d\xc9\xa0\x01\x7c\x7b\xec\x21\xb1\xe6\x42\xd7\x68\x38\x68\xce\x18\xa4\x02\x43\xc6\x6a\xea\x0b\x15\x52\x47\xc1\x5a\xa2\xc5\x99\xd8\x1b\x8a\x76\x58\xa5\x07\x39\x6a\xae\xbc\xf1\x8f\xd3\x27\x08\xb4\x75\x5a\x1b\x7b\xc5\xfb\x4b\xbd\x3a\x3f\x0a\x7f\xd9\xa0\x36\x29\x02\x49\x2b\x26\x03\x8e\xed\xff\xa7\x6a\x5b\xbb\x35\x8e\x22\x0f\xf9\xa6\xed\x16\xb7\xdc\x64\x2b\xc7\xf7\x63\x47\xe4\x19\xd3\xb8\xdf\xba\x27\x1d\x1c\xa8\x4f\x4a\x12\x69\x98\xc4\x80\x70\xc7\x04\x7f\xdc\xb5\x80\xea\xa7\x71\xe5\xb4\x5d\x74\x3f\x5a\x74\x11\x35\x77\xf6\xb7\xf9\xfc\xc7\x19\x2f\xb0\x7f\x6b\xf4\xb3\x51\xc5\xa4\xe5\xe5\x7b\xe1\x47\xc9\x37\xdd\xa7\x7d\x02\x8e\x8e\x77\x5a\xc2\x2e\x26\x52\xe8\x32\x53\x28\xd9\x27\x10\x9b\x72\x81\x8a\xec\xcf\xa6\x2d\xd6\xc6\x33\x26\xc8\xcf\x96\xdc\x3a\x62\x1b\xec\x9b\x38\x8f\xec\xa3\xad\x9d\x47\x25\xb2\xe8\xb6\xe2\x22\x25\xef\xbf\xb9\x06\x4d\xc1\x8c\x04\xd1\x23\x04\x0a\x42\x3c\xe6\xb5\x58\x4a\x98\x42\x92\xc1\xa1\xd3\xf9\xc0\xe7\x5b\x36\x9e\xf3\xaf\x06\xe7\x9e\xa3\x49\x75\x77\x9f\xd3\x7e\x26\xb4\x64\x5a\xbc\xd1\x9a\xdf\x73\x6d\x3a\xf1\x84\x27\x7c\x0b\x53\xf8\x18\xed\xed\xf6\x78\x13\xae\xd4\xd2\x6f\x28\xd1\xfa\x9f\x69\x02\xc1\x13\x9e\x70\xc4\x1c\x4e\xff\xee\xbc\x20\x3f\x73\x67\xf1\x65\x75\xc2\xe6\x02\xda\x81\xfd\xa5\x03\xa2\xd3\xb7\xd9\xbc\xf2\x4e\xd8\x68\x84\x38\x1c\xac\x8c\x59\xeb\xc9\xe5\xa5\xaf\x1d\x5d\x88\xa5\x19\x4b\xb1\x2c\xe4\x76\x2c\xd5\xdd\xe5\x60\x9c\x49\x91\x31\x33\xf4\xa2\x1d\x1b\xe9\xa2\xd2\xe1\x68\x74\xfc\x56\x53\x57\xed\xde\x0d\xd7\xf5\x89\x71\xec\xf5\xc9\x8d\x3f\x77\xd5\x03\x2e\xdd\x65\x15\x39\x67\x9d\xa3\xfc\x03\x3d\xed\xd7\xe9\x92\x17\xf8\x19\x0e\x37\x28\x80\x69\x8d\x46\x8f\xb7\xb8\xd0\xdc\xe0\x05\x91\xd5\xe3\x4c\x96\x97\x5f\x2f\xbf\xf9\xe3\x5f\xbe\xca\x5e\x66\xff\xc9\xfe\x9c\xe5\xf9\x37\x5f\xfd\x69\xf1\x2a\xfb\xf3\x1f\x5f\xb6\x5e\xb0\xaf\xbf\xce\x16\xaf\xb2\xbf\xfc\xe9\x9b\x9f\x66\x85\xdc\xfe\xf4\x0f\xa9\xf2\x92\xa9\xfb\xb1\x7e\xb8\x1b\xf4\x3b\xf2\xfe\xeb\xc4\x4a\x83\xc4\x3a\x81\x01\x2f\xd9\x1d\x5e\xea\x87\xbb\x3f\x7c\x2a\x8b\x34\xb5\xb4\xcf\x4a\x1a\x60\x4a\x31\x87\xae\xcd\x01\x05\x20\x95\x1b\xad\xb1\x07\x47\xde\xa2\x03\x5f\x5e\x0c\xd9\x3d\xd7\x2e\x3a\x67\x8d\xca\xa9\x91\xb0\xc2\x62\x0d\x3b\xb9\xa9\x02\x74\xfa\x5d\x81\xc0\x4f\xc6\xd7\x50\x67\xf3\xf1\x9e\x55\xb1\x3e\x5c\x6d\xab\x38\xe1\xdc\x0d\xf6\xe8\x45\xff\xb2\x61\x0a\xaf\x49\x23\x13\xa7\xa4\x7e\xd8\x05\x13\x02\xd5\x71\xb0\x5a\x66\x9c\x15\x7a\x92\x88\x93\xe2\x9f\x81\xd9\x72\x63\x50\x0d\x8e\x62\xcf\x03\x5b\x43\x26\xe6\x7e\x5a\x14\x32\xbb\xcf\x56\x8c\x8b\x41\xda\x62\xc0\xc6\xb5\xa9\xa7\xc7\x9f\xfc\x10\x37\xf7\x06\x17\xf8\x29\x2b\x36\x79\x15\x39\xcc\x79\xe9\x0a\x69\x4b\x29\xc9\x06\xf4\x4a\x6e\x41\x9a\x15\x2a\x32\x12\x6d\x73\x40\x4b\xb2\xff\x5e\x76\xf4\x72\x07\x46\x37\xf0\xa0\x26\x3d\x38\x87\xc1\x52\xca\x41\xfa\x26\xb6\x65\x13\x8b\x46\x9b\xef\xb8\x9f\x9c\x67\x66\x2e\x1d\xdd\x21\xfd\x31\x69\x26\xcf\xe7\x61\xed\x1b\x56\xa2\x9e\xb4\xb6\x32\x3a\xeb\x13\x41\xc4\x3a\xa7\x24\x61\x23\xf8\x27\x30\xbc\x44\x6d\x58\xb9\x3e\x87\x2d\x92\x1c\x36\x45\x0e\xe4\x46\x80\x1b\x57\x30\x67\x90\xbb\x13\x6b\xb3\x01\x2d\x61\x5d\x30\xb3\x94\xaa\xd4\x2e\x89\x25\xd1\x55\x22\xe4\x66\xdc\xef\x6c\xc3\xf2\x76\xa3\x1d\xbe\xed\xd3\x2a\x7e\x6a\xc8\xd2\xc6\x68\x2d\x29\x34\xc4\x7d\xfb\xe2\x3c\xde\xe4\x04\x06\x57\xcc\x10\xa6\x62\x8a\x9b\xdd\x9e\x10\xab\xd6\xc3\x98\xe5\x4e\x82\xc3\xd6\x46\xfb\x05\x4a\xc6\x63\x25\x69\xa9\x38\x69\x91\x31\xc8\xad\xf0\x2b\xf7\x0a\x63\x29\x9d\x86\xdf\x5b\xb0\x8e\x2c\xdc\xe3\xa1\xce\xa4\xc2\x09\xbc\x7a\x39\x7e\xe9\x63\xc5\x57\x2f\xed\xef\x4d\x57\xf7\x4e\x96\xa5\xec\x3b\x5e\xf1\x6a\xfb\x65\x4e\x16\xdb\x27\x6c\x6b\xcd\x2d\x21\x0b\x5e\xd4\x12\x6e\x32\x74\xbc\xb0\x2b\xbc\x1e\x29\xfb\xeb\xa4\xc6\x6c\x82\x3d\xa5\xea\x19\x71\x08\xef\x00\x9e\xea\x22\xf4\x95\x6f\x0c\xd9\x6c\xc0\x56\x54\x7c\x66\xc1\x14\xda\x76\x18\xcf\x36\xbe\xb7\x65\x13\x0b\x0a\xe0\x43\x3f\x23\x6b\x96\xf3\xf7\xd6\x88\x6d\x05\x7a\xc9\x32\x8c\x62\x9b\x76\x79\x3d\xf2\xbc\xed\xdc\xd7\x37\x12\x86\x36\x65\x9f\xc0\xb7\x9d\x6a\xf3\xcd\x6c\x3e\x3a\x58\xff\xb9\xbe\x72\xd5\x1f\x57\x01\xed\xd4\x57\x9b\xf0\x0b\xa9\x94\xdc\xde\xcc\xe6\x51\x37\x62\x34\x81\x2f\x52\x4b\x1f\x43\xa9\xe6\xbb\x45\x30\x0a\xf6\x6e\x66\xf3\x76\x06\xbf\x96\xda\x24\xae\xa4\xa1\x42\xbd\x29\x0c\x4c\xa7\xf6\x34\xc3\xbf\xfe\x55\x3d\x7a\x63\xcb\xa0\x53\xe0\x79\x8f\xfb\x1f\xbc\x63\x42\x48\xe3\xb7\x15\xe9\x03\x14\x2e\x51\xa1\xc8\x70\x62\x0d\xe2\xfa\xaa\xaa\x76\x38\x53\xc2\xbc\x86\xa0\x93\xce\x45\x26\x95\xc2\xcc\x0c\x7a\xac\xb0\x63\x6e\xf3\x55\xbb\xdd\x51\x95\x0a\x57\xb2\xc8\xa3\x8e\x05\x11\xd7\x3c\x47\xdb\xf5\x64\x59\x26\x37\xc2\xd4\xad\x8f\x6b\x01\x52\xe5\xae\x42\xb8\x40\x60\x0b\x17\xba\x94\x4c\xb0\x3b\x8f\x1e\xe1\xb9\x35\x04\xba\x2e\x94\x6b\x90\x44\x2d\x10\xc0\x72\x6d\x76\x71\x6c\xb4\xe4\xca\xa7\x77\x7b\x4d\xba\x36\xdf\xc9\x1e\xa3\x3e\xef\x76\x46\x7e\x54\xf2\x81\xe7\xa8\x12\xaf\xde\x63\x86\xfc\x21\xf9\xaa\x4b\x38\xdd\x5b\x89\x5a\x38\x8f\x51\x5d\x09\xe8\xee\xe4\x52\x30\xb5\xf3\x35\x04\x3a\xc8\x74\x71\x59\xb1\xd3\x12\x3a\x06\xf7\x1d\x3c\x16\xe9\x8b\x2e\x3c\x77\x07\x0a\xf8\xd9\xd9\xef\xcf\x64\x24\xb6\x74\x90\x3e\x02\x4c\x91\xfb\xc7\x9c\x74\x32\x81\x6f\x1f\x1d\x56\xa2\x5b\x74\x33\x9b\xb7\x1a\x17\x30\x4c\xd6\xf8\x03\x39\x78\x7d\x01\x8f\x4f\x7d\xb5\xc0\xf7\x58\x4a\x5b\xfc\x73\xbd\x48\x5f\x1a\xc1\x58\xcd\x14\xf0\x38\x20\x6e\xaa\x1a\x73\xc6\x8a\x02\xd5\xa1\x92\x60\xd5\x5f\xbd\xbe\x72\x85\xc1\xfa\xa0\xd0\x5a\xce\xae\x99\x30\xda\xdb\x67\x68\xc7\x26\xeb\x84\x73\x8f\xd6\x3c\x17\x2b\xa6\x61\x81\x28\xc0\xb0\x7b\x14\x20\x37\x61\x30\xa1\xe5\x75\xdb\xdb\xf4\xe2\xef\x08\xb8\xea\xf0\xd2\x61\x71\x3e\xb5\xda\xd6\x30\x66\x27\xb8\xa5\xa4\x8b\x6d\x29\xc4\x86\x6e\x76\x2c\xe0\xf5\x45\x4b\x3b\x63\x65\x15\x30\xbc\xc7\xdd\x24\x92\xd7\x08\xde\xbc\x81\x35\x13\x3c\x1b\x0e\x4a\xae\x6d\x93\xf2\x66\x36\x1f\xb4\xee\x3b\x2c\x79\xab\x27\xed\x6a\xb5\x3c\xaf\xba\xd2\x61\x35\xf5\x86\x6e\x4f\x85\xba\x1d\xea\x79\xf1\xbe\xbe\x30\x8d\x86\x47\xcb\x4e\xde\xe6\x79\x30\x92\xca\x06\x82\x80\x75\x7c\x68\xc8\x5c\x58\x9e\xeb\xca\x35\x7a\x68\x9e\xbb\x46\xc9\x21\x9b\xf1\x37\x57\x57\xdb\xd6\x44\xb8\x70\x41\x6b\xd5\x87\x3d\x4e\xc9\xa7\x5d\x8f\xfb\x94\xe7\x7e\x61\xfa\x05\x7c\xdb\xbc\x8e\xce\x3a\x38\xf5\xe5\x05\xd3\xa0\x96\x26\x18\xf9\xd5\x3c\xb7\x8c\x08\xdc\x7a\xe2\x5e\x5e\x91\x44\x5d\xbf\x47\xf9\x93\x6a\x87\x6e\x8a\x1c\xa4\xc0\xce\x9a\xb2\xc8\xe7\x69\x3b\xfb\xc8\xf3\xdb\xc0\x40\xc2\x88\xe2\x89\x02\xb2\x1e\x23\x8f\xb1\x9d\x1c\xb5\x51\x72\x17\xd6\xed\xb3\x9e\xbf\x61\xb1\x46\xe5\x23\x27\xdb\x58\xb8\x43\x13\x8a\xfc\x91\xaf\xb9\xbe\xd2\xfd\x06\xd2\x6e\xb9\x51\x80\xc5\xea\x5e\xdb\xf5\x95\x8e\xdc\x8b\x7e\x86\x89\xec\x89\x81\xd2\x3d\xb0\xd6\x59\xbe\xc7\x9d\x7e\x9e\x08\x5a\x45\xeb\xe6\xb0\xc1\x01\x0e\x5a\xb2\xb9\x16\x06\xef\xec\x14\x43\xab\x97\xd2\x5c\xe3\x24\x61\x7c\x8f\xe2\xce\xac\x48\x1e\xd7\xa2\x1d\x65\xf5\x8b\x62\x5c\x58\xb4\x3e\x89\xfc\x37\x1a\x77\x6f\x56\xa1\x92\x91\x61\x24\xa6\xcd\xb8\xab\xc4\x33\xd3\x20\x50\x5f\x44\xb6\xc0\xaf\x90\xe5\x36\x91\x0a\x6d\x2c\x72\x45\x04\x50\x3d\xa5\xb0\xfd\x90\xff\xa1\x03\xd0\xbc\xab\xe8\x8a\xc2\x1c\xe2\xf0\xb5\xd9\xbf\x6a\x70\xd0\xc4\x68\x4e\x87\x1c\x25\xee\x53\xe2\xe9\xb4\x2a\x86\x5f\x24\xce\x3e\xd3\x69\x12\x6f\x46\x2f\xfe\xad\xa0\x67\x28\xe8\x99\x69\x0a\x5f\xa6\x1c\xf3\x0b\x9b\x9d\x24\xd2\x97\xcb\x4b\x78\x67\x03\x71\x12\x3c\xdb\x98\x95\x54\xfc\x9f\x8d\xfc\x82\x74\x52\x14\x72\x0b\xb9\xdc\x8a\x8c\x69\x13\x0f\xd3\x54\x3f\x76\x8e\x06\x97\x30\xed\xb5\x0d\xa2\x7d\xd8\x40\x5a\x86\x46\x24\xe9\x2e\x6c\xf1\xdc\xca\x72\x0e\x27\xdb\x07\xad\xae\x0a\x19\xa5\x28\x76\xcd\x70\xdc\xbe\xfa\xf9\x31\x1d\xe2\x3f\xfd\xdc\xa0\x5c\xe7\xd6\xde\x58\xbb\x06\x6a\x14\xc7\x07\xb4\xcf\xed\xb8\x46\x0d\xd6\xb6\x2e\x1e\xcd\x8f\xd0\x56\xc8\x94\x7d\x0f\x82\xe0\xcb\x5f\xdd\x8c\x1b\x39\x61\x2d\x9d\xae\x34\xc2\xf0\x58\xe0\xf7\x54\xdb\x8e\xc7\x43\x5b\xd6\xdd\x27\xe9\x44\xd0\x24\x96\xe6\x57\x31\x38\x57\x37\x0d\xc9\xf7\xd4\x12\x3e\x64\x76\x5e\x68\x11\x1e\x39\xc0\xbe\xdd\xa7\x6c\xd1\xc7\x36\x9d\xec\xaa\x8a\x79\x9a\x6c\xf5\xe7\xf2\x6f\xe9\x74\xda\x44\x5b\x0a\xac\x33\x6b\x60\x36\xe6\x6b\x27\xd5\x8d\x74\xba\xad\x7e\x42\x38\x65\xf2\x90\x34\xea\x56\xfb\x8e\x96\xa9\x51\x87\xc9\xc4\x25\x99\x11\x87\xf4\xa0\xda\x77\x4c\xa5\xcd\xeb\xfb\x46\x6e\x46\x2e\x2b\x2f\xb9\x00\xa9\x40\x4b\x72\xef\x64\xa5\xd5\x18\xb8\x9b\xfa\x96\x5b\xe1\x27\xc4\x2b\x1a\xa1\x4a\xc1\x85\xb1\x1c\x07\xf1\x1e\x1a\xae\xf4\xe3\x9b\xad\x99\x49\x7a\xaa\xbd\xb4\xc3\x38\xb7\xfb\xf3\xfa\xca\x1e\x5b\x9f\x15\x50\x7a\xeb\xee\xb5\x06\xbe\xc2\x8c\xaf\xb9\x1d\x34\x8d\xae\xbb\x30\x37\xca\x55\xfc\x38\x9c\xcb\x43\xc7\x3f\x50\x9d\xc0\x5b\xc8\xd8\x9a\x2d\x78\xc1\xcd\xae\x9b\x5b\xc1\xd6\xce\x37\x54\x39\x82\xe3\xc0\xd5\x82\xc2\xd4\x70\x6a\x01\x57\x9d\xb5\x56\xc3\x4a\xf4\xc3\x3c\xce\x8b\x76\x86\xe8\x22\xb4\x46\x89\x78\xee\x06\x78\xc2\xd4\xdf\xb1\x44\xa2\x09\x13\x22\x51\x4f\x03\x1e\x4b\x20\x1a\x86\x8c\x07\xec\xfc\x24\xa4\x1f\x18\xd2\xe7\xa0\x11\x5b\xa3\xf4\xb9\xcc\x0e\x87\xb6\x74\x2e\xc8\xbc\xe8\xf2\x6e\x79\x8d\xa0\x95\x2f\x1e\x0f\x56\x96\x9e\xfe\xff\xcc\x86\x06\xf0\x54\xf6\xba\x77\x54\x14\xa6\x71\x75\xa8\x42\xc9\x36\x4a\xa1\x30\xff\x55\xc8\xec\x1e\xa6\x94\x02\xbc\x8b\x9e\xb4\x06\xcd\xda\xcd\x15\x0b\x33\xb8\x85\x69\x83\xcc\x78\x85\xfc\x6e\x65\xf6\x62\xba\xb6\x4c\x1b\x31\x34\x9b\xf6\xe1\x2a\x8b\x17\x14\xe8\xf2\xd6\x17\x55\xde\xda\xc9\xbb\x6d\x95\x7e\xcd\x31\xb3\x93\x6a\x21\x20\x6d\x4c\x64\x56\xed\x29\x2c\x17\x98\xdb\xaa\xab\x6b\x5b\xd0\xc5\x2a\xab\xfe\x4d\xcf\x9e\x6c\xe7\x03\xa6\x30\x58\x30\x35\xe8\xac\xde\xb8\x02\xda\x57\xd7\x03\x53\xf4\x9c\xce\x48\xed\x75\x3b\xa6\x0a\x7e\x4a\x39\xba\x03\xa3\x0f\x30\xba\xed\x5b\x67\x9d\xe9\x81\xb2\x86\x7d\xee\x9d\x21\x8b\x0c\x35\xfc\xda\x85\x8a\xec\x35\xfc\xda\x85\xaa\xcd\x32\xf4\x28\x1b\x30\xa3\x8e\xd8\x3a\x8e\xba\xd6\xf7\x7f\xe8\x50\xc6\x8e\x5d\x73\xd7\x1f\x43\x7c\xcc\xc7\xad\x82\xd0\xeb\x0b\x27\xf8\xd6\xd2\x69\x19\xc3\xb4\xef\xc5\x1f\x7c\xc0\x34\x7c\x35\xea\x8f\x0b\x4e\x9d\xc2\xac\xda\x49\xe3\x6e\x88\x70\xda\x00\xe6\x67\x0d\x5f\xf6\x85\x19\xa7\x0e\x5d\xf6\x0f\x5c\x7e\xde\x70\xd0\x11\x83\x24\xcc\xf4\x8c\xe9\xe8\xf8\x5b\x94\x48\xb5\xc9\xaf\x62\xd2\x03\x12\xeb\xe8\xfb\x97\x24\x85\xfa\xa3\x98\x1e\x02\xbe\xe7\xe1\x48\x5c\xae\x15\x7f\x60\x06\x2f\x31\xd1\x37\xd9\xb7\x83\xb8\xe7\x62\x65\xf9\x45\x72\x37\x8f\xd1\xd3\xfe\xd6\xcc\x53\x72\x0e\xb9\x5e\xec\x7b\x2e\xee\x31\x77\xdd\xdd\xcf\x5e\xec\xfc\x70\x43\xa7\xbf\x1b\x74\xa8\xd3\xb3\x87\x13\x2f\xf7\xdf\x9d\x97\xd0\xf4\x7a\x3e\x2f\xc9\x90\xbf\x72\x37\x13\x18\x2e\x37\xa7\x24\x00\xed\x9f\x90\x10\x44\x22\xe8\x49\x32\x92\x34\x9e\xba\x8f\x47\xcf\x70\x00\x7b\xe6\xf4\x9e\x35\xa3\xf7\xbc\xf9\xbc\xdf\x7b\x36\xaf\xc7\x02\x4e\x98\xc9\xeb\x6a\xe3\x33\x67\xf1\x9e\x33\x87\xf7\x7f\x3f\x83\xf7\xdb\xce\xdf\x1d\x3b\x7b\x77\xec\xdc\xdd\x11\x33\x77\xbf\xf5\xbc\x5d\x77\xd6\xae\x1d\xdb\x40\xb7\xbc\xb7\x27\xdc\xf9\x55\xbe\xcc\x4a\x15\x4a\x7e\xf5\x2f\xb2\x7e\xab\xaf\xb1\x52\xa1\xd4\x71\x5f\x61\x25\xbf\xc0\x7a\xd6\xa7\x4b\xc7\xbb\xd9\x80\x76\x1b\x6b\xd6\x7e\x39\x39\x6a\x0e\x50\xd4\x5f\x65\x5b\x01\x98\xe8\x9b\xf2\x3a\xfc\xb3\xdf\x8f\x34\x62\xe9\x97\x71\xd9\x06\x3e\xa0\x2b\xbb\x92\x37\xc9\x61\x1d\xbe\x58\x0e\xc8\xc9\xa0\x0c\xa6\x70\xe9\xa3\xb8\x64\xc8\xd4\x47\xa2\x8e\xca\x88\x82\x8b\x6a\x8e\x20\xd0\xf9\x84\x39\xbd\xbe\x03\x6b\xb0\x57\x15\xf5\x53\xe5\x3c\xf7\xb9\x31\x7b\x40\x3f\x6f\xe1\x09\x06\x74\x9b\x9f\xd7\x68\x7b\x2a\x73\x61\xa3\xd5\x64\x10\x51\x1d\xbe\xbe\xa8\xb1\xa3\x46\x6f\x52\xa0\xa3\xc6\xae\x43\xda\xea\x24\x14\xd7\xad\xaa\xca\x4e\xa2\x57\xd9\xd8\x41\xc1\xc5\x7d\x5f\x4c\x75\xc4\x28\xcf\x71\x61\xd7\xc1\x89\x9f\xa7\xbf\x36\xef\xae\x5e\x73\x68\x95\x69\x98\xba\x43\xb3\x4f\x5e\x75\x1d\x26\xad\xee\xd6\x17\xe6\xc7\xa8\xda\x55\x37\x9a\xa5\x00\x47\xe6\x80\x96\x1d\x62\xa4\xe1\x8e\xb9\x46\x9b\xb4\x43\x00\xe9\xff\x57\xc1\x1d\xf7\xa7\xb3\xff\x0d\x00\x00\xff\xff\x89\x66\x64\x52\x4a\x44\x00\x00" func examplenftCdcBytes() ([]byte, error) { return bindataRead( @@ -133,7 +133,7 @@ func examplenftCdc() (*asset, error) { } info := bindataFileInfo{name: "ExampleNFT.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x48, 0x3f, 0x87, 0x25, 0xbb, 0x4e, 0x73, 0x81, 0xfb, 0xb5, 0xf, 0x9, 0xc6, 0x6d, 0x47, 0x51, 0x12, 0x6e, 0x68, 0x63, 0x5a, 0xbd, 0x52, 0x6f, 0x4b, 0x46, 0x47, 0xde, 0x34, 0x69, 0xe3, 0xba}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa4, 0x99, 0x15, 0xb8, 0xbb, 0x18, 0x1d, 0x4, 0x47, 0x81, 0xf7, 0x7c, 0x30, 0x52, 0x20, 0xe5, 0xfb, 0xf4, 0x5, 0x34, 0x7, 0xd0, 0x57, 0x48, 0x76, 0xa9, 0xe4, 0x7a, 0xfc, 0x39, 0xc8, 0xae}} return a, nil } @@ -177,7 +177,7 @@ func multiplenftCdc() (*asset, error) { return a, nil } -var _nonfungibletokenV2Cdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x5f\x6f\xe3\x36\x12\x7f\xd7\xa7\x98\x4d\x81\xae\x5d\xb8\xce\xe1\x70\xb8\x07\xe3\x7a\xe9\x76\xd3\x00\x79\x49\x8b\x5d\xb7\x7d\x28\x8a\x86\x91\xc6\x36\xbb\x12\xa9\x92\x94\x5d\x23\x9b\xef\x7e\x98\x21\x29\x51\x96\x9c\xc4\xd9\x16\xb8\x87\xee\x43\xd6\x96\xc5\x1f\x87\xf3\xe7\xc7\x99\x21\xcf\xbf\xf8\x22\xcb\x3e\xfb\x0c\x96\x1b\x84\xab\x52\xef\xe0\x46\xab\x2f\xaf\x1a\xb5\x96\x77\x25\xc2\x52\x7f\x40\x05\xd6\x09\x55\x08\x53\xf0\x8b\xb7\x37\x5a\xc5\xdf\xf9\xe7\x5b\xc8\xb5\x72\x46\xe4\x0e\xa4\x72\x68\x56\x22\xc7\x2c\x23\xbc\xf6\x2b\xb8\x8d\x70\x20\xca\x72\x0c\x3d\x8e\xb6\x60\x37\xba\x29\x0b\x7a\xb0\xd2\xa6\x02\xa7\xe7\xd9\xf5\x0a\x04\x34\x16\x0d\xec\x84\x72\x16\x9c\x86\x02\xeb\x52\xef\x41\x80\xc2\x1d\xdc\x5c\x2d\x5b\x80\x19\xb8\x0d\x4a\xd3\x89\xb3\x63\x38\x85\x58\x64\x4e\x83\xac\xea\x12\x2b\x54\x8e\x5e\x83\xc3\x55\x74\xc2\xce\x59\xf8\x14\xa7\x6a\xac\x83\x95\x2e\x49\x3d\xb4\x08\x1a\x6f\x9a\x12\x2d\x08\x55\x80\x12\x95\x54\xeb\x8c\x97\xe8\x7a\xab\xb6\x35\xe6\x72\x25\xd1\xce\x83\xe6\xae\x96\xb7\x60\xd0\xea\xc6\x44\x15\xe5\xda\x60\xfb\x08\xdc\xbe\x0e\xba\x32\x58\x1b\xb4\x48\x4b\x16\x8a\x57\x29\x15\xa3\xdb\x4a\x18\xd7\x8a\x16\x80\xdf\xea\xb2\xc4\xdc\x49\xad\x6e\xe1\x5d\x0f\xbf\x83\x26\x54\xeb\xb4\x21\xa9\x59\xa3\xaf\x6d\xd0\x5e\x1c\x3b\xcf\xae\xc9\x84\x79\xd9\x14\xfc\xd2\x0a\x77\xb0\x6a\x14\xff\xc6\x9a\x17\xac\x01\x92\x42\xef\x14\x1a\x7a\x84\xc2\xca\x72\x9f\x55\x7a\x8b\xe0\x48\x8f\x96\x04\x25\xb5\xe8\xc6\x81\x5e\xf1\xdb\xe9\x14\x2c\xef\xf7\x46\x6f\x65\x81\xe6\x96\xdf\xbc\x7d\x87\x39\xca\x2d\x7d\x6d\xc5\x6d\x95\x68\x79\x1d\x36\x7d\x02\x05\xe6\xa5\x30\x98\x08\xb7\x93\x6e\x03\x56\x57\x08\xb5\x41\x06\xad\xb5\x65\x35\x15\x92\xdf\xc8\x82\x56\x7f\x6f\xa4\x41\x16\xaa\xd3\x19\xad\x23\x58\x37\x47\xe3\x84\x54\xc1\xa6\x0c\x74\x87\x1b\xb1\x95\xda\xb4\x51\x60\xbd\x83\xec\x81\x44\xb0\x58\x0b\x23\x1c\xc2\x1d\xe6\xa2\x21\x31\x1d\xac\xe5\x16\x2d\xcf\xc1\x8e\x4b\x1f\xc4\x9d\x2c\xa5\xdb\xd3\x4c\x76\x43\xe3\x04\x18\x5c\xa1\x41\x95\x23\xf9\xa6\x77\xdc\x54\x24\x12\x57\xab\x72\x0f\xf8\x47\xad\x6d\xc0\x5b\x49\x2c\x0b\xef\x75\xdd\xda\xa5\x02\xad\x10\xb4\x81\x4a\x1b\xcc\x82\xce\x3b\x75\xcd\xe1\x9a\x62\xcf\xea\x20\x18\x09\x65\x0f\xa5\xaa\xc4\x07\x84\xbc\xb1\x4e\x57\xad\x11\x82\xd2\x7a\x71\xd3\x37\x04\x45\xa3\x86\xad\x30\x52\x37\x04\x29\xd5\x3a\xd8\x82\xe0\xbd\x3f\xcc\xb3\xec\x9b\x3d\x34\x96\xf4\xd9\x22\xf3\x12\x3a\xa0\x59\x10\x4a\xaf\xd8\x25\xfb\x3e\x6e\x21\x17\x0a\x2c\xaa\x22\xa3\x51\xc6\x3b\x4b\xf4\xb6\x1a\xd1\x7c\xe9\xf4\x97\xf4\xff\x8c\xe7\x26\xc7\x23\x93\xa9\x35\xc9\xc7\x93\x30\x19\x90\x58\x02\x72\x24\xd4\x12\x4a\x2c\xd6\x68\xb2\x41\x38\x2d\x35\x4f\x15\xa3\x8e\xbc\x5e\x69\xb7\x41\xc3\x22\xce\x5a\x36\x62\x6a\xb1\xa4\x9b\x3d\x43\x17\x46\xf8\xd0\xb8\xb9\x5a\x66\x2b\xa3\xab\x81\x4d\x99\x9e\x14\xe4\x91\x41\x0a\xac\xb5\x95\xae\xb5\x24\x68\xd5\x9b\xeb\xb5\xcd\xfa\x3e\x9a\x6b\xb2\x84\xf3\xee\xeb\x8c\x50\x76\x85\x66\x9e\x65\x5f\x9c\x67\x99\xac\x6a\x6d\x1c\xfc\x28\x71\x47\x04\x50\x6e\xd1\x00\x4b\x71\x96\x3e\x3a\xcb\xb2\xf3\xf3\x73\xe6\xfa\x8a\xdc\x3c\x65\xcf\x84\x00\xe1\x3b\x16\x22\xfd\x95\xcc\x5a\x96\x3c\x3a\x4c\xc5\x16\x4c\x5c\x43\xda\x84\xfe\xcf\xcf\xcf\x33\x91\xe7\x68\xed\x44\x94\xe5\xb4\x9b\x64\x40\xbb\xf7\x59\x06\x00\x70\x7e\x0e\x6f\x14\xa0\x72\xd2\x05\xc4\x95\x36\x9e\x70\xd8\x90\x1b\x6c\xb5\x2c\x4a\xe6\x15\x6f\x7e\x5e\xa3\x80\x1f\x45\x53\x3a\x06\x4a\x67\x4d\xe1\x7e\x8a\xa3\xef\x4a\x8c\x53\x9e\xc3\xb7\x5b\x2f\x3c\xb9\xb9\x05\xac\xa4\x73\x58\xc0\x8e\xec\x24\xfc\x14\xf4\x3c\xce\xac\x66\xed\x40\xa9\x0a\x99\x0b\x17\x65\xf3\x7c\x38\xa0\xbb\x80\xec\x60\x27\x12\x14\x16\x7a\x1e\xa1\x5a\xc8\xeb\xc1\x68\x69\x41\x69\xe7\x09\x95\x16\xa6\x1b\xe5\x5e\x5b\x66\x71\xb1\xc6\x19\xdc\x12\xd0\x2d\x5b\x06\xee\x10\x6e\x95\x2c\x6f\xfb\xb8\x3d\x6d\x6c\x53\x3d\x4c\x64\xb1\x80\x1f\xae\x95\xfb\xf7\xbf\x66\xd0\x34\xe9\x37\x42\x5d\xc0\x9b\xa2\x30\x68\xed\xc5\x8c\x77\xa5\x05\xbc\x77\x46\xaa\xf5\x34\x4b\x71\x2d\x96\xab\x29\x39\x30\xab\xee\xe6\x6a\xf9\xa9\xe8\x0b\xf8\x46\xeb\x92\xa7\xb8\xe7\xbf\xf4\x8f\xb0\xfb\x72\xcb\x22\xa2\xd2\xdf\x88\x49\x7f\x23\x1e\xfd\x9d\xb6\x08\x06\x5d\x63\x14\x38\xd3\x20\x3f\x7b\x18\xf5\x80\x63\xe6\x0f\x81\x8a\x05\xb3\x41\x6f\x37\x1b\xd8\xd0\x45\xcf\x08\x8c\xfd\x1c\xc7\x48\xf1\x9f\x32\xdf\xa5\x7f\xf7\x11\xfd\x3a\xfd\x42\xdb\x7d\x12\xf4\x71\xc3\xa5\xb0\x87\x76\x23\x40\xa7\x4f\xb6\xd9\x32\x70\xdf\x40\xfd\x44\x6c\xd8\x19\x34\xe4\x93\x77\xd8\x37\x6d\xa0\x0e\xda\x86\x23\x8b\x1a\x2c\x3c\x95\xd0\x4e\x1a\x22\x2d\xe1\xfe\x27\x8c\x12\xe5\x39\xc5\xeb\x5f\x6a\xa5\x27\xe7\xba\x38\x65\xb2\x8b\x71\xc3\x05\x55\x46\xed\x40\x85\x6e\xa3\x0b\xde\x87\x83\x59\x56\xa2\xb4\x5e\xd7\x20\x57\xe4\xc8\x85\x2c\xd4\x6b\x47\xe9\x80\x68\xc7\xa5\x78\x52\xc1\x6e\x23\xf3\x0d\xe4\xc2\x22\xec\x10\x0a\x4d\xef\x53\x56\xcf\xb1\x11\xcc\xa6\x13\x6b\xb5\xc3\xe5\x8a\x57\x08\xaf\xbe\x02\x25\x4b\xf8\xfc\x73\x9f\x28\x87\xaf\x9d\xd8\xad\xcf\xf5\x94\xd4\x77\xba\x57\x07\x6c\x31\xf0\xc0\x57\xd3\x1e\xde\xa1\x1b\xb2\x2b\x02\xd2\xea\xef\x9f\x7e\xf1\xd0\x73\x2f\xd1\x3a\xa3\xf7\x2f\x74\xdc\x58\x09\x10\x65\x30\x4e\xd0\xd1\x18\x4d\xf0\xef\x8f\xc5\xf2\x29\xc4\x70\x12\xd8\x63\x54\xd0\x01\x0d\xa8\xe0\x34\x0a\xb8\xee\x97\x96\x21\xf1\xb2\xbe\x54\xeb\x0a\xc8\xa3\x81\x3b\x2c\x34\x68\xfc\xa2\x97\x40\xcd\xdb\x4c\x2a\x8d\x0c\x6f\xac\x46\xc9\xdf\x1b\x84\xeb\xcb\xb0\x75\x88\x7c\xc3\xb6\xd9\x08\xdb\xbe\x9b\xce\xb7\x95\xbe\x98\x82\x35\xba\xeb\xcb\xc9\x34\xea\x6e\xdc\x89\xc8\x04\x73\xd2\x4b\xe2\x49\x69\x30\x1d\x43\x26\xe9\x2d\x81\xff\xbc\xdc\xd7\xf8\x4b\x3f\xa2\x13\xfc\x9f\x7f\x49\x7f\x78\x38\x06\x4d\xa8\xc6\xeb\x80\x90\x27\xbf\xf2\x64\x0b\x20\xf0\xe9\x02\xde\xa8\xfd\x7b\x67\x9a\xdc\x5d\x1c\x9d\x48\xc9\xb2\x3f\x53\xfb\x2d\x78\xf0\x64\x7a\xa0\x01\xaa\xdf\xfa\x4f\xfc\xd8\xc3\xc4\x71\x3e\xe2\x9c\xac\xb6\xa0\xe0\xe8\x5d\xad\x2a\xa3\x8b\xc5\x97\x68\x11\x93\xe9\x5c\x16\x94\x25\xae\x24\x9a\x7e\xdc\x3f\x1c\x0f\xe2\xc4\xf7\x34\x54\x58\x48\xaa\xff\x62\x76\x17\x52\xd2\x7e\x85\x79\x8a\x1b\xc6\xda\xf8\xc0\xe9\xae\x62\x95\x40\x79\x71\x6d\xf4\x6f\x98\xfb\x76\x48\xcc\x37\x88\x25\x5d\x2c\x4b\x7d\xb9\xf5\xc3\x0f\xd7\x97\x54\x17\x2a\xed\x1e\x77\xca\xc6\xa2\xa5\x97\x27\x21\x78\xc7\xbd\x92\x39\xff\x88\x47\xfe\xe4\xa9\xaa\x2b\x85\x98\x87\x12\x65\xd4\x71\x59\xdd\x4a\x63\xc9\x4c\xe1\x2a\x73\xce\xa5\xe3\xf0\x14\x3a\x20\x09\x83\xb4\x61\x08\xcb\xef\xfb\x05\x3a\x1d\xf8\xae\x94\xd6\xa1\xa2\x12\x32\xfc\x5e\x06\xc0\x58\x64\x79\x90\xac\xa7\xd2\x56\x56\x83\x95\xde\x62\xdb\x69\x69\x65\x4e\xf2\x35\xaa\x76\xfc\x4b\x92\x77\x29\xfe\x59\x94\x65\x6f\x93\xe3\xfc\xaf\xd0\xe8\xd3\x76\xdf\xfd\xd9\x13\x75\x73\x39\x45\x43\xae\x2f\x89\xbd\x1f\xb1\x4b\x5a\xa6\xf8\x00\x8c\x52\x4e\xe2\x87\xeb\xcb\x48\x1e\xd3\x05\x7c\x7d\x7f\x73\xb5\x7c\x38\x8c\x21\x6d\xdd\x48\x10\x19\xb4\x4d\xe9\x62\x80\xc0\x57\x5f\x41\x0a\x79\xb6\xf4\xf2\x85\x5c\xb5\xab\x56\x7c\x1e\xcc\xc4\x7a\xe7\x6b\x4f\x2b\x2a\x24\x45\x73\x1f\x0c\x7f\x6f\xd0\xd2\x16\x75\x7d\x79\x76\x42\xdc\xf6\xf2\xf9\xbe\x64\x31\x74\xc3\xd3\x34\xc5\xe7\xe0\xe5\x9c\xfa\x62\x2e\x7c\x46\x13\xe3\xba\xc3\x38\x21\xb2\x7b\xc6\x7b\x53\x3a\x34\x2a\x0d\xe6\x90\xf8\xd8\x01\xfd\x2b\xfc\x83\x36\x1d\x83\xc3\x77\x43\x97\x2c\x0d\xd1\x8d\xd8\x22\x37\x67\x60\x55\xe2\x1f\xd2\x77\x5d\x7a\x98\x69\x1c\x6f\x7c\x8f\x4d\x1a\xbf\xa3\x51\x38\x57\x28\xda\xe4\xa8\xb1\x49\x66\x44\x63\x7f\x8a\xfd\x96\xed\x3f\xa1\xa9\xd7\x46\x14\x38\x8b\xbd\xb0\x20\x43\xac\x10\x13\x5a\xe0\x16\x1d\xf9\xa5\x3d\x88\x89\xf4\xcd\xd0\x10\xba\xbe\xb4\x84\xd8\xe1\x51\x22\x58\xcb\xfc\x03\xa3\xe4\x1b\xad\x29\xa5\xa3\xec\xae\x87\xe5\x3d\xc9\x8e\xa9\xa8\xae\x4b\xe9\xfb\x47\x6e\x83\x55\xdf\x0c\xcb\xef\x2e\xbf\x5b\xc0\x32\x8c\x2c\x4b\x1f\xbb\x8d\x28\xcb\xbd\xd7\xa4\xae\x29\x24\x45\xd9\xe6\x07\xfb\x1a\xed\x0c\xee\x1a\x17\x92\x4a\x23\xd7\x1b\x07\x4a\xef\x7a\xb8\x91\x6e\xf4\x0a\x04\xdc\x35\x6b\x4a\x49\xdf\x8a\x82\x5b\x70\xa3\xbc\x40\x8a\x65\x5d\x3d\xcd\x0f\xb3\xa0\x30\xe9\x7c\x74\xcf\x9e\x43\x18\x4f\x86\x7c\x14\x60\xf2\x6b\x2f\xdf\x7a\x51\xd8\x53\xb8\x53\xb6\xfc\xf1\x63\x78\xf0\x8a\x03\x8b\x1e\x7b\xec\xbf\xe3\x3f\x55\x3b\x61\x9c\x68\x77\x1e\x42\x66\x0f\xd1\xf5\x8c\xed\x62\xb9\x91\x36\xb4\x12\x43\x64\xc3\xdd\xbe\xd7\x62\xf0\xe9\x25\x37\x40\x1d\x11\x48\xd5\x94\x4e\xd6\x25\xfa\xe6\x24\x39\xfe\x69\xee\xc4\xba\xf1\x0a\xa3\x8f\x33\xf8\x93\x76\x95\x81\x7b\xfd\xbd\xcd\x3c\xd7\xcd\xde\xa8\xe2\x99\x2c\x93\x38\x9b\x8b\xce\xc6\x41\xfc\x7f\xed\x6e\x61\x7d\x3d\xaf\xfb\x9b\xce\xfe\x12\x3f\x83\x67\x14\x2a\xb1\x39\x63\xe1\x0e\xdd\x0e\x51\x25\x75\x8a\x3d\xa5\x50\x89\x4d\x16\x7d\x58\xaa\xb4\x6d\xa3\xa3\x1e\xcd\xae\x69\x13\xbf\xeb\x8d\x1f\xf5\xe6\xce\x45\xe3\xa9\x2a\x3b\xef\xad\x89\x67\x87\x4f\x3b\xa6\x1b\x6b\x9d\xc5\xf1\x0b\x78\x2b\xea\x70\x20\xf6\x9f\xcf\xef\xe3\x91\xe4\xc3\x7f\xd3\x7e\xc6\x53\xba\x0d\xd5\x46\x4c\x6c\x5e\x58\x01\xc6\xb9\xe3\xd9\x48\x9c\x32\xd6\x32\x4e\x7c\xe8\x94\x2a\xf8\x93\x30\xeb\x86\x8f\x39\x48\x77\xa2\x28\x52\xd5\xbd\x1d\xd5\xf2\x68\x41\x48\x5a\x0a\xb3\x4c\x38\x4e\x62\x68\x4e\x7b\xc5\x1e\x09\xb3\x46\xf7\xbe\xa9\x6b\x6d\x1c\x16\x37\x57\x4b\x72\x52\x1b\x12\x32\x0b\x82\x0b\xb2\x78\x9c\xc7\xbc\x11\xfb\x34\xd2\xb6\x2a\xe7\xa9\x6b\x67\x9f\xd3\xd9\x18\xcc\x45\xa5\xea\xfd\x92\x43\x85\xcc\xf3\x70\xb4\x05\x71\xff\x70\xa4\x03\x11\x16\xf2\x2e\xc8\x1c\xcb\x34\x5f\x97\xb1\xe6\xd6\x72\x8b\x3e\xbd\xa4\xaa\xcd\x4b\xeb\xdd\xae\xef\x92\x87\x90\x6f\x46\x19\xd5\x8f\x07\xa1\xf6\x1e\x32\x34\xf9\x7e\x23\x26\x4a\x3a\x5d\x04\x5f\xe0\xaa\x3d\xd0\x7a\x4c\x31\xd2\x1e\xea\x25\x61\xd9\x61\x2d\xdf\x57\x4c\xbf\x9c\x6f\xfb\x40\x89\x8f\xbf\xf3\xc7\xe5\xed\x71\x9c\x5f\xb5\xca\x0d\xba\x83\x4b\x0b\xed\x10\x5f\xa3\x84\x03\xfa\x22\x5e\x5a\x68\xcf\x09\xb9\xa8\x08\x67\x81\xa7\x84\x44\xe7\xc3\x8b\xb6\x41\x32\x6b\x03\x65\x96\x70\xd1\x6c\xbc\x85\x97\x9c\xa4\x1e\x44\xd5\xbb\xa0\x7a\x3e\x91\x65\xb5\xc7\x03\x36\xa8\x85\xdb\x24\x0b\x1f\x98\xfb\x98\xb3\x5e\x7a\x9c\xf7\x1e\xe6\x7b\xe1\x36\xe4\xad\xc9\xd7\x8b\xf1\x06\x4b\xda\x2d\x7b\x78\x52\xca\xba\xb9\x2b\x65\xfe\xa9\x42\x7e\xcf\x28\x51\xc6\xee\xdb\xe9\x22\xde\x68\x53\x71\x91\xb6\xc3\x90\x64\x74\xd7\x2d\x42\x8b\x76\xc0\xe2\xfd\x2a\x58\x44\x6e\xcf\xa1\x90\xfc\x9a\x30\xfe\xce\x04\x27\x23\xb1\xc9\xeb\x4b\x3d\x7f\xe2\x6c\xa9\xde\x53\x48\x4b\xa4\x77\x29\xb8\xf8\x16\x44\x0f\xd6\x42\xa9\xd5\x9a\xa9\x32\x9c\xbd\xfb\x53\xf6\xee\x0e\x85\xf0\xf0\x06\xc7\xb4\x6e\xe3\xcc\x03\x26\x4b\xd6\xd3\xe6\x4c\xfd\x7e\xd0\xe0\xe0\xef\x80\x09\x22\xea\x8c\x08\x3b\x30\x82\x57\xf5\x81\x66\xb4\x42\xc0\x70\x96\x9d\x28\xa7\xbd\x6c\xf1\x01\x03\xad\x08\x0b\xb7\x5f\xdf\x0f\xf2\x14\x62\xf1\xc1\x1e\xf9\x49\x34\x0b\xb1\x5b\xcb\xb4\xb5\x80\xb3\xa2\xa9\xaa\xfd\xd9\xf1\xc4\xf7\xcf\x64\xda\x3f\x83\x0e\x4f\x5e\x40\x6e\x50\x38\xfc\xb6\xaa\xdd\x3e\xe1\x13\xff\x94\xb7\x61\xa4\x9f\x8e\x6c\xb8\xe0\x2f\xaf\x78\x15\x1c\xa6\xe9\x60\x75\x1b\x25\x7b\xf6\x11\xbd\xe3\xfd\x7d\xfc\x34\x81\x16\x3b\x2a\xcc\x84\x93\xe9\xee\xfb\x0b\x3a\x83\x76\x32\x9d\x97\xa8\xd6\x6e\x43\xc9\xf4\x3f\x42\x26\xed\x67\x2b\x52\x4f\x8e\x29\x34\x2f\xfa\xd5\xd9\x73\x8a\x9f\x93\xbb\xcf\x4f\xee\x58\x7f\x65\x43\xf7\xe5\x2d\xd9\xb1\xe0\x7b\x34\x97\xf3\xa9\xdc\x30\x77\xeb\x04\xb6\x49\xd4\x0f\xdc\x8a\x47\x85\xfe\x72\x18\x49\x55\xa1\x31\x62\x7f\x42\x9e\x37\x26\xf5\x14\x52\x7d\x0f\x0c\xd3\x3f\xad\x09\x0f\xa1\x7f\x24\x90\xde\x75\xf2\xdd\xfa\x90\x15\xf4\xae\x2d\x76\x77\x87\xc6\xd1\x62\xf7\xee\xf8\x40\x66\x8e\xb2\x22\x0f\x17\xe5\x4e\xec\xe3\x95\x39\x25\x4a\x3e\x6d\x92\x4a\x1c\x26\x6b\xc9\xc7\xee\x4a\x11\x29\xb4\x95\xb7\x92\xd6\xb2\xf6\xd9\x87\xda\x0b\x72\x3e\xef\xa0\x0d\x20\x14\xd3\xed\x99\xc4\x11\x78\x02\xdd\x08\xc3\x57\x48\x0c\x52\x12\x25\x4b\x1c\x39\xbf\x18\x1f\x7e\xfc\xf0\xab\xbb\x5b\xc1\xd2\x1f\xd6\x9c\xfe\x61\x77\xd9\xe2\x91\x82\xb3\x1d\xff\x48\xbd\x19\x84\x3a\x9e\x51\x1f\x9c\x53\x09\x28\xa4\xc1\xdc\x75\x25\xa1\x54\xd6\xa1\x28\x48\xdd\xdd\x1d\x3d\xbe\x34\x10\x55\x4e\x9a\xea\xae\x7a\x0d\xfb\x17\xbc\x81\xaa\xa2\xbf\x59\x86\xfb\x08\xfe\x08\xac\x9b\xad\xd0\xc8\x09\x82\x6d\xf2\x1c\xd1\xf7\x49\x38\xc7\x0e\x77\x16\x34\xda\xf8\xdb\x63\xb5\xd1\xa7\x95\x92\x03\xe3\x0d\x6a\xcb\x67\x1d\x81\x46\xf4\x79\xbe\xc1\xfc\x03\x71\xe5\xd9\x5b\x7f\xbf\x59\x3b\xb8\xd3\xc6\xe8\x5d\x7a\xab\x34\xf2\x00\x11\x4b\x1c\x7a\x4a\x43\xe3\xc8\x15\x0a\x76\x20\x3f\xdb\xcd\xd5\xf2\xbd\x58\x61\x78\x61\x7a\xf1\x8c\xce\x86\x5e\x74\xcb\xf0\x20\x93\xe9\xc5\x11\x7f\xec\xcf\x34\x91\xc5\xf4\x53\x9a\x6e\x7e\x6b\xeb\x0a\x54\xe5\xd9\x31\xb6\x87\xe8\x37\x7f\x47\xdd\x60\xa4\xa7\x13\x72\x69\xde\x35\x17\xf0\xb3\xf7\x84\x5f\xc6\xa6\x8e\xdd\xb0\xb1\x22\xf9\xf1\xd9\x67\x94\xdb\x85\x64\x28\x96\x5a\x11\xfb\xbd\x0f\x02\xbe\x28\x9c\xb4\xf4\xd2\x6d\xe3\xe4\x8e\xde\xd8\xea\x5a\xe9\x93\x7c\x30\xae\xf6\x48\x96\x27\x82\x53\x62\xd1\x77\xca\xfe\x75\xf6\x23\x2d\xa0\x24\x1d\x8a\x19\x92\xbf\x7c\x24\x0a\x28\x84\x13\xfe\xe0\x89\xb2\xf9\x78\xa4\xc4\xfc\x2c\x9f\x38\xe7\xee\xdc\xe9\x57\xe8\x35\x20\x47\xa2\x74\xac\x23\x79\x4a\xb2\x78\x15\x93\x8e\xde\x9d\xdc\xb7\x69\xf1\x1b\x5f\xf5\x62\xd9\xc3\xf0\x5d\xa3\xa3\xe5\x09\x5e\x30\xad\xc1\xb6\x75\x1e\x9f\x0c\x26\x65\x55\xb8\x5d\x4b\x1f\x84\x54\x4f\x98\xd4\x4f\x97\x8a\x35\x39\x50\xc6\x68\x09\xfd\x70\x58\x12\x3e\x5b\x1d\x8f\xdb\xa2\x25\x91\xa7\xac\x31\x98\x7f\x3c\x99\x9d\xf4\x3a\xc4\x53\xf8\xf8\x31\x3e\xba\x48\x0f\x25\x64\x31\x5d\xc0\x60\x30\xfd\x3b\x7b\x2b\x54\x42\xaa\x9e\x41\x83\x5d\xf8\x60\x32\xe9\x2b\xfb\x60\xee\xf9\x78\x7b\x01\xa0\x12\x2e\xdf\xb4\x69\x19\x19\x6b\x27\x6c\xd7\xbe\x3c\x96\x31\xc3\xb1\x6a\xdb\xff\x7d\xc8\xfe\x17\x00\x00\xff\xff\xe1\xa5\x18\x9a\xb3\x33\x00\x00" +var _nonfungibletokenV2Cdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x5f\x6f\xe3\xb6\xb2\x7f\xd7\xa7\x98\x4d\x81\xae\x5d\xb8\xce\xc5\xc5\xc5\x7d\x30\x4e\x4f\xba\xdd\x34\x07\x01\x0e\xd2\x62\xd7\x6d\x1f\x8a\xa2\x61\xa4\xb1\xcd\xae\x44\xaa\x24\x65\xd7\xc8\xe6\xbb\x1f\xcc\x90\x94\x28\x4b\x4e\xe2\x6c\x0b\x9c\x87\xee\x43\xd6\x96\xc5\x1f\x87\xf3\xe7\xc7\x99\x21\xcf\xbf\xf8\x22\xcb\x3e\xfb\x0c\x96\x1b\x84\xab\x52\xef\xe0\x46\xab\x2f\xaf\x1a\xb5\x96\x77\x25\xc2\x52\x7f\x40\x05\xd6\x09\x55\x08\x53\xf0\x8b\xb7\x37\x5a\xc5\xdf\xf9\xe7\x5b\xc8\xb5\x72\x46\xe4\x0e\xa4\x72\x68\x56\x22\xc7\x2c\x23\xbc\xf6\x2b\xb8\x8d\x70\x20\xca\x72\x0c\x3d\x8e\xb6\x60\x37\xba\x29\x0b\x7a\xb0\xd2\xa6\x02\xa7\xe7\xd9\xf5\x0a\x04\x34\x16\x0d\xec\x84\x72\x16\x9c\x86\x02\xeb\x52\xef\x41\x80\xc2\x1d\xdc\x5c\x2d\x5b\x80\x19\xb8\x0d\x4a\xd3\x89\xb3\x63\x38\x85\x58\x64\x4e\x83\xac\xea\x12\x2b\x54\x8e\x5e\x83\xc3\x55\x74\xc2\xce\x59\xf8\x14\xa7\x6a\xac\x83\x95\x2e\x49\x3d\xb4\x08\x1a\x6f\x9a\x12\x2d\x08\x55\x80\x12\x95\x54\xeb\x8c\x97\xe8\x7a\xab\xb6\x35\xe6\x72\x25\xd1\xce\x83\xe6\xae\x96\xb7\x60\xd0\xea\xc6\x44\x15\xe5\xda\x60\xfb\x08\xdc\xbe\x0e\xba\x32\x58\x1b\xb4\x48\x4b\x16\x8a\x57\x29\x15\xa3\xdb\x4a\x18\xd7\x8a\x16\x80\xdf\xea\xb2\xc4\xdc\x49\xad\x6e\xe1\x5d\x0f\xbf\x83\x26\x54\xeb\xb4\x21\xa9\x59\xa3\xaf\x6d\xd0\x5e\x1c\x3b\xcf\xae\xc9\x84\x79\xd9\x14\xfc\xd2\x0a\x77\xb0\x6a\x14\xff\xc6\x9a\x17\xac\x01\x92\x42\xef\x14\x1a\x7a\x84\xc2\xca\x72\x9f\x55\x7a\x8b\xe0\x48\x8f\x96\x04\x25\xb5\xe8\xc6\x81\x5e\xf1\xdb\xe9\x14\x2c\xef\xf7\x46\x6f\x65\x81\xe6\x96\xdf\xbc\x7d\x87\x39\xca\x2d\x7d\x6d\xc5\x6d\x95\x68\x79\x1d\x36\x7d\x02\x05\xe6\xa5\x30\x98\x08\xb7\x93\x6e\x03\x56\x57\x08\xb5\x41\x06\xad\xb5\x65\x35\x15\x92\xdf\xc8\x82\x56\x7f\x6f\xa4\x41\x16\xaa\xd3\x19\xad\x23\x58\x37\x47\xe3\x84\x54\xc1\xa6\x0c\x74\x87\x1b\xb1\x95\xda\xb4\x51\x60\xbd\x83\xec\x81\x44\xb0\x58\x0b\x23\x1c\xc2\x1d\xe6\xa2\x21\x31\x1d\xac\xe5\x16\x2d\xcf\xc1\x8e\x4b\x1f\xc4\x9d\x2c\xa5\xdb\xd3\x4c\x76\x43\xe3\x04\x18\x5c\xa1\x41\x95\x23\xf9\xa6\x77\xdc\x54\x24\x12\x57\xab\x72\x0f\xf8\x47\xad\x6d\xc0\x5b\x49\x2c\x0b\xef\x75\xdd\xda\xa5\x02\xad\x10\xb4\x81\x4a\x1b\xcc\x82\xce\x3b\x75\xcd\xe1\x9a\x62\xcf\xea\x20\x18\x09\x65\x0f\xa5\xaa\xc4\x07\x84\xbc\xb1\x4e\x57\xad\x11\x82\xd2\x7a\x71\xd3\x37\x04\x45\xa3\x86\xad\x30\x52\x37\x04\x29\xd5\x3a\xd8\x82\xe0\xbd\x3f\xcc\xb3\xec\x9b\x3d\x34\x96\xf4\xd9\x22\xf3\x12\x3a\xa0\x59\x10\x4a\xaf\xd8\x25\xfb\x3e\x6e\x21\x17\x0a\x2c\xaa\x22\xa3\x51\xc6\x3b\x4b\xf4\xb6\x1a\xd1\x7c\xe9\xf4\x97\xf4\xff\x8c\xe7\x26\xc7\x23\x93\xa9\x35\xc9\xc7\x93\x30\x19\x90\x58\x02\x72\x24\xd4\x12\x4a\x2c\xd6\x68\xb2\x41\x38\x2d\x35\x4f\x15\xa3\x8e\xbc\x5e\x69\xb7\x41\xc3\x22\xce\x5a\x36\x62\x6a\xb1\xa4\x9b\x3d\x43\x17\x46\xf8\xd0\xb8\xb9\x5a\x66\x2b\xa3\xab\x81\x4d\x99\x9e\x14\xe4\x91\x41\x0a\xac\xb5\x95\xae\xb5\x24\x68\xd5\x9b\xeb\xb5\xcd\xfa\x3e\x9a\x6b\xb2\x84\xf3\xee\xeb\x8c\x50\x76\x85\x66\x9e\x65\x5f\x9c\x67\x99\xac\x6a\x6d\x1c\xfc\x28\x71\x47\x04\x50\x6e\xd1\x00\x4b\x71\x96\x3e\x3a\xcb\xb2\xf3\xf3\x73\xe6\xfa\x8a\xdc\x3c\x65\xcf\x84\x00\xe1\x3b\x16\x22\xfd\x95\xcc\x5a\x96\x3c\x3a\x4c\xc5\x16\x4c\x5c\x43\xda\x84\xfe\xcf\xcf\xcf\x33\x91\xe7\x68\xed\x44\x94\xe5\xb4\x9b\x64\x40\xbb\xf7\x59\x06\x00\x70\x7e\x0e\x6f\x14\xa0\x72\xd2\x05\xc4\x95\x36\x9e\x70\xd8\x90\x1b\x6c\xb5\x2c\x4a\xe6\x15\x6f\x7e\x5e\xa3\x80\x1f\x45\x53\x3a\x06\x4a\x67\x4d\xe1\x7e\x8a\xa3\xef\x4a\x8c\x53\x9e\xc3\xb7\x5b\x2f\x3c\xb9\xb9\x05\xac\xa4\x73\x58\xc0\x8e\xec\x24\xfc\x14\xf4\x3c\xce\xac\x66\xed\x40\xa9\x0a\x99\x0b\x17\x65\xf3\x7c\x38\xa0\xbb\x80\xec\x60\x27\x12\x14\x16\x7a\x1e\xa1\x5a\xc8\xeb\xc1\x68\x69\x41\x69\xe7\x09\x95\x16\xa6\x1b\xe5\x5e\x5b\x66\x71\xb1\xc6\x19\xdc\x12\xd0\x2d\x5b\x06\xee\x10\x6e\x95\x2c\x6f\xfb\xb8\x3d\x6d\x6c\x53\x3d\x4c\x64\xb1\x80\x1f\xae\x95\xfb\xff\xff\x9b\x41\xd3\xa4\xdf\x08\x75\x01\x6f\x8a\xc2\xa0\xb5\x17\x33\xde\x95\x16\xf0\xde\x19\xa9\xd6\xd3\x2c\xc5\xb5\x58\xae\xa6\xe4\xc0\xac\xba\x9b\xab\xe5\xa7\xa2\x2f\xe0\x1b\xad\x4b\x9e\xe2\x9e\xff\xd2\x3f\xc2\xee\xcb\x2d\x8b\x88\x4a\x7f\x23\x26\xfd\x8d\x78\xf4\x77\xda\x22\x18\x74\x8d\x51\xe0\x4c\x83\xfc\xec\x61\xd4\x03\x8e\x99\x3f\x04\x2a\x16\xcc\x06\xbd\xdd\x6c\x60\x43\x17\x3d\x23\x30\xf6\x73\x1c\x23\xc5\x7f\xca\x7c\x97\xfe\xdd\x47\xf4\xeb\xf4\x0b\x6d\xf7\x49\xd0\xc7\x0d\x97\xc2\x1e\xda\x8d\x00\x9d\x3e\xd9\x66\xcb\xc0\x7d\x03\xf5\x13\xb1\x61\x67\xd0\x90\x4f\xde\x61\xdf\xb4\x81\x3a\x68\x1b\x8e\x2c\x6a\xb0\xf0\x54\x42\x3b\x69\x88\xb4\x84\xfb\x9f\x30\x4a\x94\xe7\x14\xaf\x7f\xa9\x95\x9e\x9c\xeb\xe2\x94\xc9\x2e\xc6\x0d\x17\x54\x19\xb5\x03\x15\xba\x8d\x2e\x78\x1f\x0e\x66\x59\x89\xd2\x7a\x5d\x83\x5c\x91\x23\x17\xb2\x50\xaf\x1d\xa5\x03\xa2\x1d\x97\xe2\x49\x05\xbb\x8d\xcc\x37\x90\x0b\x8b\xb0\x43\x28\x34\xbd\x4f\x59\x3d\xc7\x46\x30\x9b\x4e\xac\xd5\x0e\x97\x2b\x5e\x21\xbc\xfa\x0a\x94\x2c\xe1\xf3\xcf\x7d\xa2\x1c\xbe\x76\x62\xb7\x3e\xd7\x53\x52\xdf\xe9\x5e\x1d\xb0\xc5\xc0\x03\x5f\x4d\x7b\x78\x87\x6e\xc8\xae\x08\x48\xab\xbf\x7f\xfa\xc5\x43\xcf\xbd\x44\xeb\x8c\xde\xbf\xd0\x71\x63\x25\x40\x94\xc1\x38\x41\x47\x63\x34\xc1\xbf\x3f\x16\xcb\xa7\x10\xc3\x49\x60\x8f\x51\x41\x07\x34\xa0\x82\xd3\x28\xe0\xba\x5f\x5a\x86\xc4\xcb\xfa\x52\xad\x2b\x20\x8f\x06\xee\xb0\xd0\xa0\xf1\x8b\x5e\x02\x35\x6f\x33\xa9\x34\x32\xbc\xb1\x1a\x25\x7f\x6f\x10\xae\x2f\xc3\xd6\x21\xf2\x0d\xdb\x66\x23\x6c\xfb\x6e\x3a\xdf\x56\xfa\x62\x0a\xd6\xe8\xae\x2f\x27\xd3\xa8\xbb\x71\x27\x22\x13\xcc\x49\x2f\x89\x27\xa5\xc1\x74\x0c\x99\xa4\xb7\x04\xfe\xf3\x72\x5f\xe3\x2f\xfd\x88\x4e\xf0\x7f\xfe\x25\xfd\xe1\xe1\x18\x34\xa1\x1a\xaf\x03\x42\x9e\xfc\xca\x93\x2d\x80\xc0\xa7\x0b\x78\xa3\xf6\xef\x9d\x69\x72\x77\x71\x74\x22\x25\xcb\xfe\x4c\xed\xb7\xe0\xc1\x93\xe9\x81\x06\xa8\x7e\xeb\x3f\xf1\x63\x0f\x13\xc7\xf9\x88\x73\xb2\xda\x82\x82\xa3\x77\xb5\xaa\x8c\x2e\x16\x5f\xa2\x45\x4c\xa6\x73\x59\x50\x96\xb8\x92\x68\xfa\x71\xff\x70\x3c\x88\x13\xdf\xd3\x50\x61\x21\xa9\xfe\x8b\xd9\x5d\x48\x49\xfb\x15\xe6\x29\x6e\x18\x6b\xe3\x03\xa7\xbb\x8a\x55\x02\xe5\xc5\xb5\xd1\xbf\x61\xee\xdb\x21\x31\xdf\x20\x96\x74\xb1\x2c\xf5\xe5\xd6\x0f\x3f\x5c\x5f\x52\x5d\xa8\xb4\x7b\xdc\x29\x1b\x8b\x96\x5e\x9e\x84\xe0\x1d\xf7\x4a\xe6\xfc\x23\x1e\xf9\x93\xa7\xaa\xae\x14\x62\x1e\x4a\x94\x51\xc7\x65\x75\x2b\x8d\x25\x33\x85\xab\xcc\x39\x97\x8e\xc3\x53\xe8\x80\x24\x0c\xd2\x86\x21\x2c\xbf\xef\x17\xe8\x74\xe0\xbb\x52\x5a\x87\x8a\x4a\xc8\xf0\x7b\x19\x00\x63\x91\xe5\x41\xb2\x9e\x4a\x5b\x59\x0d\x56\x7a\x8b\x6d\xa7\xa5\x95\x39\xc9\xd7\xa8\xda\xf1\x2f\x49\xde\xa5\xf8\x67\x51\x96\xbd\x4d\x8e\xf3\xbf\x42\xa3\x4f\xdb\x7d\xf7\x67\x4f\xd4\xcd\xe5\x14\x0d\xb9\xbe\x24\xf6\x7e\xc4\x2e\x69\x99\xe2\x03\x30\x4a\x39\x89\x1f\xae\x2f\x23\x79\x4c\x17\xf0\xf5\xfd\xcd\xd5\xf2\xe1\x30\x86\xb4\x75\x23\x41\x64\xd0\x36\xa5\x8b\x01\x02\x5f\x7d\x05\x29\xe4\xd9\xd2\xcb\x17\x72\xd5\xae\x5a\xf1\x79\x30\x13\xeb\x9d\xaf\x3d\xad\xa8\x90\x14\xcd\x7d\x30\xfc\xbd\x41\x4b\x5b\xd4\xf5\xe5\xd9\x09\x71\xdb\xcb\xe7\xfb\x92\xc5\xd0\x0d\x4f\xd3\x14\x9f\x83\x97\x73\xea\x8b\xb9\xf0\x19\x4d\x8c\xeb\x0e\xe3\x84\xc8\xee\x19\xef\x4d\xe9\xd0\xa8\x34\x98\x43\xe2\x63\x07\xf4\xaf\xf0\x0f\xda\x74\x0c\x0e\xdf\x0d\x5d\xb2\x34\x44\x37\x62\x8b\xdc\x9c\x81\x55\x89\x7f\x48\xdf\x75\xe9\x61\xa6\x71\xbc\xf1\x3d\x36\x69\xfc\x8e\x46\xe1\x5c\xa1\x68\x93\xa3\xc6\x26\x99\x11\x8d\xfd\x29\xf6\x5b\xb6\xff\x0b\x4d\xbd\x36\xa2\xc0\x59\xec\x85\x05\x19\x62\x85\x98\xd0\x02\xb7\xe8\xc8\x2f\xed\x41\x4c\xa4\x6f\x86\x86\xd0\xf5\xa5\x25\xc4\x0e\x8f\x12\xc1\x5a\xe6\x1f\x18\x25\xdf\x68\x4d\x29\x1d\x65\x77\x3d\x2c\xef\x49\x76\x4c\x45\x75\x5d\x4a\xdf\x3f\x72\x1b\xac\xfa\x66\x58\x7e\x77\xf9\xdd\x02\x96\x61\x64\x59\xfa\xd8\x6d\x44\x59\xee\xbd\x26\x75\x4d\x21\x29\xca\x36\x3f\xd8\xd7\x68\x67\x70\xd7\xb8\x90\x54\x1a\xb9\xde\x38\x50\x7a\xd7\xc3\x8d\x74\xa3\x57\x20\xe0\xae\x59\x53\x4a\xfa\x56\x14\xdc\x82\x1b\xe5\x05\x52\x2c\xeb\xea\x69\x7e\x98\x05\x85\x49\xe7\xa3\x7b\xf6\x1c\xc2\x78\x32\xe4\xa3\x00\x93\x5f\x7b\xf9\xd6\x8b\xc2\x9e\xc2\x9d\xb2\xe5\x8f\x1f\xc3\x83\x57\x1c\x58\xf4\xd8\x63\xff\x1d\xff\xa9\xda\x09\xe3\x44\xbb\xf3\x10\x32\x7b\x88\xae\x67\x6c\x17\xcb\x8d\xb4\xa1\x95\x18\x22\x1b\xee\xf6\xbd\x16\x83\x4f\x2f\xb9\x01\xea\x88\x40\xaa\xa6\x74\xb2\x2e\xd1\x37\x27\xc9\xf1\x4f\x73\x27\xd6\x8d\x57\x18\x7d\x9c\xc1\x9f\xb4\xab\x0c\xdc\xeb\xef\x6d\xe6\xb9\x6e\xf6\x46\x15\xcf\x64\x99\xc4\xd9\x5c\x74\x36\x0e\xe2\xff\x6a\x77\x0b\xeb\xeb\x79\xdd\xdf\x74\xf6\x97\xf8\x19\x3c\xa3\x50\x89\xcd\x19\x0b\x77\xe8\x76\x88\x2a\xa9\x53\xec\x29\x85\x4a\x6c\xb2\xe8\xc3\x52\xa5\x6d\x1b\x1d\xf5\x68\x76\x4d\x9b\xf8\x5d\x6f\xfc\xa8\x37\x77\x2e\x1a\x4f\x55\xd9\x79\x6f\x4d\x3c\x3b\x7c\xda\x31\xdd\x58\xeb\x2c\x8e\x5f\xc0\x5b\x51\x87\x03\xb1\x7f\x7c\x7e\x1f\x8f\x24\x1f\xfe\x99\xf6\x33\x9e\xd2\x6d\xa8\x36\x62\x62\xf3\xc2\x0a\x30\xce\x1d\xcf\x46\xe2\x94\xb1\x96\x71\xe2\x43\xa7\x54\xc1\x9f\x84\x59\x37\x7c\xcc\x41\xba\x13\x45\x91\xaa\xee\xed\xa8\x96\x47\x0b\x42\xd2\x52\x98\x65\xc2\x71\x12\x43\x73\xda\x2b\xf6\x48\x98\x35\xba\xf7\x4d\x5d\x6b\xe3\xb0\xb8\xb9\x5a\x92\x93\xda\x90\x90\x59\x10\x5c\x90\xc5\xe3\x3c\xe6\x8d\xd8\xa7\x91\xb6\x55\x39\x4f\x5d\x3b\xfb\x9c\xce\xc6\x60\x2e\x2a\x55\xef\x97\x1c\x2a\x64\x9e\x87\xa3\x2d\x88\xfb\x87\x23\x1d\x88\xb0\x90\x77\x41\xe6\x58\xa6\xf9\xba\x8c\x35\xb7\x96\x5b\xf4\xe9\x25\x55\x6d\x5e\x5a\xef\x76\x7d\x97\x3c\x84\x7c\x33\xca\xa8\x7e\x3c\x08\xb5\xf7\x90\xa1\xc9\xf7\x1b\x31\x51\xd2\xe9\x22\xf8\x02\x57\xed\x81\xd6\x63\x8a\x91\xf6\x50\x2f\x09\xcb\x0e\x6b\xf9\xbe\x62\xfa\xe5\x7c\xdb\x07\x4a\x7c\xfc\x9d\x3f\x2e\x6f\x8f\xe3\xfc\xaa\x55\x6e\xd0\x1d\x5c\x5a\x68\x87\xf8\x1a\x25\x1c\xd0\x17\xf1\xd2\x42\x7b\x4e\xc8\x45\x45\x38\x0b\x3c\x25\x24\x3a\x1f\x5e\xb4\x0d\x92\x59\x1b\x28\xb3\x84\x8b\x66\xe3\x2d\xbc\xe4\x24\xf5\x20\xaa\xde\x05\xd5\xf3\x89\x2c\xab\x3d\x1e\xb0\x41\x2d\xdc\x26\x59\xf8\xc0\xdc\xc7\x9c\xf5\xd2\xe3\xbc\xf7\x30\xdf\x0b\xb7\x21\x6f\x4d\xbe\x5e\x8c\x37\x58\xd2\x6e\xd9\xc3\x93\x52\xd6\xcd\x5d\x29\xf3\x4f\x15\xf2\x7b\x46\x89\x32\x76\xdf\x4e\x17\xf1\x46\x9b\x8a\x8b\xb4\x1d\x86\x24\xa3\xbb\x6e\x11\x5a\xb4\x03\x16\xef\x57\xc1\x22\x72\x7b\x0e\x85\xe4\xd7\x84\xf1\x77\x26\x38\x19\x89\x4d\x5e\x5f\xea\xf9\x13\x67\x4b\xf5\x9e\x42\x5a\x22\xbd\x4b\xc1\xc5\xb7\x20\x7a\xb0\x16\x4a\xad\xd6\x4c\x95\xe1\xec\xdd\x9f\xb2\x77\x77\x28\x84\x87\x37\x38\xa6\x75\x1b\x67\x1e\x30\x59\xb2\x9e\x36\x67\xea\xf7\x83\x06\x07\x7f\x07\x4c\x10\x51\x67\x44\xd8\x81\x11\xbc\xaa\x0f\x34\xa3\x15\x02\x86\xb3\xec\x44\x39\xed\x65\x8b\x0f\x18\x68\x45\x58\xb8\xfd\xfa\x7e\x90\xa7\x10\x8b\x0f\xf6\xc8\x4f\xa2\x59\x88\xdd\x5a\xa6\xad\x05\x9c\x15\x4d\x55\xed\xcf\x8e\x27\xbe\x7f\x26\xd3\xfe\x19\x74\x78\xf2\x02\x72\x83\xc2\xe1\xb7\x55\xed\xf6\x09\x9f\xf8\xa7\xbc\x0d\x23\xfd\x74\x64\xc3\x05\x7f\x79\xc5\xab\xe0\x30\x4d\x07\xab\xdb\x28\xd9\xb3\x8f\xe8\x1d\xef\xef\xe3\xa7\x09\xb4\xd8\x51\x61\x26\x9c\x4c\x77\xdf\x5f\xd0\x19\xb4\x93\xe9\xbc\x44\xb5\x76\x1b\x4a\xa6\xff\x27\x64\xd2\x7e\xb6\x22\xf5\xe4\x98\x42\xf3\xa2\x5f\x9d\x3d\xa7\xf8\x39\xb9\xfb\xfc\xe4\x8e\xf5\x57\x36\x74\x5f\xde\x92\x1d\x0b\xbe\x47\x73\x39\x9f\xca\x0d\x73\xb7\x4e\x60\x9b\x44\xfd\xc0\xad\x78\x54\xe8\x2f\x87\x91\x54\x15\x1a\x23\xf6\x27\xe4\x79\x63\x52\x4f\x21\xd5\xf7\xc0\x30\xfd\xd3\x9a\xf0\x10\xfa\x47\x02\xe9\x5d\x27\xdf\xad\x0f\x59\x41\xef\xda\x62\x77\x77\x68\x1c\x2d\x76\xef\x8e\x0f\x64\xe6\x28\x2b\xf2\x70\x51\xee\xc4\x3e\x5e\x99\x53\xa2\xe4\xd3\x26\xa9\xc4\x61\xb2\x96\x7c\xec\xae\x14\x91\x42\x5b\x79\x2b\x69\x2d\x6b\x9f\x7d\xa8\xbd\x20\xe7\xf3\x0e\xda\x00\x42\x31\xdd\x9e\x49\x1c\x81\x27\xd0\x8d\x30\x7c\x85\xc4\x20\x25\x51\xb2\xc4\x91\xf3\x8b\xf1\xe1\xc7\x0f\xbf\xba\xbb\x15\x2c\xfd\x61\xcd\xe9\x1f\x76\x97\x2d\x1e\x29\x38\xdb\xf1\x8f\xd4\x9b\x41\xa8\xe3\x19\xf5\xc1\x39\x95\x80\x42\x1a\xcc\x5d\x57\x12\x4a\x65\x1d\x8a\x82\xd4\xdd\xdd\xd1\xe3\x4b\x03\x51\xe5\xa4\xa9\xee\xaa\xd7\xb0\x7f\xc1\x1b\xa8\x2a\xfa\x9b\x65\xb8\x8f\xe0\x8f\xc0\xba\xd9\x0a\x8d\x9c\x20\xd8\x26\xcf\x11\x7d\x9f\x84\x73\xec\x70\x67\x41\xa3\x8d\xbf\x3d\x56\x1b\x7d\x5a\x29\x39\x30\xde\xa0\xb6\x7c\xd6\x11\x68\x44\x9f\xe7\x1b\xcc\x3f\x10\x57\x9e\xbd\xf5\xf7\x9b\xb5\x83\x3b\x6d\x8c\xde\xa5\xb7\x4a\x23\x0f\x10\xb1\xc4\xa1\xa7\x34\x34\x8e\x5c\xa1\x60\x07\xf2\xb3\xdd\x5c\x2d\xdf\x8b\x15\x86\x17\xa6\x17\xcf\xe8\x6c\xe8\x45\xb7\x0c\x0f\x32\x99\x5e\x1c\xf1\xc7\xfe\x4c\x13\x59\x4c\x3f\xa5\xe9\xe6\xb7\xb6\xae\x40\x55\x9e\x1d\x63\x7b\x88\x7e\xf3\x77\xd4\x0d\x46\x7a\x3a\x21\x97\xe6\x5d\x73\x01\x3f\x7b\x4f\xf8\xa5\x3f\xf5\xbf\xd0\x85\xeb\xb6\x15\x5f\x2b\xf2\x55\xb1\xbf\xc6\xd7\x95\x48\x27\xcc\xf6\x6f\xde\x9d\x69\xc2\x6b\xe5\xc6\x96\x19\x3b\x6f\x63\x05\xf9\xe3\x2b\x9d\x51\x1e\x19\x12\xaf\x58\xd6\x45\xec\xf7\x3e\xe0\xf8\x52\x72\xd2\x3e\x4c\xb7\xa8\x93\xbb\x87\x63\x9a\x6c\xa5\x4f\x72\xcf\xa8\xd9\x23\x19\xa5\x08\x01\x80\x45\x3f\x00\xfa\x57\xe7\x8f\xb4\x9b\x92\xd4\x2b\x66\x63\xfe\xa2\x93\x28\xa0\x10\x4e\xf8\x43\x2e\xaa\x1c\xe2\xf1\x15\xef\x05\xf2\x89\x33\xf5\xce\x75\x7f\x85\x5e\xb3\x73\x84\x11\xc6\xba\x9f\xa7\x24\xa6\x57\x31\xc1\xe9\xdd\xff\x7d\x9b\x16\xda\xf1\x55\x2f\x96\x3d\xa4\x8a\x35\x3a\x5a\x9e\xe0\x05\xd3\x1a\x6c\x5b\x53\xb2\xb3\x26\x25\x5c\xb8\xc9\x4b\x1f\x84\x54\x4f\x98\xd4\x4f\x97\x8a\x35\x39\x50\xc6\x68\xb9\xfe\x70\x58\x7e\x3e\x5b\x1d\x8f\xdb\xa2\x25\xac\xa7\xac\x31\x98\x7f\x3c\x71\x9e\xf4\xba\xd1\x53\xf8\xf8\x31\x3e\xba\x48\x0f\x40\x64\x31\x5d\xc0\x60\x30\xfd\x3b\x7b\x2b\x54\x42\xe0\x9e\xad\x83\x5d\xf8\x10\x34\xe9\x61\xfb\x60\xee\xf9\x78\x7b\xd9\xa0\x12\x2e\xdf\xb4\x29\x20\x19\x6b\x27\x6c\xd7\x2a\x3d\x96\x9d\xc3\xb1\xca\xde\xff\x7d\xc8\xfe\x13\x00\x00\xff\xff\x6d\x82\xe6\x68\x1f\x34\x00\x00" func nonfungibletokenV2CdcBytes() ([]byte, error) { return bindataRead( @@ -193,7 +193,7 @@ func nonfungibletokenV2Cdc() (*asset, error) { } info := bindataFileInfo{name: "NonFungibleToken-v2.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x93, 0x1e, 0x42, 0xc4, 0x57, 0x44, 0x5b, 0x7e, 0x9e, 0xcf, 0xe1, 0xea, 0x18, 0xe5, 0xa9, 0xfa, 0xa, 0x77, 0x1b, 0xe1, 0xa0, 0x92, 0xef, 0x91, 0x4f, 0xea, 0xf3, 0xf2, 0x92, 0x5f, 0x47, 0xc3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5c, 0xa, 0x17, 0xe7, 0xc2, 0xcf, 0x7c, 0xb, 0x2b, 0xf1, 0xab, 0x4e, 0x54, 0x31, 0xce, 0x75, 0xa2, 0xd5, 0x5a, 0xcc, 0xa0, 0x80, 0x3a, 0x3b, 0x18, 0xb6, 0x67, 0xdf, 0xbf, 0x65, 0x9f, 0x89}} return a, nil }