From 44ea944192e16610e1df9d689f25583e29e31aed Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Wed, 24 Jan 2024 16:35:59 -0600 Subject: [PATCH] fix access type --- contracts/FungibleToken.cdc | 2 +- lib/go/contracts/internal/assets/assets.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/FungibleToken.cdc b/contracts/FungibleToken.cdc index eae6e2f..1b0975f 100644 --- a/contracts/FungibleToken.cdc +++ b/contracts/FungibleToken.cdc @@ -69,7 +69,7 @@ access(all) contract interface FungibleToken: ViewResolver { /// Event that is emitted when the global burn method is called with a non-zero balance /// ****TODO**** Add Burner contract so that this event can be emitted access(all) event Burned(type: String, amount: UFix64, fromUUID: UInt64) - acccess(self) view fun emitBurnedEvent(type: String, amount: UFix64, fromUUID: UInt64): Bool { + access(self) view fun emitBurnedEvent(type: String, amount: UFix64, fromUUID: UInt64): Bool { if amount > 0.0 { emit Burned(type: type, amount: amount, fromUUID: fromUUID) } diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 345f31c..090a63d 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -1,7 +1,7 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: // ../../../contracts/ExampleToken.cdc (10.263kB) -// ../../../contracts/FungibleToken.cdc (10.872kB) +// ../../../contracts/FungibleToken.cdc (10.871kB) // ../../../contracts/FungibleTokenMetadataViews.cdc (6.67kB) // ../../../contracts/FungibleTokenSwitchboard.cdc (18.059kB) // ../../../contracts/utility/Burner.cdc (1.882kB) @@ -99,7 +99,7 @@ func exampletokenCdc() (*asset, error) { return a, nil } -var _fungibletokenCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5a\x5f\x93\xdb\x36\x92\x7f\xd7\xa7\xe8\x73\xaa\x62\x69\x4e\xd6\xf8\x72\x49\x2a\x99\x3a\xc7\xb1\x13\xfb\xca\x0f\xbb\xd9\x8a\xc7\xf1\xc3\xee\x56\x09\x22\x9b\x12\x32\x10\xc0\x00\xa0\x64\xad\x77\xbe\xfb\x56\x37\x00\x92\xa0\xa8\x19\x4d\xb2\x5e\x3f\x78\x24\x12\xe8\x6e\xf4\xdf\x5f\x37\x74\x79\x71\x31\x99\x7c\x06\xd7\x1b\x84\xd7\xca\xec\xe1\x75\xa3\xd7\x72\xa5\x10\xae\xcd\x0d\x6a\x70\x5e\xe8\x52\xd8\x72\x32\xf9\xec\x33\x58\xa6\x97\xfc\x6e\x09\x85\xd1\xde\x8a\xc2\x4f\x26\xbc\x7d\x7c\x27\x48\x07\xda\x80\x32\x7a\x8d\x16\x84\x06\xa9\x3d\xda\x4a\x14\x38\xf1\x1b\xe1\x41\x28\x05\x55\xda\xea\x79\x6b\xa2\xeb\x60\x6f\x1a\x55\xc2\x46\xec\xe8\x15\x3d\xaf\x8c\xdd\x82\x37\x8b\xc9\xe4\x4d\x05\x02\x1a\x87\xd6\xc1\x5e\x68\xef\x68\x41\x89\xb5\x32\x07\x10\xa0\x71\x3f\xa0\x35\x07\xbf\x41\x69\x3b\x99\x4b\x83\x24\x98\x07\x8d\x58\xd2\x66\xb9\xad\x15\x6e\x51\x7b\x5a\x09\xd9\x51\x3b\x99\xe7\xb0\x6a\x7c\x24\xc5\x0c\xdc\xa4\x34\x27\x48\xb4\x9b\x1c\x94\x58\x49\x8d\x25\x48\x0d\x7e\x23\x5d\x2b\xc5\x22\xe8\xf5\x17\xd1\x28\xbf\x04\x8b\xce\x34\xb6\xe8\xed\x9c\x4c\x5e\x89\x62\x33\xd4\x4f\xbb\xce\x1f\x6a\x64\xe6\xee\x98\xfb\x69\xa2\x91\xe9\x5f\xac\xd9\xc9\x12\xed\x72\x0e\xcb\x9f\xb1\x40\xb9\xe3\xcf\x42\x97\xb0\x7c\x29\x94\xd0\x05\x8e\xed\x76\x6c\x6d\x37\x38\x5e\xa1\x84\x45\xa8\x2d\x3e\x29\x8c\x2e\xa5\x97\x46\x3b\x26\x55\x1b\xe7\xfb\xcf\xd8\xe6\x16\x9d\xb7\xb2\xf0\x13\x12\x14\x3f\x60\xd1\xd0\x4b\x30\x15\x4b\x5e\x35\xba\x08\x8b\x59\x5d\x08\x7c\x92\x05\xf3\x3d\x00\xf1\x71\x58\x0b\x2b\x3c\xc2\x0a\x0b\xd1\x90\x2c\x1e\xd6\x72\x87\x8e\x97\x93\x53\xf0\x07\xb1\x92\x4a\xfa\x03\xe9\xc6\x6d\x84\xc5\x89\x00\x8b\x15\x5a\xd4\x05\xfb\x53\x30\x23\x53\x0f\x72\x19\xad\x0e\x80\x1f\x6a\xe3\x22\xa9\x4a\xa2\x2a\x5d\x27\xd1\x44\x6a\x30\x1a\xc1\x58\xd8\x1a\x8b\x49\xe2\x4e\x15\xe4\x98\xe4\xd3\xce\x44\x81\x82\x87\x0e\xa4\xd9\x8a\x1b\x84\xa2\x71\xde\x6c\x5b\x0d\x47\xd5\xb4\x46\x24\xdd\xe4\x5a\x26\x07\x37\xb0\x13\x56\x9a\x86\x56\x4b\xbd\x76\xb0\x97\x7e\xc3\xe4\x83\x37\x2e\x26\xaf\x8d\x05\xfc\x20\x88\xcc\x1c\x04\x54\xa2\x29\xd0\x43\x21\x34\xac\xb0\xa3\x8e\x25\xac\x0e\x29\xa0\xa4\x5e\x4f\x82\x3a\x20\x39\x45\xe6\x2d\x17\x97\x93\x89\xdc\xd6\xc6\x7a\xf8\x45\xe2\xfe\x67\x74\x46\xed\xd0\x42\x65\xcd\x16\x1e\xf5\x1f\x3d\x4a\xeb\x5e\x36\x56\xb7\x2b\xc2\x97\x47\x93\xc9\xe5\xe5\x65\x1e\x58\xf4\x24\x7b\x1a\x93\x47\x2b\xa7\x88\x9e\x64\xb1\x97\x44\x2c\xfe\xd6\x48\x3b\x16\x72\x79\xa0\x30\xe5\xee\x20\xf0\x1e\xc1\x79\xa9\x54\x48\x28\xd2\x83\x70\x59\x42\x82\x0d\xda\xce\xa7\x3c\x7f\x63\x77\x33\x5b\xf6\xaa\xaa\x51\x4c\xb2\xf1\xc1\x92\x5b\xf4\x1b\x53\x46\xc3\x6d\x85\x3e\x40\x6d\xcd\xaf\xc8\x89\x8b\xd8\x04\x66\x94\x9d\x48\x52\x66\x6a\xf4\x20\x0f\xb9\x39\x93\x8c\x59\x25\xb8\xf7\xea\x40\x87\xdd\xa2\xd0\xae\x3d\xeb\x82\x13\x65\x70\x91\xee\x29\x7d\xe6\x67\xad\x07\x84\x33\x27\xa5\xb8\x2c\x15\x74\x69\x45\x14\x05\x3a\x37\x15\x4a\xcd\x5a\x49\x7a\x7a\xc8\x6c\x74\x95\x1b\xfd\xe3\x64\x02\x00\x70\x79\x09\x2f\x34\xa0\xf6\xd2\x47\xfd\x57\xc6\x92\x8c\x66\x2f\xf5\x9a\xd9\x92\x6b\x96\x56\xec\x85\xe2\x38\x61\xff\x0c\x1e\x21\x42\xd0\x31\xa1\xbe\x28\x7d\x72\xef\xe3\xee\xc4\xee\x92\x6b\x14\xee\x82\xa9\x83\x1a\x70\x2b\x3d\xb9\xf2\x7e\x83\x3a\x31\x20\x05\x26\xce\xfa\x98\x1d\x11\xba\xb8\xb8\xb8\xb8\xfe\xe9\xc7\x9f\xe8\x2f\xbc\x28\x4b\xd8\x49\xdc\xc3\x06\x55\x4d\x2e\xdb\x66\x1f\x67\x92\x6e\x89\x15\x33\x8e\x61\x14\xf9\xb6\x04\x39\x6f\x04\x21\x28\xd0\xb7\xa6\xd1\x3e\xd4\x3d\xfd\xe4\x1f\x68\x0d\x67\x42\xf6\x4f\x16\xa7\x2c\x2d\x3a\x97\x16\x68\xa9\x8e\x15\xb1\xeb\xab\x40\x4f\x29\xd1\x5f\xc1\x5b\x6f\xa5\x5e\xcf\x23\x83\x2b\x78\xf7\x5a\x7e\xf8\xfa\xcb\x39\x53\xbd\xa2\x83\x10\xd9\xe7\xe1\xfb\xbb\x77\x6f\x7e\xbc\x82\x77\x6f\xb4\xa7\x15\xad\x42\xfa\x8f\x67\x7d\xb6\x0e\x55\x35\x0b\x8a\xa8\x1a\xcd\x27\x6c\xd9\xbf\x22\x69\x3e\x91\x0c\x57\xf0\xd2\x18\x05\x1f\x59\x16\xfa\x27\x2b\x98\x46\x0d\x7e\x07\x4f\x17\x4f\x67\xf0\xf9\xe7\x30\x65\xc5\xfd\xd7\x33\xd0\x52\xe5\x0f\x9e\x7e\xf8\xe6\xeb\x2f\xbe\x5c\x7d\xf5\x45\xf5\x6d\x59\x16\xe5\xd3\x2f\xc5\x0c\xfe\xd9\x7f\xfd\x2d\x16\xe2\x8b\xd5\xff\x7e\xb3\xfa\x9f\x6f\x56\x5f\x95\x15\xce\x7a\xbc\xe8\x1f\x9d\xf4\x48\xd3\xf4\x7f\x77\xc6\xf0\x37\x9d\x91\xfe\xef\x9f\x2f\x7d\x3a\x3a\x61\xf6\x75\xd6\x32\xbd\x6d\x3f\x59\xf4\x8d\xd5\xe0\x6d\x83\x93\xf0\xe6\x77\xf8\x7a\x89\xb5\x71\xd2\x87\x6c\x78\x32\xb0\x98\xd4\x8f\x69\xe9\x3d\xb6\xf4\xa6\x6f\x49\x6f\x72\x3b\xb6\x0c\x1f\xe2\x4b\x2d\xeb\x73\x7c\xe9\xf7\xf0\x3f\xd3\x8f\xbc\xc9\xbc\x28\x7c\x3d\xe1\x43\xe9\xe5\x59\x1e\x34\xd4\xed\xb8\x07\xd1\xc9\xbc\xe9\xce\x14\xfe\x1e\x9d\x29\xfb\xfa\x40\xcf\x79\x75\x87\xd7\x6c\x10\xd6\xca\xac\x84\x82\x15\x6d\x0f\xf5\x8b\x96\x15\x42\x29\x5a\x45\x60\x42\x74\x69\x6b\x15\x60\xe0\xe9\xc4\x19\xcb\x7c\x5b\x42\xce\x4b\x99\xc7\x9e\xc9\x74\xee\x73\xcb\x61\x4a\x69\x7d\xee\x94\xd3\x05\xaa\xe7\x66\xaf\x7b\xdd\xa9\xef\x4d\x63\x2e\x90\x1d\xe2\x74\x06\xc9\xb3\xc6\x03\xad\xfb\x32\xb7\x48\x96\x2f\xba\xfa\xcd\x36\xa8\x03\x94\x73\x5d\x27\xd6\x96\xb6\xbf\xb5\xfb\xa8\x68\xaf\xd1\x7b\xaa\xd9\xd1\xda\x20\x19\x14\x32\xf2\xca\xf8\xf4\xcd\x76\xdc\x17\x24\xd1\x7a\x9a\x21\x06\xff\x8f\x01\x9c\x24\xe2\x11\x31\xef\xda\x34\x35\xa4\xdc\x5a\x70\x8d\x3e\x92\x9c\xce\x92\xa5\x86\xea\x48\x70\xf5\x1c\x7d\x20\x1d\xab\x88\xc0\x3e\x02\xa8\x80\x91\x48\x09\x29\x59\x13\x16\x4e\x44\xfa\x90\x85\x61\x7e\x82\x55\x8c\x70\x0e\x35\x2e\x8e\xf8\xbe\xf1\xd0\x36\x96\x91\x61\xce\xcb\x68\x58\xae\x52\x77\x45\x08\x73\xde\xee\xed\x35\x33\x0a\x05\x35\x0f\xa6\x8e\x51\x5b\x1b\xe7\x64\xec\x1f\x4c\x05\x85\x45\xc1\x42\xc4\x1e\x22\x9a\xda\xba\x4e\x74\x3a\x31\x75\xa6\xdc\xe0\x92\x76\x85\x95\xea\x10\x3b\x55\x46\xa0\x66\xaf\x93\x55\x16\x0f\xb1\x73\xdb\x22\x44\x24\x98\x58\x26\x0d\x82\x6b\x56\xb1\x7d\xbf\x53\x81\x89\x74\x46\x84\x80\x52\x70\x7f\x97\x8a\x59\xd7\xe2\x58\xdc\x9a\x1d\x17\xba\xd0\xea\xf4\x36\x66\x44\xae\x7b\x4d\xe4\x63\x17\xcf\x03\x0a\x77\xa8\x28\xd9\x2d\xe3\x01\x53\xd1\x9f\x2d\xb3\xdd\x6f\x0d\xf5\x9d\xc6\xd2\x11\xa9\xa4\x86\xdd\xd2\xcf\xb9\xf3\x0b\x13\x09\x94\xd4\x1d\xb4\xda\x04\xb3\x22\xd8\x0f\xd2\x53\x16\xca\xa8\x19\x9e\x79\x44\x60\x5b\xf6\xfa\x4f\x3e\xd5\x32\xc9\xb0\x1c\x3f\xcd\x50\x52\x0e\x8c\xa4\xe8\x69\x9e\xc5\x66\x57\xf0\xfd\x47\xd6\xd8\xed\x20\x3b\x51\x0f\x3e\x78\x14\x18\xc1\xd2\xa2\x8b\x53\x82\x8a\xfb\x54\x13\x15\xcd\x09\x68\x27\x54\x83\x47\xdb\xc2\x96\x45\x3f\x3c\xe1\xd9\xb3\x94\xea\x8e\x96\xd3\xbf\x47\xef\xbb\x56\x20\x66\xd1\x6d\xe3\x3c\xd5\x05\x62\xe7\xc4\x16\xa9\x17\x1b\xc9\x13\x1d\x92\xe7\x93\x3d\x3a\x22\x7f\x12\xa8\x92\x25\x48\xc8\xeb\x43\x8d\xd3\xd9\x42\x96\x64\x83\x4a\xa2\x3d\x85\xeb\x78\x83\xd9\x6b\xb4\xcf\x17\x11\xa2\xf7\x13\x36\xbf\x6e\x1a\x59\x1e\xe1\xbc\xa8\x10\x7a\x37\xcb\xe4\xbb\x1d\xe4\xf6\x5e\xe2\x4a\x03\x97\x3f\x9e\xb8\x22\x56\x18\xc9\x5b\x52\x47\x73\x9e\x91\xb7\xde\x63\xca\x16\x52\x17\xaa\x29\x11\x04\xb4\x53\x9b\x20\x46\xb1\xc1\xe2\x26\x37\x52\xcc\x58\x2d\x95\x3d\xb6\xdd\xee\x5a\xee\xf0\x9c\xe1\x47\x50\x43\xe8\x62\x5b\x3a\x84\x19\x4a\x93\x16\x8d\x4f\x3a\xe6\xa0\xe4\x0d\x82\xab\x95\xe4\x0a\xb3\x85\xa6\xa6\xf4\xd1\x12\x71\x18\x9a\xae\x2d\x0f\x4e\x64\xc5\x81\xe7\xa1\x56\x61\x4e\x03\xe7\x67\xbc\x64\xac\x61\xc6\x8b\xaa\x07\x2f\x6e\xb0\x4b\x57\x94\xc2\xe2\x1b\x4a\x1b\x27\xcc\x90\xcd\xf0\xee\x8a\x7d\x16\x8a\xc2\x3e\xd2\x9c\x06\x6f\x4d\xa1\x3e\xcb\x45\x5a\xa3\x7f\xdb\xd4\xb5\xb1\x1e\x4b\x5e\x40\xee\x4f\x85\x84\xec\x28\x94\x3a\xf4\xb2\xab\x92\xce\x53\x9c\xed\xc2\x00\x8c\x17\x76\xe8\x2d\x99\x86\xe5\xa8\xbd\xbb\xb7\x58\x8f\xf0\xa5\xc2\xfd\xf1\x9a\xc3\x91\xe0\xd4\x6d\x2e\xeb\xcf\x51\x92\xfd\x06\x39\x9b\x1a\xcb\x0e\xc8\x28\x55\xee\xa8\xf2\x1d\x6a\xa4\x84\x1d\x24\x08\x23\x2b\x7a\x9b\x05\x4f\xa2\xf6\x22\x9d\x83\x7d\x55\xe8\xb8\x0b\x84\x3e\x04\x42\x6e\xc3\xa9\xfb\x57\x4a\x3c\x3d\x84\x45\x44\x4b\xac\xee\xc7\x23\xd2\x1d\x9f\x30\xe6\x1a\xfa\x18\x21\xe3\x30\xd0\xb3\xc9\x43\x07\x13\x4a\x24\x63\xcc\x83\xaa\x3b\x4f\x0b\xd5\x85\xc7\x87\xdd\xb0\xbb\x3d\xef\x3c\x61\xac\x39\x5c\x5b\xa1\x5d\x85\xd6\xd8\x79\x5b\x90\xc3\xec\x36\x0d\x6a\x3a\x58\xd1\x74\xed\x00\xe9\xd7\xa5\x53\xc0\x01\xfd\x43\xc2\x80\x8f\x72\xd5\x93\xa6\x63\xdc\xca\xd5\x1f\x15\x2d\xd2\x87\x79\xec\x13\x16\xf4\x47\xac\x14\x0e\x03\xe9\xb5\x44\x55\x46\xdf\xb3\x62\x98\x65\x4c\x05\xe2\x2e\xc0\x28\x6c\x5a\xda\xc2\xc4\x4f\x09\x41\x33\xda\x3f\xc4\xc6\x89\xda\x2b\x31\x9c\xd3\x4b\xc7\x7d\x16\x96\xb0\x93\x22\x4c\xe2\xa2\x22\xe8\xf1\x74\xb6\x8c\x1d\x58\x46\xf1\xcd\x60\xf4\x19\x73\x21\xb9\xf1\xca\x98\x9b\x1b\xc4\x9a\xf2\x87\xb1\xa1\xe9\xa0\xe7\xdc\x43\xb9\x8c\x0a\xeb\x32\x7a\x7c\xd7\x7d\x25\x39\x43\xa4\x48\x07\x25\x3a\x6f\xcd\x01\xcb\x0c\x7e\xc0\x9f\x88\xea\x70\x06\xbb\xef\x0f\x33\x9b\xba\x14\x1e\xbb\x74\xfc\x98\xb0\x83\x17\x8a\xbd\x4b\x1d\x72\x59\x0c\xc1\x0b\x45\x00\x29\x9f\x55\xba\x30\x13\x5d\x21\xea\xa4\xa8\x80\xff\x02\xcc\x6b\x61\x63\xa0\xb9\xb8\x53\x4d\x1c\x33\xe9\x1e\xc6\x0d\x2c\xee\x0d\x84\x7e\x16\x2b\x63\x83\xd4\x54\x1c\x06\xf7\x0d\x03\x0c\x29\x79\x42\xe7\x0d\xd4\x36\x34\xa9\x41\x6b\x8c\x10\x22\xa6\x75\xb5\xd8\x6e\xc9\x1a\x15\xd5\xb4\xd0\xff\x45\x6b\x2c\x86\x9e\x95\x7a\xe4\x90\xcc\xe9\xb8\xe4\x3b\x2b\x51\xdc\x4c\x87\x03\x85\xda\xe2\x08\x5c\xcb\x86\xb2\x8b\xf1\xfe\xf6\x0c\xd0\xc3\x4b\x56\x29\x5e\x47\xf0\xcd\x29\x0c\x03\xa7\x91\x64\x9f\x26\x61\xc1\xa7\x8b\xa7\x57\xf0\xe8\xba\x67\x81\x04\xf7\xd8\x32\xd1\x1a\x65\x63\xd3\xa8\xb8\xaf\x8e\x34\x96\x48\xb3\x04\xc9\xe9\x9c\x32\x17\xed\x27\x8d\x63\xf9\xe8\x24\xce\xfa\x4f\x57\xc3\x84\xd9\x62\x09\x19\x44\x0d\x70\x76\x67\x40\x55\xe6\xb7\x0b\xcc\x26\x4c\xf0\xf0\x43\x8d\x45\x9a\x8d\xf4\x82\x86\xa7\xca\x6d\xed\xeb\x9a\xb6\x30\x5a\x60\xf5\xe0\x21\x84\x90\xee\x7c\x3f\xf6\x82\x7c\xb1\x91\xc9\x92\x91\x27\xe4\xc8\x07\x3b\x72\xfe\x3f\x50\xde\x07\x9e\x71\x79\x09\x2f\x51\x99\x7d\x40\x8e\xac\x8a\xde\xf5\x53\x42\x82\xae\xb1\x11\xe7\xda\x46\x3f\xf1\x72\x1b\xaf\x35\xb9\x14\x0e\xe9\xb1\x4a\xd6\x98\x0a\x78\x7f\xb0\x55\x0b\x86\x77\x6d\xdd\x8a\xf5\x33\xe2\xc6\xfc\xea\x7a\x11\x2e\x44\x16\x90\xd1\x97\xd5\x51\xfc\xb8\xb7\xcd\x8a\xa4\x99\x9a\x2a\x54\xf9\xff\xfb\xfe\xe3\x08\xa5\xdb\xef\xa6\xb3\x61\x10\x43\x37\xc8\xf9\x98\x93\xbd\x62\xdc\x91\x07\xd6\x2d\xa0\x72\x63\x51\xdf\xe2\x24\x6e\x23\xb7\xb5\x3f\x40\x29\xd9\x62\xc2\x1e\x52\xd3\x94\x9c\x8f\x1b\x36\xb6\x6d\xab\x86\xfd\xc6\x40\x69\xf4\x63\x3f\x46\xb9\xbb\x3c\x1b\xd5\xcf\x1c\x5c\x53\x6c\x88\x49\xfe\xfa\xed\x5e\xfa\x62\xb3\x32\xc2\x96\xcb\x39\x2c\xf9\xd9\x6b\x63\xf7\x82\x7a\xe6\x25\xa0\x2f\x16\x27\x55\x71\x7b\x5e\xe4\xfe\x10\x9a\x0d\x59\x8d\xc0\xc1\x0e\xc0\x30\x1e\x94\xae\x07\xb2\x4e\x7a\xf0\x79\xe8\x6d\x60\x80\x28\x74\x32\xdf\x68\x08\xfc\x95\x88\xfc\x1d\x9e\x3f\x87\x4a\x28\x87\xa7\x0e\x34\x32\x1d\x59\x86\x94\xbc\xec\x0a\x1d\xd3\x7d\xec\xb2\xb9\x2b\x8c\x4e\x46\x34\xee\x87\xd3\x91\x44\x98\xf4\x72\xbc\xff\xdf\x3d\x52\x18\x2d\x51\x49\x51\xdd\x60\xe0\xbb\x7b\x06\x03\x2f\xc2\x34\xa0\x6b\xf3\x53\xa1\x50\xe8\x38\xff\x6a\x46\x3a\xbf\x35\x42\x85\x6f\x23\x40\x6e\x64\x32\x70\x56\xd5\xba\xbc\x84\x78\xcf\x0b\xae\xc6\x42\x0a\xd5\x66\x43\x58\x06\xa8\xb0\xe4\x56\x36\xa2\x89\x10\x5d\x91\x69\x37\xc4\xe3\xdf\x08\x8c\x11\x8f\x50\x67\x85\x6b\xa9\x35\x63\xb6\x1c\x6f\x74\xbf\x7c\x18\xd9\x7d\x86\x6e\x9f\x3d\x8b\x80\x66\x7a\xf4\x6e\x06\x4f\xee\xd6\xfb\x9f\x5b\xff\x19\x56\x68\xce\x27\xb1\x5b\xee\x74\x4c\x18\x88\x7f\x76\x90\x96\xa7\x1b\xcd\xc1\x80\x26\xbd\x3f\xb3\x40\x9f\xee\xa0\x45\x59\x52\xf7\xec\xfa\x18\xee\xc8\xf6\x47\xa1\xff\x90\xfe\x79\x2c\x8f\x0f\x93\x38\xf5\x95\xce\xa1\xed\x21\xd7\xc2\xe8\xc2\xa2\x8f\x55\x2a\xaa\xa7\xbb\x84\x6b\xa1\x75\x1a\x6c\x0d\xe9\xc5\x94\xdd\x6b\x56\xdb\x0e\x37\xa1\xa1\x48\xed\x8c\x80\xa3\xb3\x2c\xa4\x7b\xa3\x9d\x67\xc3\xe7\x85\x66\x76\x05\xe3\xd6\xff\x21\xe0\xa9\xa4\x7d\xfe\x0d\x44\x61\xb6\xb5\xf0\xbd\xee\x85\xce\x37\x3e\x6f\x1b\xbd\xcc\x63\x51\xee\x86\x9e\x69\x49\xeb\xa6\xe1\x42\x6c\x74\xf0\x96\x6e\xc8\x7a\x63\xb7\xc1\x25\x19\x53\xfb\x23\x80\xf5\xfc\x60\xfa\xef\xf4\xee\xe8\x04\xb3\xdf\x15\x5f\xae\xd9\xde\x1b\x58\x9d\x4b\xdd\x99\xdf\x06\x01\xc5\x37\x03\xf8\x8a\x70\x42\x8c\x25\xa5\xcc\xde\x71\x9b\x18\x7e\x17\x65\xe2\x9a\xac\x88\xb0\x1f\x6e\x04\x85\xe0\xd1\xc5\x1f\xdc\x13\x57\x43\x96\xd3\x07\x0f\xa2\x4f\x4c\x94\xbb\x2e\x42\xe3\x5e\x1d\x22\xa3\xa8\x8f\xa0\x4f\x06\xbf\x7d\x89\x4f\xab\x09\xf2\xb9\xcc\x27\x50\xd4\xd8\x18\x65\x54\x41\xbb\x04\x1f\x5a\xec\x31\x9e\x8d\x7a\xaa\x1a\xd1\x5c\xa7\xb5\x10\x72\xa4\xb2\x1e\x65\x56\x5c\x0b\x93\x43\xba\x69\xaf\xa6\xb6\xc2\x17\x9b\xe8\x66\x2e\xfc\x94\xea\x28\xda\x3f\x89\x55\x92\x1d\x6e\xff\x15\x00\x00\xff\xff\xdd\x8b\xd0\x06\x78\x2a\x00\x00" +var _fungibletokenCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5a\x5f\x93\xdb\x36\x92\x7f\xd7\xa7\xe8\x73\xaa\x62\x69\x4e\xd6\xf8\x72\x49\x2a\x99\x3a\xc7\xb1\x13\xfb\xca\x0f\xbb\xd9\x8a\xc7\xf1\xc3\xee\x56\x09\x22\x9b\x12\x32\x10\xc0\x00\xa0\x64\xad\x77\xbe\xfb\x56\x37\x00\x92\xa0\xa8\x19\x4d\xb2\x5e\x3f\x78\x24\x12\xe8\x6e\xf4\xdf\x5f\x37\x74\x79\x71\x31\x99\x7c\x06\xd7\x1b\x84\xd7\xca\xec\xe1\x75\xa3\xd7\x72\xa5\x10\xae\xcd\x0d\x6a\x70\x5e\xe8\x52\xd8\x72\x32\xf9\xec\x33\x58\xa6\x97\xfc\x6e\x09\x85\xd1\xde\x8a\xc2\x4f\x26\xbc\x7d\x7c\x27\x48\x07\xda\x80\x32\x7a\x8d\x16\x84\x06\xa9\x3d\xda\x4a\x14\x38\xf1\x1b\xe1\x41\x28\x05\x55\xda\xea\x79\x6b\xa2\xeb\x60\x6f\x1a\x55\xc2\x46\xec\xe8\x15\x3d\xaf\x8c\xdd\x82\x37\x8b\xc9\xe4\x4d\x05\x02\x1a\x87\xd6\xc1\x5e\x68\xef\x68\x41\x89\xb5\x32\x07\x10\xa0\x71\x3f\xa0\x35\x07\xbf\x41\x69\x3b\x99\x4b\x83\x24\x98\x07\x8d\x58\xd2\x66\xb9\xad\x15\x6e\x51\x7b\x5a\x09\xd9\x51\x3b\x99\xe7\xb0\x6a\x7c\x24\xc5\x0c\xdc\xa4\x34\x27\x48\xb4\x9b\x1c\x94\x58\x49\x8d\x25\x48\x0d\x7e\x23\x5d\x2b\xc5\x22\xe8\xf5\x17\xd1\x28\xbf\x04\x8b\xce\x34\xb6\xe8\xed\x9c\x4c\x5e\x89\x62\x33\xd4\x4f\xbb\xce\x1f\x6a\x64\xe6\xee\x98\xfb\x69\xa2\x91\xe9\x5f\xac\xd9\xc9\x12\xed\x72\x0e\xcb\x9f\xb1\x40\xb9\xe3\xcf\x42\x97\xb0\x7c\x29\x94\xd0\x05\x8e\xed\x76\x6c\x6d\x37\x38\x5e\xa1\x84\x45\xa8\x2d\x3e\x29\x8c\x2e\xa5\x97\x46\x3b\x26\x55\x1b\xe7\xfb\xcf\xd8\xe6\x16\x9d\xb7\xb2\xf0\x13\x12\x14\x3f\x60\xd1\xd0\x4b\x30\x15\x4b\x5e\x35\xba\x08\x8b\x59\x5d\x08\x7c\x92\x05\xf3\x3d\x00\xf1\x71\x58\x0b\x2b\x3c\xc2\x0a\x0b\xd1\x90\x2c\x1e\xd6\x72\x87\x8e\x97\x93\x53\xf0\x07\xb1\x92\x4a\xfa\x03\xe9\xc6\x6d\x84\xc5\x89\x00\x8b\x15\x5a\xd4\x05\xfb\x53\x30\x23\x53\x0f\x72\x19\xad\x0e\x80\x1f\x6a\xe3\x22\xa9\x4a\xa2\x2a\x5d\x27\xd1\x44\x6a\x30\x1a\xc1\x58\xd8\x1a\x8b\x49\xe2\x4e\x15\xe4\x98\xe4\xd3\xce\x44\x81\x82\x87\x0e\xa4\xd9\x8a\x1b\x84\xa2\x71\xde\x6c\x5b\x0d\x47\xd5\xb4\x46\x24\xdd\xe4\x5a\x26\x07\x37\xb0\x13\x56\x9a\x86\x56\x4b\xbd\x76\xb0\x97\x7e\xc3\xe4\x83\x37\x2e\x26\xaf\x8d\x05\xfc\x20\x88\xcc\x1c\x04\x54\xa2\x29\xd0\x43\x21\x34\xac\xb0\xa3\x8e\x25\xac\x0e\x29\xa0\xa4\x5e\x4f\x82\x3a\x20\x39\x45\xe6\x2d\x17\x97\x93\x89\xdc\xd6\xc6\x7a\xf8\x45\xe2\xfe\x67\x74\x46\xed\xd0\x42\x65\xcd\x16\x1e\xf5\x1f\x3d\x4a\xeb\x5e\x36\x56\xb7\x2b\xc2\x97\x47\x93\xc9\xe5\xe5\x65\x1e\x58\xf4\x24\x7b\x1a\x93\x47\x2b\xa7\x88\x9e\x64\xb1\x97\x44\x2c\xfe\xd6\x48\x3b\x16\x72\x79\xa0\x30\xe5\xee\x20\xf0\x1e\xc1\x79\xa9\x54\x48\x28\xd2\x83\x70\x59\x42\x82\x0d\xda\xce\xa7\x3c\x7f\x63\x77\x33\x5b\xf6\xaa\xaa\x51\x4c\xb2\xf1\xc1\x92\x5b\xf4\x1b\x53\x46\xc3\x6d\x85\x3e\x40\x6d\xcd\xaf\xc8\x89\x8b\xd8\x04\x66\x94\x9d\x48\x52\x66\x6a\xf4\x20\x0f\xb9\x39\x93\x8c\x59\x25\xb8\xf7\xea\x40\x87\xdd\xa2\xd0\xae\x3d\xeb\x82\x13\x65\x70\x91\xee\x29\x7d\xe6\x67\xad\x07\x84\x33\x27\xa5\xb8\x2c\x15\x74\x69\x45\x14\x05\x3a\x37\x15\x4a\xcd\x5a\x49\x7a\x7a\xc8\x6c\x74\x95\x1b\xfd\xe3\x64\x02\x00\x70\x79\x09\x2f\x34\xa0\xf6\xd2\x47\xfd\x57\xc6\x92\x8c\x66\x2f\xf5\x9a\xd9\x92\x6b\x96\x56\xec\x85\xe2\x38\x61\xff\x0c\x1e\x21\x42\xd0\x31\xa1\xbe\x28\x7d\x72\xef\xe3\xee\xc4\xee\x92\x6b\x14\xee\x82\xa9\x83\x1a\x70\x2b\x3d\xb9\xf2\x7e\x83\x3a\x31\x20\x05\x26\xce\xfa\x98\x1d\x11\xba\xb8\xb8\xb8\xb8\xfe\xe9\xc7\x9f\xe8\x2f\xbc\x28\x4b\xd8\x49\xdc\xc3\x06\x55\x4d\x2e\xdb\x66\x1f\x67\x92\x6e\x89\x15\x33\x8e\x61\x14\xf9\xb6\x04\x39\x6f\x04\x21\x28\xd0\xb7\xa6\xd1\x3e\xd4\x3d\xfd\xe4\x1f\x68\x0d\x67\x42\xf6\x4f\x16\xa7\x2c\x2d\x3a\x97\x16\x68\xa9\x8e\x15\xb1\xeb\xab\x40\x4f\x29\xd1\x5f\xc1\x5b\x6f\xa5\x5e\xcf\x23\x83\x2b\x78\xf7\x5a\x7e\xf8\xfa\xcb\x39\x53\xbd\xa2\x83\x10\xd9\xe7\xe1\xfb\xbb\x77\x6f\x7e\xbc\x82\x77\x6f\xb4\xa7\x15\xad\x42\xfa\x8f\x67\x7d\xb6\x0e\x55\x35\x0b\x8a\xa8\x1a\xcd\x27\x6c\xd9\xbf\x22\x69\x3e\x91\x0c\x57\xf0\xd2\x18\x05\x1f\x59\x16\xfa\x27\x2b\x98\x46\x0d\x7e\x07\x4f\x17\x4f\x67\xf0\xf9\xe7\x30\x65\xc5\xfd\xd7\x33\xd0\x52\xe5\x0f\x9e\x7e\xf8\xe6\xeb\x2f\xbe\x5c\x7d\xf5\x45\xf5\x6d\x59\x16\xe5\xd3\x2f\xc5\x0c\xfe\xd9\x7f\xfd\x2d\x16\xe2\x8b\xd5\xff\x7e\xb3\xfa\x9f\x6f\x56\x5f\x95\x15\xce\x7a\xbc\xe8\x1f\x9d\xf4\x48\xd3\xf4\x7f\x77\xc6\xf0\x37\x9d\x91\xfe\xef\x9f\x2f\x7d\x3a\x3a\x61\xf6\x75\xd6\x32\xbd\x6d\x3f\x59\xf4\x8d\xd5\xe0\x6d\x83\x93\xf0\xe6\x77\xf8\x7a\x89\xb5\x71\xd2\x87\x6c\x78\x32\xb0\x98\xd4\x8f\x69\xe9\x3d\xb6\xf4\xa6\x6f\x49\x6f\x72\x3b\xb6\x0c\x1f\xe2\x4b\x2d\xeb\x73\x7c\xe9\xf7\xf0\x3f\xd3\x8f\xbc\xc9\xbc\x28\x7c\x3d\xe1\x43\xe9\xe5\x59\x1e\x34\xd4\xed\xb8\x07\xd1\xc9\xbc\xe9\xce\x14\xfe\x1e\x9d\x29\xfb\xfa\x40\xcf\x79\x75\x87\xd7\x6c\x10\xd6\xca\xac\x84\x82\x15\x6d\x0f\xf5\x8b\x96\x15\x42\x29\x5a\x45\x60\x42\x74\x69\x6b\x15\x60\xe0\xe9\xc4\x19\xcb\x7c\x5b\x42\xce\x4b\x99\xc7\x9e\xc9\x74\xee\x73\xcb\x61\x4a\xb9\xcf\xe7\x02\xd1\x73\x93\xd7\xbd\xde\xd4\x77\xa6\x31\x0f\xc8\xce\x70\x3a\x81\xe4\x49\xe3\x81\xc6\x7d\x99\x1b\x24\x4b\x17\x5d\xf9\x66\x13\xd4\x01\xc9\xb9\xae\x11\x6b\x2b\xdb\xdf\xda\x7d\x54\xb3\xd7\xe8\x3d\x95\xec\x68\x6c\x90\x8c\x09\x19\x78\x65\x7c\xfa\x56\x3b\x6e\x0b\x92\x68\x3d\xcd\x10\x83\xff\xc7\x80\x4d\x12\xf1\x08\x98\x77\x6d\x96\x1a\x52\x6e\x2d\xb8\x46\x1f\x49\x4e\x67\xc9\x52\x43\x75\x24\xb4\x7a\x8e\x3e\x90\x8e\x55\x44\x5c\x1f\xf1\x53\x80\x48\xa4\x84\x94\xab\x09\x0a\x27\x22\x7d\xc4\xc2\x28\x3f\xa1\x2a\x06\x38\x87\x1a\x17\x47\x7c\xdf\x78\x68\xfb\xca\xc8\x30\xe7\x65\x34\x2c\x57\xa9\xb9\x22\x80\x39\x6f\xf7\xf6\x7a\x19\x85\x82\x7a\x07\x53\xc7\xa0\xad\x8d\x73\x32\xb6\x0f\xa6\x82\xc2\xa2\x60\x21\x62\x0b\x11\x4d\x6d\x5d\x27\x3a\x9d\x98\x1a\x53\xee\x6f\x49\xbb\xc2\x4a\x75\x88\x8d\x2a\x03\x50\xb3\xd7\xc9\x2a\x8b\x87\xd8\xb9\xed\x10\x22\x10\x4c\x2c\x93\x06\xc1\x35\xab\xd8\xbd\xdf\xa9\xc0\x44\x3a\x23\x42\x38\x29\xb8\xbf\x4b\xb5\xac\xeb\x70\x2c\x6e\xcd\x8e\xeb\x5c\xe8\x74\x7a\x1b\x33\x22\xd7\xbd\x1e\xf2\xb1\x8b\xe7\x01\x85\x3b\x54\x94\xeb\x96\xf1\x80\xa9\xe6\xcf\x96\xd9\xee\xb7\x86\xda\x4e\x63\xe9\x88\x54\x51\xc3\x6e\xe9\xe7\xdc\xf8\x85\x81\x04\x4a\x6a\x0e\x5a\x6d\x82\x59\x11\xea\x07\xe9\x29\x0b\x65\xd4\x0c\x8f\x3c\x22\xae\x2d\x7b\xed\x27\x9f\x6a\x99\x64\x58\x8e\x9f\x66\x28\x29\x07\x46\x52\xf4\x34\xcf\x62\xb3\x2b\xf8\xfe\x23\x6b\xec\x76\x90\x9d\xa8\x05\x1f\x3c\x0a\x8c\x60\x69\xd1\xc5\x21\x41\xc5\x6d\xaa\x89\x8a\xe6\x04\xb4\x13\xaa\xc1\xa3\x6d\x61\xcb\xa2\x1f\x9e\xf0\xec\x59\x4a\x75\x47\xcb\xe9\xdf\xa3\xf7\x5d\x27\x10\xb3\xe8\xb6\x71\x9e\xca\x02\xb1\x73\x62\x8b\xd4\x8a\x8d\xe4\x89\x0e\xc8\xf3\xc9\x1e\x1d\x91\x3f\x89\x53\xc9\x12\x24\xe4\xf5\xa1\xc6\xe9\x6c\x21\x4b\xb2\x41\x25\xd1\x9e\x82\x75\xbc\xc1\xec\x35\xda\xe7\x8b\x88\xd0\xfb\x09\x9b\x5f\x37\x8d\x2c\x8f\x60\x5e\x54\x08\xbd\x9b\x65\xf2\xdd\x0e\x72\x7b\x2f\x71\xa5\x79\xcb\x1f\x4f\x5c\x11\x2a\x8c\xe4\x2d\xa9\xa3\x39\xcf\xc8\x5b\xef\x31\x65\x0b\xa9\x0b\xd5\x94\x08\x02\xda\xa1\x4d\x10\xa3\xd8\x60\x71\x93\x1b\x29\x66\xac\x96\xca\x1e\xdb\x66\x77\x2d\x77\x78\xce\xec\x23\xa8\x21\x34\xb1\x2d\x1d\x82\x0c\xa5\x49\x8b\xc6\x07\x1d\x73\x50\xf2\x06\xc1\xd5\x4a\x72\x85\xd9\x42\x53\x53\xfa\x68\x89\x38\x0c\x3d\xd7\x96\xe7\x26\xb2\xe2\xc0\xf3\x50\xab\x30\xa6\x81\xf3\x33\x5e\x32\xd6\x30\xe3\x45\xd5\x83\x17\x37\xd8\xa5\x2b\x4a\x61\xf1\x0d\xa5\x8d\x13\x66\xc8\x46\x78\x77\xc5\x3e\x0b\x45\x61\x1f\x69\x4e\x83\xb7\xa6\x50\x9f\xe5\x22\xad\xd1\xbf\x6d\xea\xda\x58\x8f\x25\x2f\x20\xf7\xa7\x42\x42\x76\x14\x4a\x1d\x7a\xd9\x55\x49\xe7\x29\xce\x76\x61\xfe\xc5\x0b\x3b\xf0\x96\x4c\xc3\x72\xd4\xde\xdd\x5b\xac\x47\xf8\x52\xe1\xfe\x78\xcd\xe1\x48\x70\xea\x36\x97\xf5\xe7\x28\xc9\x7e\x83\x9c\x4d\x8d\x65\x07\x64\x90\x2a\x77\x54\xf9\x0e\x35\x52\xc2\x0e\x12\x84\x89\x15\xbd\xcd\x82\x27\x51\x7b\x91\xce\xc1\xbe\x2a\x74\xdc\x05\x42\x1f\x02\x21\xb7\xe1\xd4\xfd\x2b\x25\x9e\x1e\xc2\x22\xa2\x25\x56\xf7\xe3\x11\xe9\x8e\x4f\x18\x73\x0d\x7d\x8c\x90\x71\x18\xe8\xd9\xe0\xa1\x83\x09\x25\x92\x31\xe6\x41\xd5\x9d\xa7\x85\xea\xc2\xd3\xc3\x6e\xd6\xdd\x9e\x77\x9e\x30\xd6\x1c\xae\xad\xd0\xae\x42\x6b\xec\xbc\x2d\xc8\x61\x74\x9b\xe6\x34\x1d\xac\x68\xba\x6e\x80\xf4\xeb\xd2\x29\xe0\x80\xfe\x21\x61\xc0\x47\xb9\xea\x49\xd3\x31\x6e\xe5\xea\x4f\x8a\x16\xe9\xc3\x3c\xb6\x09\x0b\xfa\x23\x56\x0a\x87\x81\xf4\x5a\xa2\x2a\xa3\xef\x59\x31\xcc\x32\xa6\x02\x71\x17\x60\x14\x36\x2d\x6d\x61\xe2\xa7\x84\xa0\x19\xed\x1f\x62\xdf\x44\xdd\x95\x18\x8e\xe9\xa5\xe3\x36\x0b\x4b\xd8\x49\x11\x06\x71\x51\x11\xf4\x78\x3a\x5b\xc6\x06\x2c\xa3\xf8\x66\x30\xf9\x8c\xb9\x90\xdc\x78\x65\xcc\xcd\x0d\x62\x4d\xf9\xc3\xd8\xd0\x74\xd0\x73\x6e\xa1\x5c\x46\x85\x75\x19\x3d\xbe\x6b\xbe\x92\x9c\x21\x52\xa4\x83\x12\x9d\xb7\xe6\x80\x65\x06\x3f\xe0\x4f\x44\x75\x38\x82\xdd\xf7\x67\x99\x4d\x5d\x0a\x8f\x5d\x3a\x7e\x4c\xd8\xc1\x0b\xc5\xde\xa5\x0e\xb9\x2c\x86\xe0\x85\x22\x80\x94\x8f\x2a\x5d\x18\x89\xae\x10\x75\x52\x54\xc0\x7f\x01\xe6\xb5\xb0\x31\xd0\x5c\xdc\xa9\x26\x8e\x99\x74\x0d\xe3\x06\x16\xf7\x06\x42\x3b\x8b\x95\xb1\x41\x6a\x2a\x0e\x83\xeb\x86\x01\x86\x94\x3c\xa0\xf3\x06\x6a\x1b\x7a\xd4\xa0\x35\x46\x08\x11\xd3\xba\x5a\x6c\xb7\x64\x8d\x8a\x6a\x5a\xe8\xff\xa2\x35\x16\x43\xcf\x4a\x2d\x72\x48\xe6\x74\x5c\xf2\x9d\x95\x28\x6e\xa6\xc3\x79\x42\x6d\x71\x04\xae\x65\x33\xd9\xc5\x78\x7f\x7b\x06\xe8\xe1\x25\xab\x14\xaf\x23\xf8\xe6\x14\x86\x81\xd3\x48\xb2\x4f\x93\xb0\xe0\xd3\xc5\xd3\x2b\x78\x74\xdd\xb3\x40\x82\x7b\x6c\x99\x68\x8d\xb2\xb1\x69\x52\xdc\x57\x47\x9a\x4a\xa4\x51\x82\xe4\x74\x4e\x99\x8b\xf6\x93\xc6\xb1\x7c\x74\x12\x67\xfd\xa7\xab\x61\xc2\x6c\xb1\x84\x0c\xa2\x06\x38\xbb\x33\xa0\x2a\xf3\xcb\x05\x66\x13\x06\x78\xf8\xa1\xc6\x22\x8d\x46\x7a\x41\xc3\x43\xe5\xb6\xf6\x75\x4d\x5b\x18\x2d\xb0\x7a\xf0\x10\x42\x48\x77\xbe\x1f\x7b\x41\xbe\xd7\xc8\x64\xc9\xc8\x13\x72\xe4\x83\x1d\x39\xff\x1f\x28\xef\x03\xcf\xb8\xbc\x84\x97\xa8\xcc\x3e\x20\x47\x56\x45\xef\xf6\x29\x21\x41\xd7\xd8\x88\x73\x6d\xa3\x9f\x78\xb9\x8d\xb7\x9a\x5c\x0a\x87\xf4\x58\x25\x6b\x4c\x05\xbc\x3f\xd7\xaa\x05\xc3\xbb\xb6\x6e\xc5\xfa\x19\x71\x63\x7e\x73\xbd\x08\xf7\x21\x0b\xc8\xe8\xcb\xea\x28\x7e\xdc\xdb\x66\x45\xd2\x4c\x4d\x15\xaa\xfc\xff\x7d\xff\x71\x84\xd2\xed\x77\xd3\xd9\x30\x88\xa1\x1b\xe4\x7c\xcc\xc9\x5e\x31\xee\xc8\x03\xeb\x16\x50\xb9\xb1\xa8\x6f\x71\x12\xb7\x91\xdb\xda\x1f\xa0\x94\x6c\x31\x61\x0f\xa9\x69\x4a\xce\xc7\x0d\x1b\xdb\xb6\x55\xc3\x7e\x63\xa0\x34\xfa\xb1\x1f\xa3\xdc\xdd\x9d\x8d\xea\x67\x0e\xae\x29\x36\xc4\x24\x7f\xfd\x76\x2f\x7d\xb1\x59\x19\x61\xcb\xe5\x1c\x96\xfc\xec\xb5\xb1\x7b\x41\x3d\xf3\x12\xd0\x17\x8b\x93\xaa\xb8\x3d\x2f\x72\x7f\x08\xcd\x86\xac\x46\xe0\x60\x07\x60\x18\x0f\x4a\xd7\x03\x59\x27\x3d\xf8\x3c\xf4\x36\x30\x40\x14\x3a\x99\x6f\x34\x04\xfe\x4a\x44\xfe\x0e\xcf\x9f\x43\x25\x94\xc3\x53\x07\x1a\x99\x8e\x2c\x43\x4a\x5e\x76\x85\x8e\xe9\x3e\x76\xd9\xd8\x15\x46\x27\x23\x1a\xf7\xc3\xe9\x48\x22\x4c\x7a\x39\xde\xff\xef\x1e\x29\x8c\x96\xa8\xa4\xa8\x6e\x30\xf0\xdd\x3d\x83\x81\x17\x61\x1a\xd0\xb5\xf9\xa9\x50\x28\x74\x9c\x7f\x35\x23\x9d\xdf\x1a\xa1\xc2\xb7\x11\x20\x37\x32\x19\x38\xab\x6a\x5d\x5e\x42\xbc\xe6\x05\x57\x63\x21\x85\x6a\xb3\x21\x2c\x03\x54\x58\x72\x2b\x1b\xd1\x44\x88\xae\xc8\xb4\x1b\xe2\xf1\x4f\x04\xc6\x88\x47\xa8\xb3\xc2\xb5\xd4\x9a\x31\x5b\x8e\x37\xba\x1f\x3e\x8c\xec\x3e\x43\xb7\xcf\x9e\x45\x40\x33\x3d\x7a\x37\x83\x27\x77\xeb\xfd\xcf\xad\xff\x0c\x2b\x34\xe7\x93\xd8\x2d\x77\x3a\x26\x0c\xc4\xbf\x3a\x48\xcb\xd3\x85\xe6\x60\x40\x93\xde\x9f\x59\xa0\x4f\x77\xd0\xa2\x2c\xa9\x7b\x76\x7d\x0c\x77\x64\xfb\xa3\xd0\x7f\x48\xff\x3c\x96\xc7\x87\x49\x9c\xfa\x4a\xe7\xd0\xf6\x90\x6b\x61\x74\x61\xd1\xc7\x2a\x15\xd5\xd3\xdd\xc1\xb5\xd0\x3a\x0d\xb6\x86\xf4\x62\xca\xee\x35\xab\x6d\x87\x9b\xd0\x50\xa4\x76\x46\xc0\xd1\x59\x16\xd2\xbd\xd1\xce\xb3\xe1\xf3\x42\x33\xbb\x82\x71\xeb\xff\x10\xf0\x54\xd2\x3e\xff\x04\xa2\x30\xdb\x5a\xf8\x5e\xf7\x42\xe7\x1b\x9f\xb7\x8d\xde\xe5\xb1\x28\x77\x43\xcf\xb4\xa4\x75\xd3\x70\x1f\x36\x3a\x78\x4b\x17\x64\xbd\xb1\xdb\xe0\x8e\x8c\xa9\xfd\x11\xc0\x7a\x7e\x30\xfd\x77\x7a\x77\x74\x82\xd9\xef\x8a\x2f\xd7\x6c\xef\x0d\xac\xce\xa5\xee\xcc\x6f\x83\x80\xe2\x9b\x01\x7c\x45\x38\x21\xc6\x92\x52\x66\xef\xb8\x4d\x0c\x3f\x8b\x32\x71\x4d\x56\x44\xd8\x0f\x37\x82\x42\xf0\xe8\xde\x0f\xee\x89\xab\x21\xcb\xe9\x83\x07\xd1\x27\x26\xca\x5d\x17\xa1\x71\xaf\x0e\x91\x51\xd4\x47\xd0\x27\x83\xdf\xbe\xc4\xa7\xd5\x04\xf9\x5c\xe6\x13\x28\x6a\x6c\x8c\x32\xaa\xa0\x5d\x82\x0f\x2d\xf6\x18\xcf\x46\x3d\x55\x8d\x68\xae\xd3\x5a\x08\x39\x52\x59\x8f\x32\x2b\xae\x85\xc9\x21\xdd\xb4\x57\x53\x5b\xe1\x8b\x4d\x74\x33\x17\x7e\x49\x75\x14\xed\x9f\xc4\x2a\xc9\x0e\xb7\xff\x0a\x00\x00\xff\xff\x85\xd6\x26\x8c\x77\x2a\x00\x00" func fungibletokenCdcBytes() ([]byte, error) { return bindataRead( @@ -115,7 +115,7 @@ func fungibletokenCdc() (*asset, error) { } info := bindataFileInfo{name: "FungibleToken.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0x66, 0xd2, 0x40, 0x30, 0xa9, 0x25, 0xcc, 0x21, 0xfb, 0x8c, 0xe6, 0x5b, 0xe6, 0x12, 0xab, 0x29, 0x5, 0x7e, 0x7c, 0x91, 0x6, 0xde, 0xa3, 0x4c, 0x5f, 0xfb, 0xc0, 0x70, 0x7f, 0xf1, 0x28}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9c, 0x82, 0x7c, 0x64, 0x21, 0x66, 0xc9, 0x1e, 0x8b, 0x7b, 0x69, 0xc5, 0xea, 0x32, 0x3f, 0x70, 0x2e, 0xa1, 0x4d, 0x33, 0xcf, 0x7f, 0xc0, 0x92, 0xed, 0x1e, 0x18, 0x5c, 0xa4, 0xe4, 0xe, 0xfd}} return a, nil }