From 4a6f42d2a3729cde86103c6e542c04ff7c3ede78 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Wed, 24 Apr 2024 09:47:30 -0500 Subject: [PATCH] make ownedNFTs access(all) --- contracts/NonFungibleToken.cdc | 4 +--- lib/go/contracts/internal/assets/assets.go | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/contracts/NonFungibleToken.cdc b/contracts/NonFungibleToken.cdc index bc1a1a3..b02a92c 100644 --- a/contracts/NonFungibleToken.cdc +++ b/contracts/NonFungibleToken.cdc @@ -181,9 +181,7 @@ access(all) contract interface NonFungibleToken: ViewResolver { /// access(all) resource interface Collection: Provider, Receiver, CollectionPublic, ViewResolver.ResolverCollection { - /// Cadence allows implementing types to specify less restrictive access - /// so implementing contracts can have this as `access(all)` with no problem - access(contract) var ownedNFTs: @{UInt64: {NonFungibleToken.NFT}} + access(all) var ownedNFTs: @{UInt64: {NonFungibleToken.NFT}} /// deposit takes a NFT as an argument and stores it in the collection /// @param token: The NFT to deposit into the collection diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 4df9600..bcb5992 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -2,7 +2,7 @@ // sources: // ExampleNFT.cdc (14.005kB) // MetadataViews.cdc (25.495kB) -// NonFungibleToken.cdc (11.251kB) +// NonFungibleToken.cdc (11.08kB) // ViewResolver.cdc (2.71kB) package assets @@ -113,7 +113,7 @@ func metadataviewsCdc() (*asset, error) { return a, nil } -var _nonfungibletokenCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5a\xdf\x8f\xdb\x36\xf2\x7f\xf7\x5f\xc1\x6f\x0a\x7c\xb3\x2e\x1c\xef\x3d\x1c\xee\xc1\x40\x91\x26\xd9\xee\xc1\xe8\x61\x5b\x24\x4e\xfb\x70\x38\xd4\xb4\x34\xb2\x79\xa1\x48\x85\xa4\xec\xfa\xd2\xfd\xdf\x0f\x33\xfc\x21\x4a\x96\xf6\x47\x5b\xdc\x3e\xb4\xb1\x44\xce\x0c\xe7\xe7\x67\x86\xba\xfe\xfa\xeb\xd9\xec\xab\xaf\xd8\xe6\x00\xec\x56\xea\x13\xbb\xd3\xea\xd5\x6d\xab\xf6\x62\x27\x81\x6d\xf4\x27\x50\xcc\x3a\xae\x4a\x6e\x4a\x5a\xb8\xbd\xd3\x2a\xbe\xa7\xd7\x5b\x56\x68\xe5\x0c\x2f\xdc\x6c\x86\x54\x84\x72\x60\x2a\x5e\x00\x73\x07\xee\x18\x97\x72\x8c\x66\xdc\x63\x99\x3d\xe8\x56\x96\xf8\xa0\xd2\xa6\x66\x4e\x2f\x67\xeb\x8a\x71\xd6\x5a\x30\xec\xc4\x95\xb3\xcc\x69\x56\x42\x23\xf5\x99\x71\xa6\xe0\xc4\xee\x6e\x37\x89\xc0\x82\xb9\x03\x08\x93\x7e\x47\x7a\xa2\x6e\x24\xd4\xa0\x1c\x09\xe5\xce\x0d\x58\x56\x42\x25\x14\x94\xec\x00\x06\xc2\x61\x6e\x37\x5b\x66\xc0\xea\xd6\x14\x99\xe8\xfe\x24\x85\x36\xd0\xbd\x44\x12\xfe\x48\x06\x1a\x03\x16\x50\x32\xae\x48\x18\xa1\x50\x0a\x66\x6b\x6e\x5c\x92\x64\xe9\x59\xbc\xd3\x52\x42\xe1\x84\x56\x5b\xf6\x7e\x82\x53\xc7\x04\xe9\x5b\xa7\x0d\xd8\xa0\x82\x97\x36\x1c\x37\x52\x59\xce\xd6\x8e\x09\x55\xc8\xb6\xa4\x45\x15\x9c\x58\xd5\x2a\x7a\x47\xaa\xe2\x12\xed\x88\xf2\xe8\x93\x02\x83\x8f\x80\x5b\x21\xcf\xb3\x5a\x1f\x81\x39\xd4\xbf\x45\x91\xb9\x2a\x99\x6e\x1d\xd3\x15\xad\xce\x59\x90\xe4\x3f\x1a\x7d\x14\x25\x98\x2d\xad\xdc\xbe\x87\x02\xc4\x11\x7f\x5e\x2a\xcc\xd2\x39\x6c\xfe\x84\x95\x50\x48\x6e\x20\x13\xee\x24\xdc\x81\x59\x5d\x03\x6b\x0c\x10\xd1\x46\x5b\x52\x58\x29\x68\xc5\x2c\xe8\xf7\x73\x2b\x0c\x90\x50\x9d\xf6\xf0\x1c\x95\xa6\xb3\x15\x60\x1c\x17\x8a\x29\x5e\x0b\xb5\x27\x42\x3b\x38\xf0\xa3\xd0\x26\x39\xab\x5d\x92\x48\x67\x86\x22\x58\x68\xb8\xe1\x0e\xd8\x0e\x0a\xde\xa2\x98\x8e\xed\xc5\x91\x84\x3c\x82\xd4\x0d\x18\x4b\xec\xf8\x4e\x48\xe1\xce\xde\xe3\xd0\x59\x3a\xe9\xbd\x6c\x05\x57\x68\x16\xc6\xd5\x39\xf3\x88\xe4\x6c\x44\xc5\xf6\x15\xf3\xf6\xcc\x5a\x8b\x72\x46\xb5\x59\x92\xb8\x5b\xb2\x20\x43\x5b\xb4\x03\x9a\xba\xef\x45\x96\x58\x5a\x50\xe5\x0c\x77\x19\x6f\x84\x68\xc5\x06\xc0\xbc\x72\xfa\x15\xfe\x7f\x41\xfa\x45\x83\xa2\x2a\xd4\x1e\x0f\x41\x4c\x30\x2a\x48\xf5\x9c\x15\x80\x54\x25\x93\x50\xee\xc1\xcc\x2e\x1c\x76\xa3\x89\x55\xf4\x6b\xf4\x26\xa5\xdd\x01\x0c\x89\xb8\x48\x61\x49\x21\x66\xf1\xd8\x67\x22\x5d\x1a\xee\x5d\xee\xee\x76\x33\xab\x8c\xae\x43\x54\x76\xe6\xa3\x38\x55\xac\xc0\x7c\x80\x0b\x4b\x68\xb4\x15\x2e\xe9\x97\x69\xd5\xe3\xf5\xd2\xce\xfa\xb6\x2f\x34\x2a\xd9\x79\xb7\x70\x86\x2b\x5b\x81\x59\xce\x66\x5f\x5f\xcf\x66\xa2\x6e\xb4\x71\xec\xc5\x4f\x02\x4e\x18\x63\xf2\x08\xe6\xc5\x6c\x76\x7d\x7d\x4d\x89\xad\x46\x67\xc9\x93\xc6\x92\xfd\x40\x8c\xf2\x67\xe8\x9e\x52\xd2\x9e\x40\x8e\xac\x14\x2d\x4b\x6c\x7b\xde\xed\x73\x09\x85\xbe\xb0\x5d\x12\xbc\xbe\xbe\x9e\xf1\xa2\x00\x6b\xaf\xb8\x94\xf3\x2e\x31\x75\x89\x71\x98\x42\x57\x2c\x17\x9c\x7d\x99\xcd\x18\x63\x0c\x25\x79\xa3\x18\x28\x27\x5c\x90\xa1\xd2\xc6\x87\x37\x99\xf7\x00\x49\xf7\x5c\x52\x14\x7b\xa7\x20\xfd\x73\xf6\x13\x6f\xa5\x23\x4a\xb9\x38\x39\xb9\x9f\xc3\xee\xa7\xf1\x6b\x9b\x92\xbb\xe0\xbc\xfe\xdf\x0c\x8e\xe4\xf3\xb4\x8c\x34\xfc\x20\xbb\x8f\xb4\xa9\x63\x36\xe4\x14\xd2\x15\x06\xd4\xde\x50\xe2\x8f\x02\x12\xcf\xb0\xfd\x21\x0e\x3f\x20\x85\x8e\xc1\x77\x47\x6f\x38\xee\x2e\xeb\x0d\xd4\xc2\xb1\x13\xba\x24\xea\xb1\x06\xc7\x4b\xee\x38\x6a\x31\xe6\x74\x1b\x4e\x59\x26\x7a\x6b\x1f\xff\x5a\xc9\x33\xdb\x01\x91\x70\x50\xb2\xdd\x99\xdc\x3a\xda\x64\x8b\xcf\xef\x6e\x37\x5e\xde\x72\x9b\x5c\x3c\xd1\xf1\xc1\xa8\xd8\x96\x96\xf0\x9d\x84\x6d\x3c\x06\x46\x78\x05\x06\x14\x16\x03\x1d\x43\xca\x9f\xe1\xc4\x2f\x45\x42\xf7\xce\x35\xd0\x98\x60\x13\xdb\xf0\xba\xc6\xac\x42\xde\xd0\xc9\x27\xc2\x93\x2e\xd2\xec\xcb\x2c\xf5\xdb\x44\x39\xa6\x4a\x3a\x6d\xa1\x4b\xef\x6c\x58\x36\xb2\xe5\x4c\x07\x83\x1d\x38\xb2\x84\x42\x70\xd9\x1d\xc5\x9b\x29\x51\x0c\xe7\xc9\x98\xa1\xde\x0f\xba\xf4\xa1\x87\x2a\x45\x5d\xe0\xba\x3d\xf8\x80\xbb\xd4\x4a\xa2\xd6\x57\x01\x59\xba\xe6\x9f\xc0\x62\x6e\xb7\xda\x4b\xe5\x0e\xc2\x94\xaf\x1a\x6e\xdc\x99\x09\x55\xc2\xaf\xa8\x10\x34\x61\xad\x95\x70\x24\x7b\x74\xe2\x44\x0e\x5d\xed\x73\x0b\xe6\x4c\x2f\x83\xbe\x3b\x07\x89\xc9\xcd\x7b\x6b\x5f\x77\xcb\x48\xe4\xd2\x49\x8f\x5d\x00\x94\x57\x58\x38\x56\xec\x83\x33\x42\xed\x17\x4c\x94\x2b\xf6\x71\xad\xdc\xdf\xfe\xba\x60\x6d\x9b\xff\x22\x16\x2b\xf6\xa6\x2c\x0d\x58\xfb\x7a\x7e\x41\xf6\x28\x7c\xf1\x67\x7d\x97\xbb\xfa\x85\xa9\xca\xbd\x87\x6a\xc5\x78\xeb\x0e\x57\xfe\x31\xfb\xcd\xc7\xc7\x9c\xfd\xff\x97\x61\x06\x5a\xde\xdd\x6e\xee\x3d\xfd\x2f\xf4\x5f\xfc\xa3\x10\xe9\xcb\xec\xc9\x2e\xf7\xe0\x36\xe7\x06\xae\xe6\x4b\x51\xa2\x89\x2a\x81\xc5\x01\x45\x0f\x0b\x44\x19\xcf\x12\x1e\xe0\x8f\x74\xa0\xf0\x8c\x7e\xbd\x5e\x72\x7f\x3c\xcf\xfd\x7e\x36\x1a\xbe\xc2\xa6\x68\xa3\x98\xe5\x3e\xd7\xe1\xf3\x98\x02\xd5\x22\x6d\x14\xaa\x14\x05\x77\x31\x20\x51\x74\x94\xce\x8b\xb4\xc8\xa0\xd1\x05\xf2\x09\xdc\x7c\xac\x25\xca\x64\xf4\x45\xcf\x43\x70\xdb\xc7\x8f\xeb\x9b\x48\xa2\x83\x44\xa3\x7b\x59\x6b\x5b\x2e\xe5\xb9\x17\x3c\x7d\x77\xa1\x04\x73\x21\x8f\xb0\x4c\x69\xe7\xd1\x1a\x9a\x5e\xb7\xca\xbd\xb4\x04\x11\xf9\x1e\x16\x6c\x8b\xe4\xb7\x29\x7e\xb6\x4a\xc8\xed\x63\x6e\x18\xb3\xaa\x7a\xb2\x23\x22\x93\xce\x0f\x17\xac\x09\xc8\x10\x35\x10\x57\xcd\x47\x0d\x37\x65\xb5\x50\xfe\xa1\x24\x8c\x31\xa6\x14\xb6\xf6\x56\x04\xfb\x87\x8c\x98\x33\x7a\xd8\x84\xb9\xd6\x2f\xf7\xfe\x69\xb6\x5a\x3c\xcf\x58\x37\x51\x86\x27\x1b\xcb\xe9\xdc\x54\x9d\x7c\x13\xc6\x5a\xf7\xfb\xb5\x50\x71\x2c\xab\x5b\x0f\xcd\x43\x57\x36\x29\xe6\x65\x33\x80\xfb\xfb\x90\x66\x39\xc4\x36\x91\x79\xab\xc4\xe7\x16\xd8\xfa\x86\x00\x40\x04\x90\x71\x45\xce\x46\x82\xcb\xce\xdc\xa7\x32\x9e\x28\x78\xeb\x74\xcd\x9d\x28\x28\xf0\xe0\x48\x29\x5d\xd4\xc0\x78\x26\x33\x1a\xd9\x3a\xa3\xcf\xa1\xa6\xe6\x45\x85\xf0\xbd\x20\x05\xf0\x68\xe0\xd0\x78\x95\xb1\xe5\x4b\x75\xc1\x5b\xcb\x6a\xf4\x9d\xe0\x08\x0a\x00\x57\x72\x6a\x13\xb9\xd9\xb7\xd4\x8e\x8e\x1d\xce\x6f\x8e\xdd\xe1\x4d\x94\xe8\xaa\x3b\x30\xfb\x86\x59\x90\x79\x62\xed\x3f\xc7\x67\xf3\xbe\x56\x0a\x03\xdc\xc1\x77\x75\xe3\xce\x19\x92\xf6\x4f\x49\x24\xc0\x57\xbd\x0e\x2b\x68\x30\x56\x61\x6a\x44\x2f\xac\x12\xe3\xc7\x80\x6b\x8d\xa2\x7a\x1b\x2b\x3b\x97\x12\x4c\x56\x7d\xe1\xec\x01\xd3\x89\x20\x95\xed\x91\xf8\xd6\xef\x67\x6f\x3a\x51\x86\x21\x4c\x9d\x4f\x90\x41\xd8\x49\xd7\xc0\x02\x38\x7a\xd8\xab\xf9\x8a\x7d\xfb\xa5\xfb\x7d\x9f\x15\x37\xfc\xa3\xee\xb3\xff\x08\xff\x0c\xd8\x56\x3a\x2c\x72\xff\x00\xb5\x77\x87\xab\x39\xfb\xe6\x1b\xf6\x97\x15\x7b\x41\x53\x01\xe2\x54\xe6\xc2\x52\xa8\x10\x20\x6c\xdc\xf9\xff\x5e\x4c\x11\x14\xf6\x43\xdb\x60\x67\x01\xe5\xdd\xed\x86\x0a\xa8\x8f\x69\xb2\x60\xaa\xa9\xf3\x47\x18\x59\x4f\x24\xe9\x84\xfc\xb4\xcf\xf4\x7e\xd6\xfd\xab\xa7\xf4\xbf\x83\xb3\x2c\xb6\x60\x14\xe6\x11\x27\x79\x52\xa5\x30\x50\x38\x79\x46\x93\x4d\x99\xab\x14\x24\x0c\x37\x67\x42\xcb\x52\x32\xdb\xee\xee\x6e\x37\x1f\xd8\x27\x38\x7b\x38\x8c\x12\x8d\x9a\x2a\x01\x96\x3d\xb8\x37\x47\x2e\x24\xba\xda\x07\xbf\x1d\xad\xf5\x65\x43\x0a\xf1\xbe\x3d\x34\x57\x90\xe0\xcb\x43\xa7\xa3\xe0\xce\x00\x74\x6c\x64\x7b\xa7\xbc\x38\xdc\x5b\x8d\x80\x3c\x44\xa8\xa5\x91\x81\x6e\xe8\x90\xb2\x3f\x51\x09\x4d\x71\x71\xd0\xda\x42\x8f\xc4\x41\x9f\x30\x12\x62\x50\xd8\x76\xe7\xf5\x5b\x42\x03\xaa\x44\x28\xa2\x15\x3b\xd1\x44\xac\xc7\x27\x94\xd2\x7e\xf6\xb9\xd5\x86\xc1\xaf\x1c\x7b\xcf\x05\x13\x15\xdb\xa2\x42\xb7\x04\xb2\x39\x3b\x72\xd9\xc2\x82\xed\x5a\xc7\xb6\xa2\xdc\xb2\x52\x83\x55\x2f\xfd\x20\x8c\x04\xec\x67\x01\xae\x82\xb8\xec\x74\x10\xc5\xc1\x2b\xa0\x0a\x1a\xa1\x09\x86\x8e\x9a\x15\x54\xd2\x0c\xa5\x45\xce\x5e\x94\x50\x61\x0b\xf9\xa2\x47\x6f\x5d\xb1\x9d\xd7\x56\x28\x60\xa1\xb1\xef\x9c\x89\x1a\x06\x1f\xb6\x9c\x59\xa1\xf6\xd2\x8b\x85\x92\xfc\x1b\x1d\xd8\x73\xeb\x51\xc5\x8d\x4b\xb6\x41\x03\x1d\x40\x36\x36\xa4\x12\xcb\x4e\x07\x8d\xac\xd4\x4b\xf4\x7b\x03\x5e\x83\x2e\xce\x75\xa4\xd6\x9f\x50\xb5\x58\x3c\x72\x7a\x7d\xcf\x6d\xb8\xe1\x35\xf3\xa1\x86\x81\x85\x3e\x16\x8b\x7e\x09\x56\x18\x28\x2f\x12\x5c\xd8\x84\x89\x96\x86\x9a\x65\xdc\x10\x3c\x60\xa7\x8d\xd1\xa7\x69\x9e\x29\x5a\xac\x33\x6d\xe1\x5a\x9a\x24\x86\xb1\x61\xc4\xa5\x06\x3e\xb7\x60\x31\xc4\x31\x2c\x96\x93\xb9\x6d\x0f\xce\x87\x48\x48\x17\x9b\x00\x85\x52\x31\x67\xab\x29\x48\xff\x7a\x3c\x84\x94\x90\xb3\x7e\xae\xb8\x1f\x05\x04\x9a\xd5\x50\x0a\xec\x1d\xba\x41\x43\x9a\x2f\xc4\x22\x9a\x83\xdb\x2e\xd7\x3e\x07\x2f\xc4\x41\x63\x1f\x1d\xb0\x9f\x21\x74\xe9\x71\x0a\x10\xc7\x0d\xb1\x05\x8b\x30\x34\x23\x15\xbb\x56\x04\x2e\x98\xa7\xd4\x3e\x6d\xcf\x49\x07\x4a\xc1\xb3\x38\x8d\x6f\x2a\x3f\xa5\x73\x3a\x94\x63\x29\xac\x03\xec\xf1\xe2\x7b\x19\x08\xc6\xd1\x55\x68\x1c\x7b\x86\x4f\xb2\x1a\xa8\xf5\x11\xd2\x84\x38\xc9\x9c\x65\x73\x2c\xa2\x7e\xd1\xb0\x84\xf6\x23\xce\x51\x88\x13\xa4\xa0\x16\xbb\x3a\x23\x9c\xa6\xfe\x1d\xb7\xac\x6f\x30\x5e\x3d\x92\x35\xb8\x6a\xcc\x91\xa3\x5c\x08\x01\x47\x1d\x3a\x09\x3e\x22\xe9\xd0\x33\xd3\x58\x26\x75\x94\xe8\xa6\x91\xc2\x55\xce\x2b\x78\x28\xd6\x61\xf4\xc7\x67\x15\x60\x51\x62\xdd\xcd\xa9\x51\x5d\xec\x10\x7b\xd7\x64\xf9\xbe\x22\xd6\x61\x9a\xc5\x73\x44\x7a\x76\x10\x68\xeb\x9b\xcb\xea\x4c\x3e\x36\xec\x89\x3a\x0c\x30\xd1\xe8\x26\x19\x23\x1e\x0b\x0f\x7c\x77\xe2\x1b\x26\xaa\xeb\xfd\x2e\x77\xd8\x3b\x65\xe0\x2d\x97\xe9\xfe\x99\xe1\x19\x5c\xd2\x46\x37\xfa\x7d\x71\x18\x27\xfc\x43\x94\x1e\x1d\xde\xd1\x7c\x25\x78\x74\x1f\xd6\x92\x33\xf3\xb2\xcc\x7d\xf9\xdd\xa5\x03\xe5\xf9\xd8\x4f\x3e\x37\x9d\x0b\x06\x36\x93\x79\x30\xbc\xbf\x0a\x3b\xbd\x47\x0d\x40\x2f\xe5\xca\x3e\xc8\xb2\xa9\x28\x73\x8a\xe9\x38\x67\xf7\x77\x42\x1d\x32\x30\xf1\xf4\xc8\xb7\x71\x4f\x83\x3f\x9e\x48\xcd\x9b\xc6\xb7\xb2\x3b\xad\x25\x70\xba\x5f\x49\x33\x08\x2a\xab\xa2\x4f\xaf\x73\xf5\x42\x60\x6b\x12\x51\x1d\xea\xef\x51\xe4\x74\x71\xc2\x0c\x3a\xbd\xd5\x5a\x0e\x60\xd1\xfb\x70\xfc\x98\x34\x7c\x96\x20\x13\xed\xc5\x11\x54\x68\x74\x6c\x38\x78\x80\x70\xe3\x19\x80\x86\xc4\xa3\x40\xdd\x6f\xee\x2e\x46\xc2\x9c\x35\xab\xf8\xcc\x99\x16\x90\x76\x00\x16\xd3\x55\xfa\x8d\x4a\x16\x9a\xb0\x42\xd0\xf3\x88\x9a\x3b\x3b\xa2\x54\x41\xbf\xc3\x5a\xff\x04\x84\x3a\x89\xd6\xf1\x9f\x73\xaf\xe8\x61\x6c\x7e\x8f\x1a\x40\x30\xb2\xe3\xc5\xa7\x13\x37\xa5\x7d\x55\xe8\xba\xe1\x4e\x84\x7b\x25\x03\xdc\xc6\x21\xeb\x23\xc1\xd8\x45\xcf\x8f\xed\x4e\x8a\x22\xcb\x93\x4f\x0c\x8c\xc7\xdc\x28\x76\x37\x2b\xcc\x29\x8f\xae\x5e\xdf\x90\x9b\xfd\xd3\x67\xf4\x7f\x4d\x0a\x53\x69\xf3\x1d\x2f\x0e\xeb\x9b\xab\x5f\x58\xb5\xa2\x47\x57\xa9\x0a\xa0\xd2\xe6\x2b\xf6\x93\x16\xe5\xc3\x0c\x3d\xbe\x42\xcc\xf3\x4b\x8e\x74\x08\xe8\x20\xae\x19\x6a\xfe\xbd\xbf\x33\x4c\x77\x09\xde\x7d\x55\x61\xc0\x0d\xee\x70\xf3\x71\xf4\x0e\xe2\x2d\x65\x6a\xe8\xd3\x85\x0f\xba\x54\xba\xd4\x79\x46\x12\xed\xec\xb6\x4a\xc0\x66\x91\x52\xeb\xe2\xc2\xae\x8b\xf1\x49\x49\xd6\x96\x0f\xb2\xf1\x3b\x5e\x52\x77\x43\x5d\x89\xed\x0b\x1c\x72\x9a\x4e\x40\x41\x82\xc5\x88\xb0\xce\x60\xda\x3a\x42\x3e\x93\x8f\x04\xad\x1e\x3f\xb5\x1f\x95\x1f\xf8\x31\xf4\xdf\xdc\xb2\x6d\x76\xf8\xad\xbf\xc7\x50\x1a\x4b\xda\x4e\x42\x3d\xb4\x68\xa4\x33\x67\x47\xee\x6f\x77\x30\x92\x2c\x3a\xa8\x37\xe7\x8a\x8d\xa3\xd6\xfb\x07\xcb\xcf\x54\xf5\x09\xd7\xe6\xc2\x45\x53\x4e\xa4\xaf\xc7\xea\x0f\xda\x72\x78\x53\xf1\x8c\xd0\x1b\x9d\xac\x0f\x71\x8f\x81\x11\xd8\x93\x41\xde\xfc\x86\xd4\xa3\xd1\x70\xa6\xde\xe7\x04\xdd\x57\x04\x23\xa4\x22\x12\x9e\xde\x45\x29\x5f\xd6\x88\xc1\xb8\x3c\xf1\xb3\x07\x4b\x95\xc0\xae\xb7\x04\xeb\x84\xe2\xbd\xb3\x67\xc4\xbb\xcb\x46\xd4\x7c\x92\xb4\x16\xd6\xd2\xbd\x8e\xbf\x74\x6a\xad\xd3\x75\xca\xc7\x08\xa2\xb1\x22\xec\xa0\x43\xdb\x63\xb4\x91\xe2\x81\x9b\xd2\x37\xa6\x18\xc4\xc2\x8f\xa3\x06\xb0\x7c\x1c\xc8\x0d\xe7\xa5\x24\xe6\x03\x38\xce\xbf\xef\x60\x9c\xff\x1d\x66\xcc\x7a\x02\xc3\x0d\x87\xaa\x4f\x40\x71\x97\x63\x18\xfa\xde\xa0\xd6\xad\x8a\x88\xc4\x8f\x8a\xbb\x54\x34\xe5\xbf\xb1\x08\x2a\x32\xe5\x9e\xfa\x9f\xde\x85\x87\x15\xff\x81\xcb\xa9\xf6\xf3\xea\xc1\x78\xe3\x98\xb4\x41\x91\xbc\x94\xb4\x63\xea\x94\x6f\x7c\x82\xe2\x01\x65\xa4\x9b\x7e\xa7\x99\x70\x40\xdf\x63\xb8\x83\xd1\xed\xfe\x40\x92\xa2\x61\x7b\xfb\x75\xe5\x93\x06\xc5\xe7\xfa\xc6\x7f\xb3\x92\x63\x8f\xf8\xbd\x43\x25\xcc\x60\x6b\xf7\x05\x84\xd4\xbc\x4c\x57\x89\xc6\x73\xf1\x11\x5e\x43\xad\xcd\xf9\x0f\xd7\xb1\x81\xa2\x06\x1a\x0a\x54\xbe\x87\xf3\x55\x35\x9f\x52\xd4\x5b\x2a\x76\x76\x62\x76\xf5\x24\xa7\x58\x77\xcd\x1c\x65\x65\x72\x03\xaa\x01\x82\xda\x9e\xec\x72\xa2\x4f\x65\x31\x98\xc3\x74\x5f\xbc\x44\x04\x17\x4c\x4f\xc3\x1e\x0a\x4e\xa4\xd3\x70\x25\x8a\xe5\x63\x33\x97\x38\x3e\x89\xc8\x4b\x55\x0e\x3b\xcf\x0b\x21\xb2\x19\x54\xd4\x41\x01\x68\x81\xe5\x94\xe7\xa7\xf1\xdc\xd8\x75\xf9\xef\x87\x16\x4f\x99\xa1\x4c\x34\xad\x57\xbe\x01\xc4\x96\x55\x09\x39\x67\xbf\xfd\x16\x1f\xbd\x0e\x9d\xac\x28\xe7\x2b\x76\xb1\x0f\xff\x5e\xbc\xe3\x0a\xb5\xea\x45\x23\x2b\xa6\x73\x79\x0d\xe6\x37\x8d\xa8\x83\xde\x87\x02\x69\x3c\x50\x73\x57\x1c\xe2\x50\x20\x7d\x33\x90\xfc\xe0\x89\x43\xe2\xe7\x5f\x1c\x04\xd1\xa8\xe7\xbe\x00\xed\x0f\xdd\x15\x3c\xe3\x46\x60\x92\xc7\xff\xe6\x2a\xc0\x97\x0f\x34\x63\x7f\x5a\x3f\x3d\xac\x4f\x56\x09\x08\x2a\x93\xdd\x0f\x26\xe8\xab\xa1\xb8\x7c\xf2\xd6\xe0\xcf\xb9\x86\x78\x60\xa0\xf0\x7c\x73\x47\x80\xdd\x25\x98\x5e\x4b\xf5\x07\x2f\x88\xb2\xfc\xa1\x2a\xb7\x49\x63\xdb\x3c\x89\x0c\x06\xd7\xbd\xaa\x90\xd2\xc6\x20\x65\x70\x63\xf8\x39\x36\xff\x9b\xbc\xf9\x9f\x40\xfd\xe1\x1b\xaf\xf0\x59\xc7\xd3\xdc\xac\x93\xd8\x77\x89\x23\x80\x70\xdc\x09\x47\x1c\xb0\x73\x00\xea\xbd\x42\xb5\xfd\x9d\x4e\x10\xcd\x7e\x3f\xfb\x6f\x00\x00\x00\xff\xff\x2e\x08\x9b\xaf\xf3\x2b\x00\x00" +var _nonfungibletokenCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5a\x5f\x8f\xe3\x36\x92\x7f\xf7\xa7\xe0\x75\x80\x9b\x76\xe0\x71\xdf\xc3\xe1\x1e\x0c\x04\x93\x99\x74\xfa\x60\x64\xd1\x09\x66\x3c\xc9\xc3\x62\x11\xd3\x52\xc9\xe6\x0e\x45\x6a\x48\xca\x8e\x77\xd2\xdf\x7d\x51\xc5\x3f\xa2\x64\xa9\xff\x24\xc1\xf6\x43\x32\x96\xc5\x62\xb1\xea\x57\x55\xbf\x2a\xfa\xe6\xeb\xaf\x67\xb3\xaf\xbe\x62\x9b\x03\xb0\x3b\xa9\x4f\xec\x5e\xab\xd7\x77\xad\xda\x8b\x9d\x04\xb6\xd1\x9f\x40\x31\xeb\xb8\x2a\xb9\x29\xe9\xc5\xed\xbd\x56\xf1\x7b\xfa\x7a\xcb\x0a\xad\x9c\xe1\x85\x9b\xcd\x50\x8a\x50\x0e\x4c\xc5\x0b\x60\xee\xc0\x1d\xe3\x52\x8e\xc9\x8c\x6b\x2c\xb3\x07\xdd\xca\x12\x1f\x54\xda\xd4\xcc\xe9\xe5\x6c\x5d\x31\xce\x5a\x0b\x86\x9d\xb8\x72\x96\x39\xcd\x4a\x68\xa4\x3e\x33\xce\x14\x9c\xd8\xfd\xdd\x26\x09\x58\x30\x77\x00\x61\xd2\xe7\x28\x4f\xd4\x8d\x84\x1a\x94\x23\xa5\xdc\xb9\x01\xcb\x4a\xa8\x84\x82\x92\x1d\xc0\x40\x38\xcc\xdd\x66\xcb\x0c\x58\xdd\x9a\x22\x53\xdd\x9f\xa4\xd0\x06\xba\x2f\x51\x84\x3f\x92\x81\xc6\x80\x05\xd4\x8c\x2b\x52\x46\x28\xd4\x82\xd9\x9a\x1b\x97\x34\x59\xfa\x2d\xbe\xd3\x52\x42\xe1\x84\x56\x5b\xf6\x7e\x62\xa7\x6e\x13\x94\x6f\x9d\x36\x60\x83\x09\x5e\xd9\x70\xdc\x28\x65\x39\x5b\x3b\x26\x54\x21\xdb\x92\x5e\xaa\xe0\xc4\xaa\x56\xd1\x77\x64\x2a\x2e\xd1\x8f\xa8\x8f\x3e\x29\x30\xf8\x08\xb8\x15\xf2\x3c\xab\xf5\x11\x98\x43\xfb\x5b\x54\x99\xab\x92\xe9\xd6\x31\x5d\xd1\xdb\xf9\x16\xa4\xf9\x4f\x46\x1f\x45\x09\x66\x4b\x6f\x6e\xdf\x43\x01\xe2\x88\x1f\x2f\x0d\x66\xe9\x1c\x36\x7f\xc2\x4a\x28\x24\x37\x90\x29\x77\x12\xee\xc0\xac\xae\x81\x35\x06\x48\x68\xa3\x2d\x19\xac\x14\xf4\xc6\x2c\xd8\xf7\x73\x2b\x0c\x90\x52\x9d\xf5\xf0\x1c\x95\xa6\xb3\x15\x60\x1c\x17\x8a\x29\x5e\x0b\xb5\x27\x41\x3b\x38\xf0\xa3\xd0\x26\x81\xd5\x2e\x49\xa5\x33\x43\x15\x2c\x34\xdc\x70\x07\x6c\x07\x05\x6f\x51\x4d\xc7\xf6\xe2\x48\x4a\x1e\x41\xea\x06\x8c\xa5\xed\xf8\x4e\x48\xe1\xce\x1e\x71\x08\x96\x4e\x7b\xaf\x5b\xc1\x15\xba\x85\x71\x75\xce\x10\x91\xc0\x46\x52\x6c\xdf\x30\xef\xce\xac\xb5\xa8\x67\x34\x9b\x25\x8d\xbb\x57\x16\xe4\x68\x8b\x7e\x40\x57\xf7\x51\x64\x69\x4b\x0b\xaa\x9c\xe1\x2a\xe3\x9d\x10\xbd\xd8\x00\x98\xd7\x4e\xbf\xc6\xff\x2f\xc8\xbe\xe8\x50\x34\x85\xda\xe3\x21\x68\x13\x8c\x0a\x32\x3d\x67\x05\xa0\x54\xc9\x24\x94\x7b\x30\xb3\x0b\xc0\x6e\x34\x6d\x15\x71\x8d\x68\x52\xda\x1d\xc0\x90\x8a\x8b\x14\x96\x14\x62\x16\x8f\x7d\x26\xd1\xa5\xe1\x1e\x72\xf7\x77\x9b\x59\x65\x74\x1d\xa2\xb2\x73\x1f\xc5\xa9\x62\x05\xe6\x03\x7c\xb1\x84\x46\x5b\xe1\x92\x7d\x99\x56\xbd\xbd\x5e\xd9\x59\xdf\xf7\x85\x46\x23\x3b\x0f\x0b\x67\xb8\xb2\x15\x98\xe5\x6c\xf6\xf5\xcd\x6c\x26\xea\x46\x1b\xc7\xae\x7e\x16\x70\xc2\x18\x93\x47\x30\x57\xb3\xd9\xcd\xcd\x0d\x25\xb6\x1a\xc1\x92\x27\x8d\x25\xfb\x91\x36\xca\x9f\x21\x3c\xa5\xa4\x35\x41\x1c\x79\x29\x7a\x96\xb6\xed\xa1\xdb\xe7\x12\x0a\x7d\x61\xbb\x24\x78\x73\x73\x33\xe3\x45\x01\xd6\x5e\x73\x29\xe7\x5d\x62\xea\x12\xe3\x30\x85\xae\x58\xae\x38\xfb\x32\x9b\x31\xc6\x18\x6a\xf2\x56\x31\x50\x4e\xb8\xa0\x43\xa5\x8d\x0f\x6f\x72\xef\x01\x92\xed\xb9\xa4\x28\xf6\xa0\x20\xfb\x73\xf6\x33\x6f\xa5\x23\x49\xb9\x3a\xb9\xb8\x5f\xc2\xea\xe7\xed\xd7\x36\x25\x77\x01\xbc\xfe\xdf\x0c\x8e\x84\x79\x7a\x8d\x2c\xfc\xe8\x76\x1f\x69\x51\xb7\xd9\x70\xa7\x90\xae\x30\xa0\xf6\x86\x12\x7f\x54\x90\xf6\x0c\xcb\x1f\xdb\xe1\x47\x94\xd0\x6d\xf0\xfd\xd1\x3b\x8e\xbb\xcb\x7a\x03\xb5\x70\xec\x84\x90\x44\x3b\xd6\xe0\x78\xc9\x1d\x47\x2b\xc6\x9c\x6e\xc3\x29\xcb\x24\x6f\xed\xe3\x5f\x2b\x79\x66\x3b\x20\x11\x0e\x4a\xb6\x3b\x13\xac\xa3\x4f\xb6\xf8\xfc\xfe\x6e\xe3\xf5\x2d\xb7\x09\xe2\x49\x8e\x0f\x46\xc5\xb6\xf4\x0a\xdf\x49\xd8\xc6\x63\x60\x84\x57\x60\x40\x61\x31\xd0\x31\xa4\xfc\x19\x4e\xfc\x52\x25\x84\x77\x6e\x81\xc6\x04\x9f\xd8\x86\xd7\x35\x66\x15\x42\x43\xa7\x9f\x08\x4f\xba\x48\xb3\xaf\xb2\xd4\x6f\x93\xe4\x98\x2a\xe9\xb4\x85\x2e\x3d\xd8\xb0\x6c\x64\xaf\x33\x1d\x1c\x76\xe0\xb8\x25\x14\x82\xcb\xee\x28\xde\x4d\x49\x62\x38\x4f\xb6\x19\xda\xfd\xa0\x4b\x1f\x7a\x68\x52\xb4\x05\xbe\xb7\x07\x1f\x70\x97\x56\x49\xd2\xfa\x26\x20\x4f\xd7\xfc\x13\x58\xcc\xed\x56\x7b\xad\xdc\x41\x98\xf2\x75\xc3\x8d\x3b\x33\xa1\x4a\xf8\x0d\x0d\x82\x2e\xac\xb5\x12\x8e\x74\x8f\x20\x4e\xe2\x10\x6a\x9f\x5b\x30\x67\xfa\x32\xd8\xbb\x03\x48\x4c\x6e\x1e\xad\x7d\xdb\x2d\xa3\x90\x4b\x90\x1e\xbb\x00\x28\xaf\xb1\x70\xac\xd8\x07\x67\x84\xda\x2f\x98\x28\x57\xec\xe3\x5a\xb9\xff\xfb\xdf\x05\x6b\xdb\xfc\x13\x6d\xb1\x62\x6f\xcb\xd2\x80\xb5\x6f\xe6\x17\x62\x8f\xc2\x17\x7f\xd6\x87\xdc\xf5\xaf\x4c\x55\xee\x3d\x54\x2b\xc6\x5b\x77\xb8\xf6\x8f\xd9\xef\x3e\x3e\xe6\xec\xbf\xbf\x0c\x33\xd0\xf2\xfe\x6e\xf3\xe0\xe5\x7f\xa1\xff\xe2\x1f\x85\x48\x5f\x67\x2f\x76\xb9\x07\xb7\x39\x37\x70\x3d\x5f\x8a\x12\x5d\x54\x09\x2c\x0e\xa8\x7a\x78\x41\x94\xf1\x2c\xe1\x01\x7e\x48\x07\x0a\xcf\xe8\xd3\x9b\x25\xf7\xc7\xf3\xbb\x3f\xcc\x46\xc3\x57\xd8\x14\x6d\x14\xb3\xdc\xe7\x3a\x7c\x1e\x53\xa0\x5a\xa4\x85\x42\x95\xa2\xe0\x2e\x06\x24\xaa\x8e\xda\x79\x95\x16\x19\x35\xba\x60\x3e\x61\x37\x1f\x6b\x49\x32\x39\x7d\xd1\x43\x08\x2e\xfb\xf8\x71\x7d\x1b\x45\x74\x94\x68\x74\x2d\x6b\x6d\xcb\xa5\x3c\xf7\x82\xa7\x0f\x17\x4a\x30\x17\xfa\x08\xcb\x94\x76\x9e\xad\xa1\xeb\x75\xab\xdc\x2b\x4b\x14\x91\xef\x61\xc1\xb6\x28\x7e\x9b\xe2\x67\xab\x84\xdc\x3e\x05\xc3\x98\x55\xd5\xb3\x81\x88\x9b\x74\x38\x5c\xb0\x26\x30\x43\xb4\x40\x7c\x6b\x3e\xea\xb8\x29\xaf\x85\xf2\x0f\x25\x71\x8c\x31\xa3\xb0\xb5\xf7\x22\xd8\x3f\xe5\xc4\x7c\xa3\xc7\x5d\x98\x5b\xfd\x72\xed\x5f\xe6\xab\xc5\xcb\x9c\x75\x1b\x75\x78\xb6\xb3\x9c\xce\x5d\xd5\xe9\x37\xe1\xac\x75\xbf\x5f\x0b\x15\xc7\xb2\xba\xf5\xd4\x3c\x74\x65\x93\x6a\x5e\x36\x03\xb8\xbe\x4f\x69\x96\x43\x6e\x13\x37\x6f\x95\xf8\xdc\x02\x5b\xdf\x12\x01\x88\x04\x32\xbe\x91\x6f\x23\xc1\x65\x67\xee\x4b\x19\x4f\x14\xbc\x75\xba\xe6\x4e\x14\x14\x78\x70\xa4\x94\x2e\x6a\x60\x3c\xd3\x19\x9d\x6c\x9d\xd1\xe7\x50\x53\xf3\xa2\x42\xfc\x5e\x90\x01\x78\x74\x70\x68\xbc\xca\xd8\xf2\xa5\xba\xe0\xbd\x65\x35\x62\x27\x00\x41\x01\xe0\x9b\x9c\xda\x44\x6e\xf6\x2d\xb5\xa3\x63\x87\xf3\x8b\x63\x77\x78\x1b\x35\xba\xee\x0e\xcc\xbe\x61\x16\x64\x9e\x58\xfb\xcf\xf1\xd9\xbc\x6f\x95\xc2\x00\x77\xf0\x7d\xdd\xb8\x73\xc6\xa4\xfd\x53\x52\x09\xf0\xab\x5e\x87\x15\x2c\x18\xab\x30\x35\xa2\x17\x5e\x89\xf1\x63\xc0\xb5\x46\x51\xbd\x8d\x95\x9d\x4b\x09\x26\xab\xbe\x70\xf6\x84\xe9\x44\x94\xca\xf6\x44\x7c\xeb\xd7\xb3\xb7\x9d\x2a\xc3\x10\xa6\xce\x27\xe8\x20\xec\x24\x34\xb0\x00\x8e\x1e\xf6\x7a\xbe\x62\xdf\x7e\xe9\x3e\x3f\x64\xc5\x0d\xff\xa8\xfb\xec\x3f\xc2\x3f\x03\xb6\x95\x0e\x8b\xdc\xdf\x40\xed\xdd\xe1\x7a\xce\xbe\xf9\x86\xfd\xcf\x8a\x5d\xd1\x54\x80\x76\x2a\x73\x65\x29\x54\x88\x10\x36\xee\xfc\x5f\x57\x53\x02\x85\xfd\xd0\x36\xd8\x59\x40\x79\x7f\xb7\xa1\x02\xea\x63\x9a\x3c\x98\x6a\xea\xfc\x89\x8d\xac\x17\x92\x6c\x42\x38\xed\x6f\xfa\x30\xeb\xfe\xd5\x33\xfa\xff\x83\xb3\x2c\xb6\x60\x14\xe6\x91\x27\x79\x51\xa5\x30\x50\x38\x79\x46\x97\x4d\xb9\xab\x14\xa4\x0c\x37\x67\x62\xcb\x52\x32\xdb\xee\xee\xef\x36\x1f\xd8\x27\x38\x7b\x3a\x8c\x1a\x8d\xba\x2a\x11\x96\x3d\xb8\xb7\x47\x2e\x24\x42\xed\x83\x5f\x8e\xde\xfa\xb2\x21\x83\x78\x6c\x0f\xdd\x15\x34\xf8\xf2\xd8\xe9\x28\xb8\x33\x02\x1d\x1b\xd9\xde\x29\x2f\x0e\xf7\x4e\x23\x21\x0f\x11\x6a\x69\x64\xa0\x1b\x3a\xa4\xec\x4f\x54\x42\x53\x5c\x1c\xb4\xb6\xd0\x13\x71\xd0\x27\x8c\x84\x18\x14\xb6\xdd\x79\xfb\x96\xd0\x80\x2a\x91\x8a\x68\xc5\x4e\x34\x11\xeb\xed\x13\x4a\x69\x3f\xfb\xdc\x69\xc3\xe0\x37\x8e\xbd\xe7\x82\x89\x8a\x6d\xd1\xa0\x5b\x22\xd9\x9c\x1d\xb9\x6c\x61\xc1\x76\xad\x63\x5b\x51\x6e\x59\xa9\xc1\xaa\x57\x7e\x10\x46\x0a\xf6\xb3\x00\x57\x41\x5d\x76\x3a\x88\xe2\xe0\x0d\x50\x05\x8b\xd0\x04\x43\x47\xcb\x0a\x2a\x69\x86\xd2\x22\x67\x57\x25\x54\xd8\x42\x5e\xf5\xe4\xad\x2b\xb6\xf3\xd6\x0a\x05\x2c\x34\xf6\x1d\x98\xa8\x61\xf0\x61\xcb\x99\x15\x6a\x2f\xbd\x5a\xa8\xc9\x3f\x11\xc0\x7e\xb7\x9e\x54\x5c\xb8\x64\x1b\x74\xd0\x01\x64\x63\x43\x2a\xb1\xec\x74\xd0\xb8\x95\x7a\x85\xb8\x37\xe0\x2d\xe8\xe2\x5c\x47\x6a\xfd\x09\x4d\x8b\xc5\x23\x97\xd7\x47\x6e\xc3\x0d\xaf\x99\x0f\x35\x0c\x2c\xc4\x58\x2c\xfa\x25\x58\x61\xa0\xbc\x48\x70\x61\x11\x26\x5a\x1a\x6a\x96\x71\x41\x40\xc0\x4e\x1b\xa3\x4f\xd3\x7b\xa6\x68\xb1\xce\xb4\x85\x6b\x69\x92\x18\xc6\x86\x91\x97\x1a\xf8\xdc\x82\xc5\x10\xc7\xb0\x58\x4e\xe6\xb6\x3d\x38\x1f\x22\x21\x5d\x6c\x02\x15\x4a\xc5\x9c\xad\xa6\x28\xfd\x9b\xf1\x10\x52\x42\xce\xfa\xb9\xe2\x61\x94\x10\x68\x56\x43\x29\xb0\x77\xe8\x06\x0d\x69\xbe\x10\x8b\x68\x4e\x6e\xbb\x5c\xfb\x12\xbe\x10\x07\x8d\x7d\x76\xc0\x7e\x81\xd0\xa5\xc7\x29\x40\x1c\x37\xc4\x16\x2c\xd2\xd0\x4c\x54\xec\x5a\x91\xb8\x60\x9e\x52\xfb\xb4\x3c\x17\x1d\x24\x05\x64\x71\x1a\xdf\x54\x7e\x4a\xe7\x74\x28\xc7\x52\x58\x07\xd8\xe3\xc5\xef\x65\x10\x18\x47\x57\xa1\x71\xec\x39\x3e\xe9\x6a\xa0\xd6\x47\x48\x13\xe2\xa4\x73\x96\xcd\xb1\x88\xfa\x97\x86\x25\xb4\x1f\x71\x8e\x42\x9c\x28\x05\xb5\xd8\xd5\x19\xe9\x34\xf5\xef\xb8\x64\x7d\x8b\xf1\xea\x99\xac\xc1\xb7\xc6\x80\x1c\xf5\x42\x0a\x38\x0a\xe8\xa4\xf8\x88\xa6\x43\x64\xa6\xb1\x4c\xea\x28\x11\xa6\x51\xc2\x75\xbe\x57\x40\x28\xd6\x61\xc4\xe3\x8b\x0a\xb0\x28\xb1\xee\xe6\xd2\xa8\x2e\x76\x8c\xbd\x6b\xb2\x7c\x5f\x11\xeb\x30\xcd\xe2\x39\x32\x3d\x3b\x08\xb4\xf5\xed\x65\x75\x26\x8c\x0d\x7b\xa2\x8e\x03\x4c\x34\xba\x49\xc7\xc8\xc7\xc2\x03\xdf\x9d\xf8\x86\x89\xea\x7a\xbf\xcb\x1d\xf6\x4e\x19\x79\xcb\x75\x7a\x78\x61\x78\x06\x48\xda\x08\xa3\x3f\x16\x87\x71\xc2\x3f\x64\xe9\x11\xf0\x8e\xe6\x2b\x01\xd1\x7d\x5a\x4b\x60\xe6\x65\x99\x63\xf9\xbb\x4b\x00\xe5\xf9\xd8\x4f\x3e\x37\x1d\x04\xc3\x36\x93\x79\x30\x7c\x7f\x1d\x56\x7a\x44\x0d\x48\x2f\xe5\xca\x3e\xc9\xb2\xa9\x28\x73\x8a\xe9\x38\x67\xf7\x77\x42\x1d\x33\x30\xf1\xf4\xb8\x6f\xe3\x9e\x47\x7f\xbc\x90\x9a\x37\x8d\x6f\x65\x77\x5a\x4b\xe0\x74\xbf\x92\x66\x10\x54\x56\x45\x5f\x5e\x07\xf5\x42\x60\x6b\x12\x59\x1d\xda\xef\x49\xe6\x74\x71\xc2\x8c\x3a\xbd\xd3\x5a\x0e\x68\xd1\xfb\x70\xfc\x98\x34\x7c\x96\x20\x17\xed\xc5\x11\x54\x68\x74\x6c\x38\x78\xa0\x70\xe3\x19\x80\x86\xc4\xa3\x44\xdd\x2f\xee\x2e\x46\xc2\x9c\x35\xab\xf8\xcc\x99\x16\x50\x76\x20\x16\xd3\x55\xfa\xad\x4a\x1e\x9a\xf0\x42\xb0\xf3\x88\x99\x3b\x3f\xa2\x56\xc1\xbe\xc3\x5a\xff\x0c\x86\x3a\xc9\xd6\xf1\x9f\x73\x6f\xe8\x61\x6c\xfe\x80\x16\x40\x32\xb2\xe3\xc5\xa7\x13\x37\xa5\x7d\x5d\xe8\xba\xe1\x4e\x84\x7b\x25\x03\xdc\xc6\x21\xeb\x13\xc1\xd8\x45\xcf\x4f\xed\x4e\x8a\x22\xcb\x93\xcf\x0c\x8c\xa7\x60\x14\xbb\x9b\x15\xe6\x94\x27\xdf\x5e\xdf\x12\xcc\xfe\xee\x33\xfa\x3f\x26\x95\xa9\xb4\xf9\x9e\x17\x87\xf5\xed\xf5\xaf\xac\x5a\xd1\xa3\xeb\x54\x05\xd0\x68\xf3\x15\xfb\x59\x8b\xf2\xf1\x0d\x3d\xbf\x42\xce\xf3\x6b\xce\x74\x88\xe8\x20\xaf\x19\x5a\xfe\xbd\xbf\x33\x4c\x77\x09\x1e\xbe\xaa\x30\xe0\x06\x77\xb8\xf9\x38\x7a\x07\xf1\x96\x32\x35\xf4\xe9\xc2\x07\x21\x95\x2e\x75\x5e\x90\x44\x3b\xbf\xad\x12\xb1\x59\xa4\xd4\xba\xb8\xf0\xeb\x62\x7c\x52\x92\xb5\xe5\x59\x36\xee\xd9\x8a\xfb\x2b\x13\x84\xa7\x45\xaf\x7b\x1b\xad\xd8\x38\x15\x7c\x78\x34\xa7\x4f\xa5\xf4\x70\x17\x2d\x5c\xb4\xcf\x44\x4e\x78\x2a\xa9\xa3\x81\x86\xe3\xff\x17\xe0\x79\x74\x5c\x3d\x24\x13\x06\x46\xb8\x44\xc6\x23\xf3\x6b\x47\x4f\xf1\xc2\x99\x7a\x77\xf4\xdd\xd5\xfc\x88\xa8\x48\x2f\xa7\x57\x51\x1e\x95\x35\x12\x1b\x2e\x4f\xfc\xec\x19\x48\x25\xb0\x95\x2c\xc1\x3a\xa1\x78\xef\xec\x99\xf0\xee\x06\x0f\x2d\x9f\x34\xad\x85\xb5\x74\x59\xe2\x6f\x72\x5a\xeb\x74\x9d\x92\x1c\x32\x53\x4c\xb3\x3b\xe8\x28\xec\x98\x6c\x94\x78\xe0\xa6\xf4\xdd\x1e\x46\x86\xf0\x33\x9e\x01\xd7\x1d\x67\x47\xc3\x21\x24\xa9\xf9\x08\x39\xf2\xdf\x77\xdc\xc8\x7f\x0e\x83\x5b\x3d\x41\x8c\x86\x93\xca\x67\x50\xa3\xcb\xd9\x06\x5d\xe2\xd7\xba\x55\xb1\xcc\xfb\xf9\x6b\x17\xdf\x53\xf8\x8d\x95\x45\x91\x2b\xf7\xd4\x54\xf4\x6e\x11\xac\xf8\x17\x5c\x8e\x8a\x5f\x96\x64\xc7\xbb\xb1\x64\x0d\x8a\xe4\xa5\xa4\x15\x53\xa7\x7c\x2b\xa5\x3e\x61\xc0\xfa\xd2\x9d\xae\xcf\x9d\x66\xc2\x01\xfd\xc8\xc1\x1d\x8c\x6e\xf7\x07\xd2\x14\x1d\xdb\x5b\xaf\x2b\x9f\x34\x28\x3e\xd7\xb7\xfe\x87\x20\x79\x41\x8f\x3f\x22\xa8\x84\x19\x2c\xed\x7e\x56\x20\x35\x2f\xd3\xfd\x9c\xf1\xbb\xf8\x08\xaf\xa1\xd6\xe6\xfc\xa7\x8b\xc3\xc0\x50\x03\x0b\x05\x29\x3f\xc0\xf9\xba\x9a\x4f\x19\xea\x1d\x55\x10\x3b\x31\x10\x7a\x16\x28\xd6\x5d\x87\x44\x57\xb6\x04\x03\xea\xc0\x04\xf5\x12\xd9\xc4\xbf\x2f\x65\x31\x18\x6e\x74\x3f\x23\x89\xb4\x28\xb8\x9e\x26\x28\x14\x9c\x28\xa7\xe1\x4a\x14\xcb\xa7\x06\x19\x71\x26\x11\xe9\x8c\xaa\x1c\xb6\x73\x17\x4a\x64\x83\x9d\x68\x83\x02\xd0\x03\xcb\x29\xe4\xa7\x99\xd7\xd8\x1d\xf4\x1f\xaf\xd7\xcf\x19\x4c\x4c\x74\x82\xd7\xbe\xab\xc2\x3e\x50\x09\x39\x67\xbf\xff\x1e\x1f\xbd\x09\xed\xa1\x28\xe7\x2b\x76\xb1\x0e\xff\xae\xbe\xe3\x0a\xad\xea\x55\x23\x2f\xa6\x73\x79\x0b\xe6\xd7\x77\x68\x83\xde\xed\x7b\xea\xb9\x6b\xee\x8a\x43\xec\xb4\xd3\x45\x7c\xc2\xc1\x33\x27\xaf\x2f\x9f\xc6\x07\xd5\xa8\x91\xbd\x60\xc2\x8f\x0d\xe0\x5f\x30\x66\x9f\xdc\xe3\x3f\x33\x5f\xf7\xe5\x03\xdd\xd8\x1f\x81\x4f\x4f\xc0\x93\x57\x0e\xfc\x08\x7d\xdd\x7d\xb7\x4f\x3f\xc5\x89\xaf\x4f\x8e\xe2\xff\x9a\xd9\xfe\x23\x5d\xfa\xcb\xdd\x1d\x59\x6b\x97\x60\x7a\x7d\xca\x9f\xbc\x75\xc9\xf2\x87\xaa\xdc\x26\xcd\x42\xf3\x24\x32\x98\x06\xf7\xaa\x42\x4a\x1b\x83\x94\xc1\x8d\xe1\xe7\xd8\x51\x6f\xf2\x8e\x7a\x82\x4a\x87\x1f\x4e\x85\xdf\x4a\x3c\x0f\x66\x9d\xc6\xbe\xf5\x1a\x21\x84\xe3\x20\x1c\x01\x60\x07\x00\x6a\x68\x42\xb5\xfd\x83\x20\x88\x6e\x7f\x98\xfd\x3b\x00\x00\xff\xff\xf1\x73\xcf\xb7\x48\x2b\x00\x00" func nonfungibletokenCdcBytes() ([]byte, error) { return bindataRead( @@ -129,7 +129,7 @@ func nonfungibletokenCdc() (*asset, error) { } info := bindataFileInfo{name: "NonFungibleToken.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x19, 0x2b, 0x6d, 0x2, 0x8f, 0x22, 0x5a, 0x4f, 0x7, 0x9b, 0x41, 0x0, 0x70, 0xe1, 0x2e, 0x1, 0x54, 0xa2, 0x35, 0xdb, 0x35, 0x18, 0xfe, 0xae, 0x26, 0x56, 0xa0, 0x50, 0xd3, 0x6e, 0x66, 0x57}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x80, 0x9, 0x1a, 0xf7, 0xa0, 0x5e, 0xfb, 0xc6, 0x42, 0x29, 0x41, 0x30, 0xff, 0xc3, 0x89, 0xc3, 0x24, 0xf6, 0x31, 0xc8, 0xf0, 0xf2, 0x31, 0x84, 0x93, 0x65, 0xf, 0x3f, 0x57, 0x6e, 0x36, 0xd8}} return a, nil }