From d59526ff9dc53453703ef94febab09e70b1ec98f Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Thu, 11 Apr 2024 16:43:38 -0500 Subject: [PATCH] update comments --- contracts/NonFungibleToken.cdc | 8 +++++--- lib/go/contracts/internal/assets/assets.go | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/contracts/NonFungibleToken.cdc b/contracts/NonFungibleToken.cdc index 0989c6c..bc1a1a3 100644 --- a/contracts/NonFungibleToken.cdc +++ b/contracts/NonFungibleToken.cdc @@ -181,6 +181,8 @@ 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}} /// deposit takes a NFT as an argument and stores it in the collection @@ -201,9 +203,9 @@ access(all) contract interface NonFungibleToken: ViewResolver { return self.ownedNFTs.length } - /// Returns an iterator that allows callers to iterate - /// through the list of owned NFT IDs in a collection - /// without having to load the entire list first + /// Allows a given function to iterate through the list + /// of owned NFT IDs in a collection without first + /// having to load the entire list into memory access(all) fun forEachID(_ f: fun (UInt64): Bool): Void { self.ownedNFTs.forEachKey(f) } diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 68c890d..4df9600 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.089kB) +// NonFungibleToken.cdc (11.251kB) // 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\x5b\x8f\x1b\x47\xae\x7e\xd7\xaf\xe0\x99\x00\xc7\xa3\x40\xd6\x9c\x87\x83\xf3\x20\x20\x70\xec\x4c\xe6\x40\xc8\x62\x12\xd8\x72\xf2\xb0\x58\x44\xa5\x6e\xb6\x54\xeb\xee\xaa\x76\x55\xb5\x14\xad\x33\xff\x7d\x41\xd6\xa5\x2f\xea\x9e\x4b\x12\xec\x3c\x24\x56\xab\x8b\xc5\x22\x3f\x92\x1f\x59\xba\xf9\xfa\xeb\xd9\xec\xab\xaf\x60\x73\x40\xb8\x2b\xf5\x09\xee\xb5\x7a\x7d\xd7\xa8\xbd\xdc\x95\x08\x1b\xfd\x09\x15\x58\x27\x54\x2e\x4c\xce\x2f\x6e\xef\xb5\x8a\xdf\xf3\xd7\x5b\xc8\xb4\x72\x46\x64\x6e\x36\x23\x29\x52\x39\x34\x85\xc8\x10\xdc\x41\x38\x10\x65\x39\x26\x33\xae\xb1\x60\x0f\xba\x29\x73\x7a\x50\x68\x53\x81\xd3\xcb\xd9\xba\x00\x01\x8d\x45\x03\x27\xa1\x9c\x05\xa7\x21\xc7\xba\xd4\x67\x10\xa0\xf0\x04\xf7\x77\x9b\x24\x60\x01\xee\x80\xd2\xa4\xcf\x51\x9e\xac\xea\x12\x2b\x54\x8e\x95\x72\xe7\x1a\x2d\xe4\x58\x48\x85\x39\x1c\xd0\x60\x38\xcc\xdd\x66\x0b\x06\xad\x6e\x4c\xd6\x51\xdd\x9f\x24\xd3\x06\xdb\x2f\x49\x84\x3f\x92\xc1\xda\xa0\x45\xd2\x4c\x28\x56\x46\x2a\xd2\x02\x6c\x25\x8c\x4b\x9a\x2c\xfd\x16\xdf\xe9\xb2\xc4\xcc\x49\xad\xb6\xf0\x7e\x62\xa7\x76\x13\x92\x6f\x9d\x36\x68\x83\x09\x5e\xd9\x70\xdc\x28\x65\x39\x5b\x3b\x90\x2a\x2b\x9b\x9c\x5f\x2a\xf0\x04\x45\xa3\xf8\x3b\x36\x95\x28\xc9\x8f\xa4\x8f\x3e\x29\x34\xf4\x08\x85\x95\xe5\x79\x56\xe9\x23\x82\x23\xfb\x5b\x52\x59\xa8\x1c\x74\xe3\x40\x17\xfc\x76\x77\x0b\xd6\xfc\x27\xa3\x8f\x32\x47\xb3\xe5\x37\xb7\xef\x31\x43\x79\xa4\x8f\x97\x06\xb3\x7c\x0e\xdb\x7d\x02\x39\x66\xa5\x30\xd8\x51\xee\x24\xdd\x01\xac\xae\x10\x6a\x83\x2c\xb4\xd6\x96\x0d\x96\x4b\x7e\x63\x16\xec\xfb\xb9\x91\x06\x59\xa9\xd6\x7a\x74\x8e\x42\xf3\xd9\x32\x34\x4e\x48\x05\x4a\x54\x52\xed\x59\xd0\x0e\x0f\xe2\x28\xb5\x49\x60\xb5\x4b\x56\xe9\x0c\xa4\x82\xc5\x5a\x18\xe1\x10\x76\x98\x89\x86\xd4\x74\xb0\x97\x47\x56\xf2\x88\xa5\xae\xd1\x58\xde\x4e\xec\x64\x29\xdd\xd9\x23\x8e\xc0\xd2\x6a\xef\x75\xcb\x84\x22\xb7\x80\x50\xe7\x0e\x22\x12\xd8\x58\x8a\xed\x1b\xe6\xdd\x19\x1a\x4b\x7a\x46\xb3\x59\xd6\xb8\x7d\x65\xc1\x8e\xb6\xe4\x07\x72\x75\x1f\x45\x96\xb7\xb4\xa8\xf2\x19\xad\x32\xde\x09\xd1\x8b\x35\xa2\x79\xed\xf4\x6b\xfa\xff\x82\xed\x4b\x0e\x25\x53\xa8\x3d\x1d\x82\x37\xa1\xa8\x60\xd3\x0b\xc8\x90\xa4\x96\x50\x62\xbe\x47\x33\xbb\x00\xec\x46\xf3\x56\x11\xd7\x84\x26\xa5\xdd\x01\x0d\xab\xb8\x48\x61\xc9\x21\x66\xe9\xd8\x67\x16\x9d\x1b\xe1\x21\x77\x7f\xb7\x99\x15\x46\x57\x21\x2a\x5b\xf7\x71\x9c\x2a\xc8\x28\x1f\xd0\x8b\x39\xd6\xda\x4a\x97\xec\x0b\x5a\xf5\xf6\x7a\x65\x67\x7d\xdf\x67\x9a\x8c\xec\x3c\x2c\x9c\x11\xca\x16\x68\x96\xb3\xd9\xd7\x37\xb3\x99\xac\x6a\x6d\x1c\x5c\xfd\x2c\xf1\x44\x31\x56\x1e\xd1\x5c\xcd\x66\x37\x37\x37\x9c\xd8\x2a\x02\x4b\x37\x69\x2c\xe1\x47\xde\xa8\xfb\x8c\xe0\x59\x96\xbc\x26\x88\x63\x2f\x45\xcf\xf2\xb6\x3d\x74\xfb\x5c\xc2\xa1\x2f\x6d\x9b\x04\x6f\x6e\x6e\x66\x22\xcb\xd0\xda\x6b\x51\x96\xf3\x36\x31\xb5\x89\x71\x98\x42\x57\xd0\x55\x1c\xbe\xcc\x66\x00\x00\xa4\xc9\x5b\x05\xa8\x9c\x74\x41\x87\x42\x1b\x1f\xde\xec\xde\x03\x26\xdb\x8b\x92\xa3\xd8\x83\x82\xed\x2f\xe0\x67\xd1\x94\x8e\x25\x75\xd5\xe9\x8a\xfb\x25\xac\x7e\xde\x7e\x4d\x9d\x0b\x17\xc0\xeb\xff\x0d\x78\x64\xcc\xf3\x6b\x6c\xe1\x47\xb7\xfb\xc8\x8b\xda\xcd\x86\x3b\x85\x74\x45\x01\xb5\x37\x9c\xf8\xa3\x82\xbc\x67\x58\xfe\xd8\x0e\x3f\x92\x84\x76\x83\xef\x8f\xde\x71\xc2\x5d\xd6\x1b\xac\xa4\x83\x13\x41\x92\xec\x58\xa1\x13\xb9\x70\x82\xac\x18\x73\xba\x0d\xa7\xcc\x93\xbc\xb5\x8f\x7f\xad\xca\x33\xec\x90\x45\x38\xcc\x61\x77\x66\x58\x47\x9f\x6c\xe9\xf9\xfd\xdd\xc6\xeb\x9b\x6f\x13\xc4\x93\x1c\x1f\x8c\x0a\xb6\xfc\x8a\xd8\x95\xb8\x8d\xc7\xa0\x08\x2f\xd0\xa0\xa2\x62\xa0\x63\x48\xf9\x33\x9c\xc4\xa5\x4a\x04\xef\xae\x05\x6a\x13\x7c\x62\x6b\x51\x55\x94\x55\x18\x0d\xad\x7e\x32\x3c\x69\x23\xcd\xbe\xea\xa4\x7e\x9b\x24\xc7\x54\xc9\xa7\xcd\x74\xee\xc1\x46\x65\xa3\xf3\x3a\xe8\xe0\xb0\x83\xa0\x2d\x31\x93\xa2\x6c\x8f\xe2\xdd\x94\x24\x86\xf3\x74\x36\x23\xbb\x1f\x74\xee\x43\x8f\x4c\x4a\xb6\xa0\xf7\xf6\xe8\x03\xee\xd2\x2a\x49\x5a\xdf\x04\xec\xe9\x4a\x7c\x42\x4b\xb9\xdd\x6a\xaf\x95\x3b\x48\x93\xbf\xae\x85\x71\x67\x90\x2a\xc7\xdf\xc8\x20\xe4\xc2\x4a\x2b\xe9\x58\xf7\x08\xe2\x24\x8e\xa0\xf6\xb9\x41\x73\xe6\x2f\x83\xbd\x5b\x80\xc4\xe4\xe6\xd1\xda\xb7\xdd\x32\x0a\xb9\x04\xe9\xb1\x0d\x80\xfc\x9a\x0a\xc7\x0a\x3e\x38\x23\xd5\x7e\x01\x32\x5f\xc1\xc7\xb5\x72\xff\xf7\xbf\x0b\x68\x9a\xee\x27\xde\x62\x05\x6f\xf3\xdc\xa0\xb5\x6f\xe6\x17\x62\x8f\xd2\x17\x7f\xe8\x43\xee\xfa\x57\x50\x85\x7b\x8f\xc5\x0a\x44\xe3\x0e\xd7\xfe\x31\xfc\xee\xe3\x63\x0e\xff\xfd\x65\x98\x81\x96\xf7\x77\x9b\x07\x2f\xff\x0b\xff\x97\xfe\x38\x44\xfa\x3a\x7b\xb1\xcb\x3d\xba\xcd\xb9\xc6\xeb\xf9\x52\xe6\xe4\xa2\x42\x52\x71\x20\xd5\xc3\x0b\x32\x8f\x67\x09\x0f\xe8\x43\x3a\x50\x78\xc6\x9f\xde\x2c\x85\x3f\x9e\xdf\xfd\x61\x36\x1a\xbe\xd2\xa6\x68\xe3\x98\x15\x3e\xd7\xd1\xf3\x98\x02\xd5\x22\x2d\x94\x2a\x97\x99\x70\x31\x20\x49\x75\xd2\xce\xab\xb4\xe8\x50\xa3\x0b\xe6\x13\x76\xf3\xb1\x96\x24\xb3\xd3\x17\x3d\x84\xd0\xb2\x8f\x1f\xd7\xb7\x51\x44\x4b\x89\x46\xd7\x42\x63\x1b\x51\x96\xe7\x5e\xf0\xf4\xe1\xc2\x09\xe6\x42\x1f\x69\x41\x69\xe7\xd9\x1a\xb9\x5e\x37\xca\xbd\xb2\x4c\x11\xc5\x1e\x17\xb0\x25\xf1\xdb\x14\x3f\x5b\x25\xcb\xed\x53\x30\x8c\x59\x55\x3d\x1b\x88\xb4\x49\x8b\xc3\x05\xd4\x81\x19\x92\x05\xe2\x5b\xf3\x51\xc7\x4d\x79\x2d\x94\x7f\xcc\x99\x63\x8c\x19\x05\xd6\xde\x8b\x68\xff\x94\x13\xbb\x1b\x3d\xee\xc2\xae\xd5\x2f\xd7\xfe\x65\xbe\x5a\xbc\xcc\x59\xb7\x51\x87\x67\x3b\xcb\xe9\xae\xab\x5a\xfd\x26\x9c\xb5\xee\xf7\x6b\xa1\xe2\x58\xa8\x1a\x4f\xcd\x43\x57\x36\xa9\xe6\x65\x33\x40\xeb\xfb\x94\x66\x39\xe4\x36\x71\xf3\x46\xc9\xcf\x0d\xc2\xfa\x96\x09\x40\x24\x90\xf1\x8d\xee\x36\x25\xba\xce\x99\xfb\x52\xc6\x13\x85\x68\x9c\xae\x84\x93\x19\x07\x1e\x1e\x39\xa5\xcb\x0a\x41\x74\x74\x26\x27\x5b\x67\xf4\x39\xd4\xd4\x6e\x51\x61\x7e\x2f\xd9\x00\x22\x3a\x38\x34\x5e\x79\x6c\xf9\x52\x5d\xf0\xde\xb2\x9a\xb0\x13\x80\xa0\x10\xe9\x4d\xc1\x6d\xa2\x30\xfb\x86\xdb\xd1\xb1\xc3\xf9\xc5\xb1\x3b\xbc\x8d\x1a\x5d\xb7\x07\x86\x6f\xc0\x62\xd9\x4d\xac\xfd\xe7\xf4\x6c\xde\xb7\x4a\x66\x50\x38\xfc\xbe\xaa\xdd\xb9\xc3\xa4\xfd\x53\x56\x09\xe9\xab\x5e\x87\x15\x2c\x18\xab\x30\x37\xa2\x17\x5e\x89\xf1\x63\xd0\x35\x46\x71\xbd\x8d\x95\x5d\x94\x25\x9a\x4e\xf5\xc5\xb3\x27\x4c\x27\xa6\x54\xb6\x27\xe2\x5b\xbf\x1e\xde\xb6\xaa\x0c\x43\x98\x3b\x9f\xa0\x83\xb4\x93\xd0\xa0\x02\x38\x7a\xd8\xeb\xf9\x0a\xbe\xfd\xd2\x7e\x7e\xe8\x14\x37\xfa\xe3\xee\xb3\xff\x88\xfe\x0c\xda\xa6\x74\x54\xe4\xfe\x86\x6a\xef\x0e\xd7\x73\xf8\xe6\x1b\xf8\x9f\x15\x5c\xf1\x54\x80\x77\xca\xbb\xca\x72\xa8\x30\x21\xac\xdd\xf9\xbf\xae\xa6\x04\x4a\xfb\xa1\xa9\xa9\xb3\xc0\xfc\xfe\x6e\xc3\x05\xd4\xc7\x34\x7b\x30\xd5\xd4\xf9\x13\x1b\x59\x2f\x24\xd9\x84\x71\xda\xdf\xf4\x61\xd6\xfe\xab\x67\xf4\xff\x47\x67\x21\xb6\x60\x1c\xe6\x91\x27\x79\x51\xb9\x34\x98\xb9\xf2\x4c\x2e\x9b\x72\x57\x2e\x59\x19\x61\xce\xcc\x96\xcb\x12\x6c\xb3\xbb\xbf\xdb\x7c\x80\x4f\x78\xf6\x74\x98\x34\x1a\x75\x55\x22\x2c\x7b\x74\x6f\x8f\x42\x96\x04\xb5\x0f\x7e\x39\x79\xeb\xcb\x86\x0d\xe2\xb1\x3d\x74\x57\xd0\xe0\xcb\x63\xa7\xe3\xe0\xee\x10\xe8\xd8\xc8\xf6\x4e\x79\x71\xb8\x77\x9a\x08\x79\x88\x50\xcb\x23\x03\x5d\xf3\x21\xcb\xfe\x44\x25\x34\xc5\xd9\x41\x6b\x8b\x3d\x11\x07\x7d\xa2\x48\x88\x41\x61\x9b\x9d\xb7\x6f\x8e\x35\xaa\x9c\xa8\x88\x56\x70\xe2\x89\x58\x6f\x9f\x50\x4a\xfb\xd9\xe7\x4e\x1b\xc0\xdf\x04\xf5\x9e\x0b\x90\x05\x6c\xc9\xa0\x5b\x26\xd9\x02\x8e\xa2\x6c\x70\x01\xbb\xc6\xc1\x56\xe6\x5b\xc8\x35\x5a\xf5\xca\x0f\xc2\x58\xc1\x7e\x16\x10\x2a\xa8\x0b\xa7\x83\xcc\x0e\xde\x00\x45\xb0\x08\x4f\x30\x74\xb4\xac\xe4\x92\x66\x38\x2d\x0a\xb8\xca\xb1\xa0\x16\xf2\xaa\x27\x6f\x5d\xc0\xce\x5b\x2b\x14\xb0\xd0\xd8\xb7\x60\xe2\x86\xc1\x87\xad\x00\x2b\xd5\xbe\xf4\x6a\x91\x26\xff\x24\x00\xfb\xdd\x7a\x52\x69\xe1\x12\x36\xe4\xa0\x03\x96\xb5\x0d\xa9\xc4\xc2\xe9\xa0\x69\x2b\xf5\x8a\x70\x6f\xd0\x5b\xd0\xc5\xb9\x4e\xa9\xf5\x27\x32\x2d\x15\x8f\xae\xbc\x3e\x72\x6b\x61\x44\x05\x3e\xd4\x28\xb0\x08\x63\xb1\xe8\xe7\x68\xa5\xc1\xfc\x22\xc1\x85\x45\x94\x68\x79\xa8\x99\xc7\x05\x01\x01\x3b\x6d\x8c\x3e\x4d\xef\x99\xa2\xc5\x3a\xd3\x64\xae\xe1\x49\x62\x18\x1b\x46\x5e\x6a\xf0\x73\x83\x96\x42\x9c\xc2\x62\x39\x99\xdb\xf6\xe8\x7c\x88\x84\x74\xb1\x09\x54\x28\x15\x73\x58\x4d\x51\xfa\x37\xe3\x21\xa4\x64\x39\xeb\xe7\x8a\x87\x51\x42\xa0\xa1\xc2\x5c\x52\xef\xd0\x0e\x1a\xd2\x7c\x21\x16\xd1\x2e\xb9\x6d\x73\xed\x4b\xf8\x42\x1c\x34\xf6\xd9\x01\xfc\x82\xa1\x4b\x8f\x53\x80\x38\x6e\x88\x2d\x58\xa4\xa1\x1d\x51\xb1\x6b\x25\xe2\x42\x79\x4a\xed\xd3\xf2\xae\xe8\x20\x29\x20\x4b\xf0\xf8\xa6\xf0\x53\x3a\xa7\x43\x39\x2e\xa5\x75\x48\x3d\x5e\xfc\xbe\x0c\x02\xe3\xe8\x2a\x34\x8e\x3d\xc7\x27\x5d\x0d\x56\xfa\x88\x69\x42\x9c\x74\xee\x64\x73\x2a\xa2\xfe\xa5\x61\x09\xed\x47\x9c\xe3\x10\x67\x4a\xc1\x2d\x76\x71\x26\x3a\xcd\xfd\x3b\x2d\x59\xdf\x52\xbc\x7a\x26\x6b\xe8\xad\x31\x20\x47\xbd\x88\x02\x8e\x02\x3a\x29\x3e\xa2\xe9\x10\x99\x69\x2c\x93\x3a\x4a\x82\x69\x94\x70\xdd\xdd\x2b\x20\x94\xea\x30\xe1\xf1\x45\x05\x58\xe6\x54\x77\xbb\xd2\xb8\x2e\xb6\x8c\xbd\x6d\xb2\x7c\x5f\x11\xeb\x30\xcf\xe2\x05\x31\x3d\x3b\x08\xb4\xf5\xed\x65\x75\x66\x8c\x0d\x7b\xa2\x96\x03\x4c\x34\xba\x49\xc7\xc8\xc7\xc2\x03\xdf\x9d\xf8\x86\x89\xeb\x7a\xbf\xcb\x1d\xf6\x4e\x1d\xf2\xd6\xd5\xe9\xe1\x85\xe1\x19\x20\x69\x23\x8c\xfe\x58\x1c\xc6\x09\xff\x90\xa5\x47\xc0\x3b\x9e\xaf\x04\x44\xf7\x69\x2d\x83\x59\xe4\x79\x17\xcb\xdf\x5d\x02\xa8\x9b\x8f\xfd\xe4\x73\xd3\x42\x30\x6c\x33\x99\x07\xc3\xf7\xd7\x61\xa5\x47\xd4\x80\xf4\x72\xae\xec\x93\x2c\x9b\x8a\xb2\xe0\x98\x8e\x73\x76\x7f\x27\xd4\x32\x03\x13\x4f\x4f\xfb\xd6\xee\x79\xf4\xc7\x0b\xa9\x44\x5d\xfb\x56\x76\xa7\x75\x89\x82\xef\x57\xd2\x0c\x82\xcb\xaa\xec\xcb\x6b\xa1\x9e\x49\x6a\x4d\x22\xab\x23\xfb\x3d\xc9\x9c\x2e\x4e\xd8\xa1\x4e\xef\xb4\x2e\x07\xb4\xe8\x7d\x38\x7e\x4c\x1a\x3e\x4b\xb0\x8b\xf6\xf2\x88\x2a\x34\x3a\x36\x1c\x3c\x50\xb8\xf1\x0c\xc0\x43\xe2\x51\xa2\xee\x17\xb7\x17\x23\x61\xce\xda\xa9\xf8\xe0\x4c\x83\x24\x3b\x10\x8b\xe9\x2a\xfd\x56\x25\x0f\x4d\x78\x21\xd8\x79\xc4\xcc\xad\x1f\x49\xab\x60\xdf\x61\xad\x7f\x06\x43\x9d\x64\xeb\xf4\xcf\xb9\x37\xf4\x30\x36\x7f\x20\x0b\x10\x19\xd9\x89\xec\xd3\x49\x98\xdc\xbe\xce\x74\x55\x0b\x27\xc3\xbd\x92\x41\x61\xe3\x90\xf5\x89\x60\x6c\xa3\xe7\xa7\x66\x57\xca\xac\x93\x27\x9f\x19\x18\x4f\xc1\x28\x76\x37\x2b\xca\x29\x4f\xbe\xbd\xbe\x65\x98\xfd\xdd\x67\xf4\x7f\x4c\x2a\x53\x68\xf3\xbd\xc8\x0e\xeb\xdb\xeb\x5f\xa1\x58\xf1\xa3\xeb\x54\x05\xc8\x68\xf3\x15\xfc\xac\x65\xfe\xf8\x86\x9e\x5f\x11\xe7\xf9\xb5\xcb\x74\x98\xe8\x10\xaf\x19\x5a\xfe\xbd\xbf\x33\x4c\x77\x09\x1e\xbe\x2a\x33\xe8\x06\x77\xb8\xdd\x71\xf4\x0e\xe3\x2d\x65\x6a\xe8\xd3\x85\x0f\x41\x2a\x5d\xea\xbc\x20\x89\xb6\x7e\x5b\x25\x62\xb3\x48\xa9\x75\x71\xe1\xd7\xc5\xf8\xa4\xa4\xd3\x96\x77\xb2\x71\xd8\x3b\xea\x35\x87\xa3\xf0\xf7\x26\x84\x51\x4b\xae\xf7\x86\x5a\xc1\x38\x1f\x7c\x78\x34\xb1\x4f\xe5\xf5\x70\x21\x2d\x5d\x34\xd2\x44\x62\x78\x2a\xb3\x93\x95\x86\x77\x00\x2f\x00\xf5\xe8\xcc\x7a\xc8\x28\x0c\x8e\x10\x8a\x0e\x99\xec\xde\x3d\x7a\x9e\x17\xce\xd4\xbb\xa8\x6f\xef\xe7\x47\x44\x45\x8e\x39\xbd\x8a\x93\x69\x59\x11\xbb\x11\xe5\x49\x9c\x3d\x0d\x29\x24\xf5\x93\x39\x5a\x27\x95\xe8\x9d\xbd\x23\xbc\xbd\xc6\x23\xcb\x27\x4d\x2b\x69\x2d\xdf\x98\xf8\xeb\x9c\xc6\x3a\x5d\xa5\x4c\x47\xf4\x94\x72\xed\x0e\x5b\x1e\x3b\x26\x9b\x24\x1e\x84\xc9\x7d\xcb\x47\xe1\x21\xfd\xa0\x67\x40\x78\xc7\x29\xd2\x70\x12\xc9\x6a\x3e\xc2\x90\xfc\xf7\x2d\x41\xf2\x9f\xc3\xf4\x56\x4f\xb0\xa3\xe1\xb8\xf2\x19\xfc\xe8\x72\xc0\xc1\x37\xf9\x95\x6e\x54\xac\xf5\x7e\x08\xdb\x06\xf9\x14\x7e\x63\x79\x51\xec\xca\x3d\x77\x16\xbd\xab\x04\x2b\xff\x85\x97\xf3\xe2\x97\x65\xda\xf1\x96\x2c\x59\x83\x23\x79\x59\xf2\x8a\xa9\x53\xc6\x8a\x4e\x05\xd0\xa1\x11\x2e\x5e\xc3\xf1\xa4\xa2\xed\x9e\x9d\x0e\xdf\xe3\xa0\xdb\x36\xba\xd9\x1f\xf8\x14\x91\x11\xf1\xd6\x1c\xaf\xeb\x5b\xff\xeb\x90\x29\x2b\x5d\xfe\xca\xa0\xd4\x22\x4f\xd7\x75\x26\xc8\x2c\xa4\xb1\xd3\x5c\xee\xb9\x55\x62\x60\xac\x81\x95\x82\x94\x1f\xf0\x7c\x5d\xcc\xa7\x8c\xf5\x8e\x4b\x89\x9d\x98\x0c\x3d\x0b\x18\xeb\xb6\x55\xe2\xbb\x5b\x86\x02\xb7\x62\x92\x9b\x8a\xce\xe8\xbf\x2f\x65\x31\xb0\x7b\xfb\x7b\x92\xc8\x8f\x82\xfb\x79\x94\xc2\x01\x4a\x72\x6a\xa1\x64\xb6\x7c\x6a\xa2\x11\x87\x13\x91\xd7\xa8\xc2\x51\x5f\x77\xa1\x44\x67\xc2\x13\x6d\x90\x21\x79\x60\x39\x85\xfe\x34\xfc\x1a\xbb\x8c\xfe\xe3\x85\xfb\x39\x13\x8a\x89\x96\xf0\xda\xb7\x57\xd4\x10\x2a\x59\xce\xe1\xf7\xdf\xe3\xa3\x37\xa1\x4f\x94\xf9\x7c\x05\x17\xeb\xe8\xef\xea\x3b\xa1\xc8\xaa\x5e\x35\xf6\x62\x3a\x97\xb7\x60\xf7\x1e\x8f\x6c\xd0\xbb\x86\x4f\xcd\x77\x25\x5c\x76\x88\x2d\x77\xba\x91\x4f\x38\x78\xe6\x08\xf6\xe5\x63\xf9\xa0\x1a\x77\xb4\x17\x94\xf8\xb1\x49\xfc\x0b\xe6\xed\x93\x7b\xfc\x67\x06\xed\xbe\x84\x90\x1b\xfb\xb3\xf0\xe9\x51\x78\xf2\xca\x41\x1c\xb1\xaf\xbb\x6f\xfb\xf9\x37\x39\xf1\xf5\xc9\x99\xfc\x5f\x33\xe4\x7f\xa4\x5d\x7f\xb9\xbb\x23\x7d\x6d\x13\x4c\xaf\x61\xf9\x93\xd7\x2f\x9d\xfc\xa1\x0a\xb7\x49\x43\xd1\x6e\x12\x19\x8c\x85\x7b\x3f\xf8\x48\x69\x63\x90\x32\x84\x31\xe2\x1c\x5b\xeb\x4d\xb7\xb5\x9e\xe0\xd4\xe1\x17\x54\xe1\x47\x13\xcf\x83\x59\xab\xb1\xef\xc1\x46\x48\xe1\x38\x08\x47\x00\xd8\x02\x80\x3b\x9b\x50\x71\xff\x20\x08\xa2\xdb\x1f\x66\xff\x0e\x00\x00\xff\xff\x14\xa8\x98\x1f\x51\x2b\x00\x00" +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" 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{0x77, 0xa4, 0x50, 0xaa, 0x7c, 0xf0, 0x28, 0x36, 0xa3, 0xee, 0x7b, 0x3a, 0x58, 0x9b, 0x97, 0xd8, 0x35, 0xf4, 0xed, 0x9c, 0xc0, 0x5, 0xd6, 0x5b, 0x3, 0xda, 0xd4, 0x1d, 0x7e, 0x4e, 0x46, 0x52}} + 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}} return a, nil }