From 0b47d4dcf7612f9d51f6095e5594f5aba413e49b Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Wed, 19 Jul 2023 12:06:05 -0500 Subject: [PATCH] add Withdrawable to transfer --- contracts/FungibleToken-v2.cdc | 4 ++-- lib/go/contracts/internal/assets/assets.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contracts/FungibleToken-v2.cdc b/contracts/FungibleToken-v2.cdc index 69f7af7..32a49b3 100644 --- a/contracts/FungibleToken-v2.cdc +++ b/contracts/FungibleToken-v2.cdc @@ -139,7 +139,7 @@ access(all) contract FungibleToken { access(all) resource interface Transferor { /// Function for a direct transfer instead of having to do a deposit and withdrawal /// - access(all) fun transfer(amount: UFix64, receiver: Capability<&{FungibleToken.Receiver}>) { + access(Withdrawable) fun transfer(amount: UFix64, receiver: Capability<&{FungibleToken.Receiver}>) { pre { receiver.check(): "Could not borrow a reference to the NFT receiver" } @@ -242,7 +242,7 @@ access(all) contract FungibleToken { /// Function for a direct transfer instead of having to do a deposit and withdrawal /// - access(all) fun transfer(amount: UFix64, receiver: Capability<&{FungibleToken.Receiver}>) { + access(Withdrawable) fun transfer(amount: UFix64, receiver: Capability<&{FungibleToken.Receiver}>) { post { self.getBalance() == before(self.getBalance()) - amount: "New Vault balance from the sender must be the difference of the previous balance and the withdrawn Vault balance" diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index 4f48a13..7f21a8f 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -2,7 +2,7 @@ // sources: // ../../../contracts/ExampleToken-v2.cdc (10.65kB) // ../../../contracts/ExampleToken.cdc (12.028kB) -// ../../../contracts/FungibleToken-v2.cdc (11.266kB) +// ../../../contracts/FungibleToken-v2.cdc (11.284kB) // ../../../contracts/FungibleToken.cdc (10.016kB) // ../../../contracts/FungibleTokenMetadataViews.cdc (7.507kB) // ../../../contracts/FungibleTokenSwitchboard.cdc (17.818kB) @@ -121,7 +121,7 @@ func exampletokenCdc() (*asset, error) { return a, nil } -var _fungibletokenV2Cdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x5a\x5f\x8f\x1b\xb7\x11\x7f\xd7\xa7\x18\x5c\x80\x5a\x4a\x15\x9d\x1f\x8a\x3e\x08\xb1\x5d\xe7\x8f\x8b\x3c\x34\x08\xec\x6b\xfc\x50\x14\x15\xb5\x3b\xab\x65\x8e\x4b\x6e\x48\xae\x64\xf5\x70\xdf\xbd\x98\x21\xb9\xff\xb4\xba\xd3\x5d\x9c\xa2\x68\x1e\x1c\x9d\x76\x39\x33\x1c\xfe\x66\xe6\x37\x43\x5d\x7f\xf9\xe5\x6c\xf6\x05\xdc\x94\x08\xef\x94\x39\xc0\xbb\x46\xef\xe4\x56\x21\xdc\x98\x5b\xd4\xe0\xbc\xd0\xb9\xb0\xf9\x6c\xf6\xc5\x17\xb0\x49\x0f\xf9\xd9\x06\x32\xa3\xbd\x15\x99\x9f\xcd\x78\xf9\xf4\x4a\x90\x0e\xb4\x01\x65\xf4\x0e\x2d\x08\x0d\x52\x7b\xb4\x85\xc8\x70\xe6\x4b\xe1\x41\x28\x05\x45\x5a\xea\x79\x69\x92\xeb\xe0\x60\x1a\x95\x43\x29\xf6\xf4\x88\xbe\x2f\x8c\xad\xc0\x9b\xd5\x6c\xf6\x43\x01\x02\x1a\x87\xd6\xc1\x41\x68\xef\xe8\x85\x1c\x6b\x65\x8e\x20\x40\xe3\x61\x24\x6b\x09\xbe\x44\x69\x3b\x9b\x73\x83\x64\x98\x07\x8d\x98\xd3\x62\x59\xd5\x0a\x2b\xd4\x9e\xde\x84\xc1\x56\x3b\x9b\x97\xb0\x6d\x7c\x14\xc5\x0a\xdc\x2c\x37\x67\x44\xb4\x8b\x1c\xe4\x58\x48\x8d\x39\x48\x0d\xbe\x94\xae\xb5\x62\x15\xfc\xfa\xb3\x68\x94\xdf\x80\x45\x67\x1a\x9b\xf5\x56\xce\x66\xdf\x8b\xac\x1c\xfb\xa7\x7d\xcf\x1f\x6b\x64\xe5\xee\x54\xfb\x79\xa1\x51\xe9\x4f\xd6\xec\x65\x8e\x76\xb3\x84\xcd\x7b\xcc\x50\xee\xf9\xb3\xd0\x39\x6c\xbe\x11\x4a\xe8\x0c\xa7\x56\x3b\x3e\x6d\x37\xda\x5e\xa6\x84\x45\xa8\x2d\x7e\x95\x19\x9d\x4b\x2f\x8d\x76\x2c\xaa\x36\xce\xf7\xbf\xe3\x33\xb7\xe8\xbc\x95\x99\x9f\x91\xa1\xf8\x09\xb3\x86\x1e\x82\x29\xd8\xf2\xa2\xd1\x59\x78\x99\xdd\x85\xc0\x3b\x59\xb1\xde\x23\x90\x1e\x87\xb5\xb0\xc2\x23\x6c\x31\x13\x0d\xd9\xe2\x61\x27\xf7\xe8\xf8\x75\x02\x05\x7f\x10\x5b\xa9\xa4\x3f\x92\x6f\x5c\x29\x2c\xce\x04\x58\x2c\xd0\xa2\xce\x18\x4f\xe1\x18\x59\x7a\xb0\xcb\x68\x75\x04\xfc\x54\x1b\x17\x45\x15\x12\x55\xee\x3a\x8b\x66\x52\x83\xd1\x08\xc6\x42\x65\x2c\x26\x8b\x3b\x57\x10\x30\x09\xd3\xce\x44\x83\x02\x42\x47\xd6\x54\xe2\x16\x21\x6b\x9c\x37\x55\xeb\xe1\xe8\x9a\xf6\x10\xc9\x37\x43\x2f\x13\xc0\x0d\xec\x85\x95\xa6\xa1\xb7\xa5\xde\x39\x38\x48\x5f\xb2\xf8\x80\xc6\xd5\xec\x9d\xb1\x80\x9f\x04\x89\x59\x82\x80\x42\x34\x19\x7a\xc8\x84\x86\x2d\x76\xd2\x31\x87\xed\x31\x05\x94\xd4\xbb\x59\x70\x07\x24\x50\x0c\xd0\xf2\xe5\xf5\x6c\x26\xab\xda\x58\x0f\x3f\x4b\x3c\xbc\x47\x67\xd4\x1e\x2d\x14\xd6\x54\x70\xd5\xff\xea\x6a\x36\xbb\xbe\xbe\x1e\x06\x0f\x7d\x33\xf8\x36\x26\x88\xd6\x16\x11\xd1\x62\xb1\x97\x28\x2c\xfe\xda\x48\x3b\x15\x56\xc3\x60\x60\xc9\x9d\xb1\xf0\x11\xc1\x79\xa9\x54\x48\x1a\xd2\x83\x70\x83\xa4\x03\x25\xda\x0e\x37\x9e\xff\x62\x48\x99\x8a\x91\x53\x34\x8a\x45\x36\x3e\x9c\x56\x85\xbe\x34\x79\x3c\x9c\x4a\xe8\x23\xd4\xd6\xfc\x82\x9c\x9c\x48\x4d\x50\x46\x19\x88\x2c\x65\xa5\x46\x8f\x72\x8d\x5b\xb2\xc8\x98\x39\x02\x84\xb7\x47\xda\x6c\x85\x42\xbb\x76\xaf\x2b\x4e\x86\x01\x06\xdd\xb7\xf4\x99\xbf\x6b\x4f\x39\xec\x39\x39\xc5\x0d\xc2\xbd\x4b\x1d\x22\xcb\xd0\xb9\xb9\x50\x6a\xd1\x5a\x32\x4a\x6b\x77\xb3\x19\x00\xc0\xf5\x35\xbc\xd5\x80\xda\x4b\x1f\xfd\x5c\x18\x4b\xb6\x98\x83\xd4\x3b\x16\x4f\x30\xcb\xad\x38\x08\xc5\x98\x67\xac\x85\xf3\x17\x21\x80\x58\x50\x5f\x65\x5f\xdc\xc7\xb4\x7a\xab\x30\xa9\xbc\xe6\x9a\x83\xfb\x70\xac\x61\xcb\x58\x49\x4f\xd0\x3c\x94\xa8\x93\x12\x72\x56\xd2\xae\x1f\x51\xb9\xef\x2b\x9b\x8b\xca\x34\xda\xaf\xe1\xef\xef\xe4\xa7\x3f\xff\x69\xc9\x6b\xd7\xf0\x36\xcf\x2d\x3a\xf7\x66\xc9\xd9\x73\x0d\x1f\xbc\x95\x7a\xb7\xe8\x0b\x73\xa8\x8a\x05\xe1\x8c\x0d\x4a\xf2\xbe\x27\xe9\x4f\x13\xba\x86\x6f\x8c\x51\x70\xc7\xc2\xe9\x3f\x92\x77\x6a\x60\xf8\x7f\x92\x45\xff\x26\x39\xf4\xef\xa2\x5d\x6d\xd1\x37\x56\x83\xb7\x0d\xf2\x77\xf7\xcf\xf1\x65\x8e\xb5\x71\xd2\x87\xc8\x7a\xd8\x93\xdf\x85\x57\x4f\xf6\xec\xcd\x33\xdc\x18\x85\x4d\x7b\xf1\x01\x89\xd3\x3e\x1c\x9b\x96\x5c\x48\x82\xbc\xf9\x1d\xdd\xe7\xad\xd0\xae\x40\x4b\x81\xc9\x60\xa4\x72\x20\xb2\x8c\xd4\xb3\x47\xb5\xa1\xa4\x72\xc6\xa3\x37\x71\xf5\xe3\x30\x7a\x8e\x8b\x93\xf4\x0b\x91\xfa\x54\x9f\x9f\x18\x3f\x89\xdb\xe7\x1d\x00\x9b\xfc\x00\x66\x9d\xb7\xe6\x88\xf9\x19\xb7\x7e\xd3\x58\x7d\x8a\xa9\x81\xd3\xce\x7b\x8d\x16\x9f\x41\xe5\x83\x3e\x91\x45\x74\x00\xbc\x7e\x05\x2f\x57\x2f\x7b\x8f\x5a\x97\x0d\x0c\x6b\x31\x3a\xe1\x9a\xfb\x4b\x9c\x94\x8a\x73\xfa\x62\x00\xdf\xae\xc2\x31\x84\x91\x2a\x7b\x16\x69\x4c\x2c\x25\xa1\x5a\x50\x6e\x4f\x09\x95\x2a\x7f\x12\xd2\x4f\xea\x4c\x6a\x52\x81\xe1\x1a\x70\xac\x71\x75\xa2\xf7\x07\x0f\x2d\x8d\x8e\x0a\x87\xba\x8c\x86\xcd\x36\x71\x49\xaa\xb5\xcb\x76\x6d\x8f\xba\x29\x14\x44\x95\x4c\x8d\x81\xef\xd5\xc6\x39\x19\xd9\x92\x29\x20\xb3\x28\xd8\x88\xc8\x98\xea\xe8\x06\xd7\x99\x4e\x3b\x26\x1e\xce\x74\x9e\xce\x58\x58\xa9\x8e\x91\x97\x73\x2d\x36\x07\x0d\xd1\x92\xe1\x3e\xfa\x68\x3a\x65\xbb\x1d\x21\x8a\xb5\x32\xa9\x4c\x1e\x04\xd7\x6c\x63\xb3\x32\x76\xa0\x39\x68\xb4\x2f\x5c\x2f\xc5\xa6\xc5\x44\x8c\xc3\x39\xbb\x94\x82\x3b\x22\x67\xb1\x32\x7b\x4e\xcf\x81\xd0\xf5\x16\x0e\x84\xdc\xf4\xa8\xf2\x0b\x17\xf7\x01\x0a\xf7\xa8\x28\x81\xd5\xcd\x56\xc9\x2c\xf5\x2b\xd2\x85\x3e\xcc\x83\x20\xff\x6d\x15\x56\x03\x61\xe9\x34\x98\x01\xb7\xc6\x83\xf3\xc6\x26\x0a\xd0\x73\x4e\xf4\x69\x4c\x7b\x03\x41\x19\x93\x2d\xe9\xa5\x50\xea\x08\x59\x20\x34\xb2\xa3\xd0\x0f\xef\x27\x68\xad\xc4\x11\x76\x96\x28\x15\xe7\xd2\xa4\xa7\xdd\x23\x31\xd7\x84\x09\xda\x8e\xdc\x0b\x8f\x23\x2b\xea\x96\x6e\xc7\x26\xd3\x1c\x1c\xb8\x1a\x33\x59\xc8\x2c\xca\x8d\xdc\xdc\x44\xb9\x03\x09\x8c\xc3\x74\xf6\x5d\xc3\x55\x5a\xd3\xec\x4a\xe8\x35\x12\x97\x6e\x28\xf4\x04\xbc\x2b\x72\xca\x23\x7b\xe2\xc3\xbb\x64\x4b\x24\x6b\xb4\x8f\x81\xed\x03\x19\x4f\xdf\x47\x8c\x8e\x3e\x81\x0b\x99\xf3\x30\xcd\xb2\x16\x6b\xf8\xcb\x5b\x7d\x7c\x1f\x15\xdd\x31\xb6\xef\x47\xa9\x91\x7a\xc2\xd1\x57\x41\x2f\x6c\x2c\xba\xd8\xb5\x16\x71\x4f\x01\x7a\x9c\x13\xf7\x42\x35\x78\xb2\x2c\x2c\x59\xed\xd0\xc7\xae\x75\xbe\x80\x57\xaf\x62\xb6\x5d\x9f\xbc\x4e\xff\x5d\x7d\xec\xe8\x6c\xcc\xe1\x55\xe3\x3c\x75\x48\xa4\xce\x89\x0a\xa9\x6f\xa0\xcf\x31\x67\xa4\x4e\xaf\x63\xa2\xbc\xb3\xab\x89\x4d\x0c\x28\xf6\xea\x3c\x83\x1c\x56\x4f\xaa\x49\x2b\x46\xcb\x9b\x95\x08\x55\x39\x55\x0a\x7e\xb4\x43\x7f\x73\xac\x71\xbe\x58\xc9\x9c\x72\x72\x21\xd1\x2e\x06\xda\xef\x47\xc5\xa4\x57\x38\x52\x7b\xff\xdb\x0b\x47\x64\x8f\x13\x75\x43\xea\x78\x58\x17\xd4\x8d\x8f\x98\xb2\xb5\xd4\x99\x6a\x72\x04\x01\xed\x8c\x20\x98\x91\x95\x98\xdd\x0e\x8f\x20\xe6\xa8\x56\xca\x01\xdb\xbe\x8b\x7a\xed\x4b\x5a\xed\xe0\x86\xd0\x4f\xcd\xa0\x97\xb2\x72\x93\x5e\x9a\xee\xab\x97\xa0\xe4\x2d\x82\xab\x95\xe4\x46\xac\x82\xa6\xa6\x34\xde\x0a\x71\xa8\xf3\xf0\x80\xda\x74\x59\x70\x54\x79\xa8\x55\x98\x0a\xc0\xe5\x15\x27\x1d\xd6\xb8\xe2\x44\xd7\x83\x17\xb7\xd8\x95\x0d\x2a\x25\xf1\x89\xa3\x5a\x3a\x7d\x0c\x83\x89\xd1\x43\x81\xce\x46\x51\x7c\x47\x99\xf3\x80\xce\x89\x98\x5e\x0c\xad\xdb\xa1\xff\xd0\xd4\xb5\xb1\x1e\x73\x7e\x81\xd0\x4a\x35\x9d\x8e\x94\x6b\x41\x57\xf0\x94\x74\x9e\x02\x6a\x1f\x26\x2f\xfc\x62\xec\x70\xb9\xef\x8d\xfb\x27\x93\x6a\xef\x26\x4d\xdc\x4b\x3c\xb0\x9d\xd3\x7a\xe7\x8b\x35\xdc\xdd\x70\xf4\x10\x6b\xbb\x1f\xda\xfa\x3e\x5a\x72\x28\x91\xeb\x80\xb1\x8c\x45\xf2\x1a\x01\x49\x87\xb9\x9a\x74\xd1\x82\x30\x2b\xa1\xa7\x83\x38\x4a\xd2\xde\xa6\x7d\x30\x6c\x85\x8e\xab\x40\xe8\x63\x10\xe4\x4a\x9e\x62\xfe\x42\x19\xa6\xc7\xee\x48\x68\x8e\xc5\x80\x1c\x4c\x6e\x51\xba\xd3\x1d\xce\x43\x6a\xa0\x8f\x91\x99\xf6\x63\xfe\x11\x84\x25\x22\x6f\x6c\x2f\x0b\xc7\x09\x0d\x17\xe9\xd0\xff\x43\x2e\x2d\x66\xbe\x6d\x79\x40\x6a\xe7\x51\xe4\x74\x74\xa5\xd8\x73\x78\xf3\x48\x4a\xb4\xd8\x24\x34\x76\xa3\x82\x8b\x80\xe6\xcf\xb5\x44\x09\x07\x6b\xf8\xb6\x2d\x7d\x5f\xff\xe1\x6e\x98\x5e\xd3\x89\xdc\xbf\x5e\x8c\x8b\x8c\xc5\x89\x1a\x93\x84\xae\x38\xbf\x10\x4c\xae\xbe\xe5\xd3\x21\x00\x6c\x8d\xb5\xe6\x00\xa7\x53\x42\xf8\xf1\xdd\x4d\xbb\xf4\xea\xd2\xac\x1b\xcb\xd1\x44\xd2\x95\xae\x77\x1a\xcc\xcb\x48\xeb\x0e\x35\x5a\xa1\xa0\x6e\x6c\x6d\x1c\x42\x85\x5e\xe4\xc2\x8b\xde\xbb\xe3\x14\x98\x98\xc2\x48\x1c\x62\x1e\xfa\xfb\x1d\xfa\x56\x4c\xa0\x82\x22\xcf\x03\xc5\x38\x94\x46\x21\x0f\xca\xbb\x91\x51\x12\x4b\xc7\x8f\x7b\xb4\xc7\x7e\x67\xdb\xd4\x3b\x2b\x72\x76\x09\xd1\x4b\x6b\xb6\x62\x4b\x64\xd1\x18\xa8\x9a\xac\x24\x54\x08\xd8\x5a\x14\xb7\xcc\xd5\x4b\xa1\x77\x78\x09\x1a\xa3\x9b\xe0\x0e\xae\xaf\xd7\x83\x01\xe3\xaa\x9d\x34\x8e\x52\xe1\xdf\x78\x28\x97\x36\xd8\xab\x11\x27\xfc\x2b\xd5\x8e\x8c\x0f\x79\x8b\x8c\x55\x2b\x89\x5f\xf3\x6c\x77\x39\x58\xe1\x4c\x9c\x08\x86\x3b\x8b\x34\xd6\x8f\x55\x10\x84\x06\xfc\x54\x2b\x99\x49\x1f\x56\x3f\x9a\x9a\x5a\x46\x92\x60\x3d\xfb\x2c\xd9\xec\x73\xa4\x8b\xc1\xc6\x07\x63\xdd\xe0\x5d\xf7\x68\xf4\xf6\xad\x26\x01\x6c\xe7\x3f\x48\xc7\x3f\xcf\x46\xbb\x0d\x4a\xe8\xf5\xf9\xbf\x58\x42\x6b\xd5\x5b\x7d\xfc\xe0\x6d\x93\xf9\x37\xe3\x40\xea\x1a\xa8\x41\xf3\x99\x23\xd5\x95\x65\xec\x6e\x5a\x3c\x85\x3b\x23\xa6\xdb\xdd\x85\x51\x9b\xba\x97\x09\x6f\xcb\x5e\x1a\x5c\xb6\x6d\x5e\xb8\xff\x48\xae\xe8\x9a\xd5\xa6\x9b\x0c\x51\xa6\x70\xc9\xc3\x70\x44\xff\x94\xe2\xce\x5b\x59\x5f\x6e\xcd\x45\xe1\xf0\xd7\x61\x10\x24\xae\xba\x7f\xbc\xb4\x3c\x0c\xd1\xff\xfd\xba\x3e\xca\xf0\x94\x74\x51\x99\x43\x60\x8f\x74\x58\xfd\x0b\x8f\xc4\x06\x5d\x63\x23\xd7\xb5\x8d\xfe\xca\xcb\x2a\x5e\xa4\x31\x70\xc6\xf2\xb8\x21\xa6\x2c\x13\xb6\xd9\x0e\xa7\xa8\xc5\x12\x4c\xf1\xda\x53\x8e\x68\x8b\xdc\x71\x78\x59\xba\x0a\xe3\xf9\x15\x0c\xe4\xcb\xe2\x84\xdc\xbb\x0f\xcd\x96\xac\x99\x9b\x22\x44\xc6\xd7\x03\xee\x35\x21\xf4\xfe\xf5\x7c\x31\x2e\x7e\xd0\x0d\x92\xee\x86\x1a\xd6\xcc\x3d\xee\x87\x35\x0c\x50\xb9\xa9\x6a\xd9\x72\x25\x4e\x7d\x55\xed\x8f\x90\x4b\x66\x08\x82\x6a\x43\x20\xdb\x91\xc3\x84\xee\x8c\x4b\x47\xeb\x91\x43\x49\xfc\x40\xbf\xf0\x53\x92\xbb\x5b\x9d\x49\x57\x2d\xc1\x51\x55\x11\x6e\xf4\xf8\xc3\x41\xfa\xac\xdc\x1a\x61\xf3\xcd\x12\x36\xfc\xdd\x3b\x63\x0f\xc2\xe6\x68\x37\x80\x3e\x5b\x9d\x75\xc5\xfd\xd9\xd2\xfd\x39\x52\xea\xc8\x81\x51\x69\x21\x94\xc3\x29\x4d\x7d\x26\xca\x5d\xa7\x37\x56\xec\x08\x56\xbe\x24\x90\x59\xec\xa2\x38\x71\x48\x7f\xac\x65\xc6\x51\xb7\x0d\x0b\xf0\xf1\x1a\xf4\x5d\x38\x9f\x0f\x41\xfc\x4f\xc2\x97\x84\x82\xde\x9f\x6f\xa6\x0d\xd7\x52\x5d\x62\x76\x24\x20\x03\xab\xa5\x1b\x9a\xcd\xd7\x62\x2d\x57\xe9\x26\x19\x97\xda\xfe\x13\x2f\x4c\xa6\x77\x7f\x3d\xcd\xf2\xff\x4e\xed\x7a\x6c\x4a\xb8\x09\x3c\x77\xd3\xcd\x09\x19\x52\x2f\xdc\x24\x87\x19\x4e\x0a\x89\xad\x8d\xa6\x85\x49\x30\x35\x29\xa7\xeb\x7f\xe7\x39\xce\x24\xc5\x4e\xf9\xa6\x9b\xc6\xbc\x7e\x64\x1a\xf3\x36\x8c\x60\xba\xd9\x4a\x1a\xc6\xa8\x30\xcd\x12\x9a\x5a\x34\xfc\xb5\x11\x2a\xfc\x35\x51\xec\x26\xc6\x31\xf7\x17\x0e\x9d\xe2\x45\x70\x98\x0e\x0a\xd5\x8e\x2a\x61\xb3\xc5\xc2\x58\xdc\xf4\x89\x66\xc8\x72\x51\x69\x37\xdb\x1e\xd2\xc1\x9e\xf0\x78\x6f\xbb\xc5\x9d\xd4\x9a\x88\xf1\xe8\x47\x0e\xdd\xcf\x1f\x26\x56\x5f\xe0\xdb\x57\xaf\x20\x58\x39\x3f\x79\xb6\x80\xaf\x1e\xf6\xfb\x8f\x2d\x9c\x92\x33\xfb\x53\xb0\x34\xc4\xe8\x7c\x5c\x5b\xdc\xf3\x6f\x0f\xd2\xeb\x22\xcc\x3c\xc6\x53\xb1\xf4\xfc\x7c\xa7\x74\xe1\x60\x43\xe4\xb9\x03\xe9\x3b\x85\xb1\x1d\x1b\x9c\xbd\x9c\x98\xb0\x3f\x67\xac\x31\x55\x5a\xc7\x75\x95\xda\x7d\xe7\xd0\xfa\xee\x46\x3e\x33\x3a\xb3\xe8\x23\x87\x88\x9e\xea\x2e\x59\x43\x1e\x94\xae\x1d\x2c\x8e\xe5\xc5\x2a\xda\x9b\x21\xb4\x83\x87\x34\x79\x8f\xd2\x2e\x88\x3d\xda\xd6\x4a\xba\x1f\xb4\xf3\x8c\x81\x61\xed\x5f\xac\x61\x1a\x08\xdf\x0a\x4d\xac\xb6\xeb\xe2\x41\xea\xcc\x54\xb5\xf0\xbd\x5f\x1d\xd1\xfe\x2e\x9b\x77\x4e\x5e\xf5\xb2\x69\x7d\x78\x86\xbb\xc2\x07\xe6\x9e\x69\xc5\xc5\x73\x4f\x38\x1f\xe6\x4f\x0c\x9c\x3f\xa6\x67\x27\x56\x2f\x9e\x15\x4b\xae\xa9\x1e\x0d\xa2\x0e\x33\x0f\xe6\xb2\x51\xf0\xfc\x5f\x8d\x6c\x3e\xcb\xd9\x3d\x39\xe9\xb5\x85\xd8\xa1\xce\xd1\xfe\xae\x49\x10\xce\x84\xcc\xf4\xd5\xfd\x25\x57\x04\x66\xdd\x0d\xb5\xc2\x00\x6b\xbe\x78\xf3\xf9\x6e\x12\x06\x60\xe3\x1b\x2a\xfc\x9e\x1a\x81\x98\xa4\xe3\x25\x94\x3e\xc6\x5f\xdd\x99\xf8\xce\x80\xac\x70\x56\x2b\x05\xe5\xf6\x7f\xa3\x35\x97\x10\x95\x16\x6b\x63\x95\xf3\xdf\x72\xc3\x74\xe6\xaa\xe8\xe5\xea\xe5\x1a\xae\x6e\x4a\x1e\x87\xa9\x78\x11\x97\xe2\x30\xc0\x81\x19\x6c\xdf\xf8\x0b\xc2\x33\xfe\x6a\x61\x7e\xd9\x64\x72\x0a\x15\xa7\x3f\x4d\x38\xc1\xfb\x6f\xbe\x24\xba\xff\x4f\x00\x00\x00\xff\xff\xfa\x13\x82\x56\x02\x2c\x00\x00" +var _fungibletokenV2Cdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x5a\x5f\x8f\x1b\xb7\x11\x7f\xd7\xa7\x18\x5c\x80\x5a\x4a\x15\x9d\x1f\x8a\x3e\x08\xb1\x5d\xe7\x8f\x8b\x3c\x34\x08\xec\x6b\xfc\x50\x14\x15\xb5\x3b\xab\x65\x8e\x4b\x6e\x48\xae\x64\xf5\x70\xdf\xbd\x98\x21\xb9\xff\xb4\xba\xd3\x5d\x9c\xa2\xa8\x1f\xce\xd2\x2e\x39\x33\x1c\xfe\x38\xf3\x9b\xa1\xae\xbf\xfc\x72\x36\xfb\x02\x6e\x4a\x84\x77\xca\x1c\xe0\x5d\xa3\x77\x72\xab\x10\x6e\xcc\x2d\x6a\x70\x5e\xe8\x5c\xd8\x7c\x36\xfb\xe2\x0b\xd8\xa4\x97\xfc\x6e\x03\x99\xd1\xde\x8a\xcc\xcf\x66\x3c\x7d\x7a\x26\x48\x07\xda\x80\x32\x7a\x87\x16\x84\x06\xa9\x3d\xda\x42\x64\x38\xf3\xa5\xf0\x20\x94\x82\x22\x4d\xf5\x3c\x35\xc9\x75\x70\x30\x8d\xca\xa1\x14\x7b\x7a\x45\xcf\x0b\x63\x2b\xf0\x66\x35\x9b\xfd\x50\x80\x80\xc6\xa1\x75\x70\x10\xda\x3b\x1a\x90\x63\xad\xcc\x11\x04\x68\x3c\x8c\x64\x2d\xc1\x97\x28\x6d\x67\x73\x6e\x90\x0c\xf3\xa0\x11\x73\x9a\x2c\xab\x5a\x61\x85\xda\xd3\x48\x18\x2c\xb5\xb3\x79\x09\xdb\xc6\x47\x51\xac\xc0\xcd\x72\x73\x46\x44\x3b\xc9\x41\x8e\x85\xd4\x98\x83\xd4\xe0\x4b\xe9\x5a\x2b\x56\xc1\xaf\x3f\x8b\x46\xf9\x0d\x58\x74\xa6\xb1\x59\x6f\xe6\x6c\xf6\xbd\xc8\xca\xb1\x7f\xda\x71\xfe\x58\x23\x2b\x77\xa7\xda\xcf\x0b\x8d\x4a\x7f\xb2\x66\x2f\x73\xb4\x9b\x25\x6c\xde\x63\x86\x72\xcf\x9f\x85\xce\x61\xf3\x8d\x50\x42\x67\x38\x35\xdb\xf1\x6e\xbb\xd1\xf2\x32\x25\x2c\x42\x6d\xf1\xab\xcc\xe8\x5c\x7a\x69\xb4\x63\x51\xb5\x71\xbe\xff\x8c\xf7\xdc\xa2\xf3\x56\x66\x7e\x46\x86\xe2\x27\xcc\x1a\x7a\x09\xa6\x60\xcb\x8b\x46\x67\x61\x30\xbb\x0b\x81\x57\xb2\x62\xbd\x47\x20\x3d\x0e\x6b\x61\x85\x47\xd8\x62\x26\x1a\xb2\xc5\xc3\x4e\xee\xd1\xf1\x70\x02\x05\x7f\x10\x5b\xa9\xa4\x3f\x92\x6f\x5c\x29\x2c\xce\x04\x58\x2c\xd0\xa2\xce\x18\x4f\x61\x1b\x59\x7a\xb0\xcb\x68\x75\x04\xfc\x54\x1b\x17\x45\x15\x12\x55\xee\x3a\x8b\x66\x52\x83\xd1\x08\xc6\x42\x65\x2c\x26\x8b\x3b\x57\x10\x30\x09\xd3\xce\x44\x83\x02\x42\x47\xd6\x54\xe2\x16\x21\x6b\x9c\x37\x55\xeb\xe1\xe8\x9a\x76\x13\xc9\x37\x43\x2f\x13\xc0\x0d\xec\x85\x95\xa6\xa1\xd1\x52\xef\x1c\x1c\xa4\x2f\x59\x7c\x40\xe3\x6a\xf6\xce\x58\xc0\x4f\x82\xc4\x2c\x41\x40\x21\x9a\x0c\x3d\x64\x42\xc3\x16\x3b\xe9\x98\xc3\xf6\x98\x0e\x94\xd4\xbb\x59\x70\x07\x24\x50\x0c\xd0\xf2\xe5\xf5\x6c\x26\xab\xda\x58\x0f\x3f\x4b\x3c\xbc\x47\x67\xd4\x1e\x2d\x14\xd6\x54\x70\xd5\x7f\x74\x35\x9b\x5d\x5f\x5f\x0f\x0f\x0f\x3d\x19\x3c\x8d\x01\xa2\xb5\x45\x44\xb4\x58\xec\x05\x0a\x8b\xbf\x36\xd2\x4e\x1d\xab\xe1\x61\x60\xc9\x9d\xb1\xf0\x11\xc1\x79\xa9\x54\x08\x1a\xd2\x83\x70\x83\xa0\x03\x25\xda\x0e\x37\x9e\xbf\x31\xa4\x4c\xc5\xc8\x29\x1a\xc5\x22\x1b\x1f\x76\xab\x42\x5f\x9a\x3c\x6e\x4e\x25\xf4\x11\x6a\x6b\x7e\x41\x0e\x4e\xa4\x26\x28\xa3\x08\x44\x96\xb2\x52\xa3\x47\xb1\xc6\x2d\x59\x64\x8c\x1c\x01\xc2\xdb\x23\x2d\xb6\x42\xa1\x5d\xbb\xd6\x15\x07\xc3\x00\x83\xee\x29\x7d\xe6\x67\xed\x2e\x87\x35\x27\xa7\xb8\xc1\x71\xef\x42\x87\xc8\x32\x74\x6e\x2e\x94\x5a\xb4\x96\x8c\xc2\xda\xdd\x6c\x06\x00\x70\x7d\x0d\x6f\x35\xa0\xf6\xd2\x47\x3f\x17\xc6\x92\x2d\xe6\x20\xf5\x8e\xc5\x13\xcc\x72\x2b\x0e\x42\x31\xe6\x19\x6b\x61\xff\x45\x38\x40\x2c\xa8\xaf\xb2\x2f\xee\x63\x9a\xbd\x55\x98\x54\x5e\x73\xce\xc1\x7d\xd8\xd6\xb0\x64\xac\xa4\x27\x68\x1e\x4a\xd4\x49\x09\x39\x2b\x69\xd7\x8f\xa8\xdc\xf7\x95\xcd\x45\x65\x1a\xed\xd7\xf0\xf7\x77\xf2\xd3\x9f\xff\xb4\xe4\xb9\x6b\x78\x9b\xe7\x16\x9d\x7b\xb3\xe4\xe8\xb9\x86\x0f\xde\x4a\xbd\x5b\xf4\x85\x39\x54\xc5\x82\x70\xc6\x06\x25\x79\xdf\x93\xf4\xa7\x09\x5d\xc3\x37\xc6\x28\xb8\x63\xe1\xf4\x8f\xe4\x9d\x1a\x18\xfe\x4f\xb2\xe8\x6f\x92\x43\x7f\x17\xed\x6c\x8b\xbe\xb1\x1a\xbc\x6d\x90\x9f\xdd\x3f\xc7\x97\x39\xd6\xc6\x49\x1f\x4e\xd6\xc3\x9e\xfc\x2e\x0c\x3d\x59\xb3\x37\xcf\x70\x63\x14\x36\xed\xc5\x07\x24\x4e\xfb\x70\x6c\x5a\x72\x21\x09\xf2\xe6\x77\x74\x9f\xb7\x42\xbb\x02\x2d\x1d\x4c\x06\x23\xa5\x03\x91\x65\xa4\x9e\x3d\xaa\x0d\x05\x95\x33\x1e\xbd\x89\xb3\x1f\x87\xd1\x73\x5c\x9c\xa4\x5f\x88\xd4\xa7\xfa\xfc\xc4\xf8\x49\xdc\x3e\x6f\x03\xd8\xe4\x07\x30\xeb\xbc\x35\x47\xcc\xcf\xb8\xf5\x9b\xc6\xea\x53\x4c\x0d\x9c\x76\xde\x6b\x34\xf9\x0c\x2a\x1f\xf4\x89\x2c\xa2\x03\xe0\xf5\x2b\x78\xb9\x7a\xd9\x7b\xd5\xba\x6c\x60\x58\x8b\xd1\x09\xd7\xdc\x5f\xe2\xa4\x94\x9c\xd3\x83\x01\x7c\xbb\x0c\xc7\x10\x46\xca\xec\x59\xa4\x31\x31\x95\x84\x6c\x41\xb1\x3d\x05\x54\xca\xfc\x49\x48\x3f\xa8\x33\xa9\x49\x09\x86\x73\xc0\xb1\xc6\xd5\x89\xde\x1f\x3c\xb4\x34\x3a\x2a\x1c\xea\x32\x1a\x36\xdb\xc4\x25\x29\xd7\x2e\xdb\xb9\x3d\xea\xa6\x50\x10\x55\x32\x35\x06\xbe\x57\x1b\xe7\x64\x64\x4b\xa6\x80\xcc\xa2\x60\x23\x22\x63\xaa\xa3\x1b\x5c\x67\x3a\xad\x98\x78\x38\xd3\x79\xda\x63\x61\xa5\x3a\x46\x5e\xce\xb9\xd8\x1c\x34\x44\x4b\x86\xeb\xe8\xa3\xe9\x94\xed\x76\x84\x28\xe6\xca\xa4\x32\x79\x10\x5c\xb3\x8d\xc5\xca\xd8\x81\xe6\xa0\xd1\xbe\x70\xbd\x10\x9b\x26\x13\x31\x0e\xfb\xec\x52\x08\xee\x88\x9c\xc5\xca\xec\x39\x3c\x07\x42\xd7\x9b\x38\x10\x72\xd3\xa3\xca\x2f\x5c\x5c\x07\x28\xdc\xa3\xa2\x00\x56\x37\x5b\x25\xb3\x54\xaf\x48\x17\xea\x30\x0f\x82\xfc\xb7\x55\x58\x0d\x84\xa5\xdd\x60\x06\xdc\x1a\x0f\xce\x1b\x9b\x28\x40\xcf\x39\xd1\xa7\x31\xec\x0d\x04\x65\x4c\xb6\xa4\x97\x42\xa9\x23\x64\x81\xd0\xc8\x8e\x42\x3f\xbc\x9e\xa0\xb5\x12\x47\xd8\x59\xa2\x54\x1c\x4b\x93\x9e\x76\x8d\xc4\x5c\x13\x26\x68\x39\x72\x2f\x3c\x8e\xac\xa8\x5b\xba\x1d\x8b\x4c\x73\x70\xe0\x6a\xcc\x64\x21\xb3\x28\x37\x72\x73\x13\xe5\x0e\x24\x30\x0e\xd3\xde\x77\x05\x57\x69\x4d\xb3\x2b\xa1\x57\x48\x5c\xba\xa0\x50\x13\xf0\xaa\xc8\x29\x8f\xac\x89\x37\xef\x92\x25\x91\xac\xd1\x3a\x06\xb6\x0f\x64\x3c\x7d\x1d\xf1\x74\xf4\x09\x5c\x88\x9c\x87\x69\x96\xb5\x58\xc3\x5f\xde\xea\xe3\xfb\xa8\xe8\x8e\xb1\x7d\x3f\x0a\x8d\x54\x13\x8e\x1e\x05\xbd\xb0\xb1\xe8\x62\xd5\x5a\xc4\x35\x05\xe8\x71\x4c\xdc\x0b\xd5\xe0\xc9\xb4\x30\x65\xb5\x43\x1f\xab\xd6\xf9\x02\x5e\xbd\x8a\xd1\x76\x7d\x32\x9c\xfe\x5d\x7d\xec\xe8\x6c\x8c\xe1\x55\xe3\x3c\x55\x48\xa4\xce\x89\x0a\xa9\x6e\xa0\xcf\x31\x66\xa4\x4a\xaf\x63\xa2\xbc\xb2\xab\x89\x45\x0c\x28\xf6\xea\x3c\x83\x1c\x66\x4f\xca\x49\x2b\x46\xcb\x9b\x95\x08\x59\x39\x65\x0a\x7e\xb5\x43\x7f\x73\xac\x71\xbe\x58\xc9\x9c\x62\x72\x21\xd1\x2e\x06\xda\xef\x47\xc9\xa4\x97\x38\x52\x79\xff\xdb\x13\x47\x64\x8f\x13\x79\x43\xea\xb8\x59\x17\xe4\x8d\x8f\x98\xa2\xb5\xd4\x99\x6a\x72\x04\x01\x6d\x8f\x20\x98\x91\x95\x98\xdd\x0e\xb7\x20\xc6\xa8\x56\xca\x01\xdb\xba\x8b\x6a\xed\x4b\x4a\xed\xe0\x86\x50\x4f\xcd\xa0\x17\xb2\x72\x93\x06\x4d\xd7\xd5\x4b\x50\xf2\x16\xc1\xd5\x4a\x72\x21\x56\x41\x53\x53\x18\x6f\x85\x38\xd4\x79\x78\x41\x65\xba\x2c\xf8\x54\x79\xa8\x55\xe8\x0a\xc0\xe5\x19\x27\x6d\xd6\x38\xe3\x44\xd7\x83\x17\xb7\xd8\xa5\x0d\x4a\x25\xf1\x8d\xa3\x5c\x3a\xbd\x0d\x83\x8e\xd1\x43\x07\x9d\x8d\xa2\xf3\x1d\x65\xce\x03\x3a\x27\xce\xf4\x62\x68\xdd\x0e\xfd\x87\xa6\xae\x8d\xf5\x98\xf3\x00\x42\x2b\xe5\x74\xda\x52\xce\x05\x5d\xc2\x53\xd2\x79\x3a\x50\xfb\xd0\x79\xe1\x81\xb1\xc2\xe5\xba\x37\xae\x9f\x4c\xaa\xbd\x9b\x34\x71\x2f\xf1\xc0\x76\x4e\xeb\x9d\x2f\xd6\x70\x77\xc3\xa7\x87\x58\xdb\xfd\xd0\xd6\xf7\xd1\x92\x43\x89\x9c\x07\x8c\x65\x2c\x92\xd7\x08\x48\x3a\xf4\xd5\xa4\x8b\x16\x84\x5e\x09\xbd\x1d\x9c\xa3\x24\xed\x6d\x5a\x07\xc3\x56\xe8\x38\x0b\x84\x3e\x06\x41\xae\xe4\x2e\xe6\x2f\x14\x61\x7a\xec\x8e\x84\xe6\x58\x0c\xc8\xc1\xe4\x12\xa5\x3b\x5d\xe1\x3c\x84\x06\xfa\x18\x99\x69\xff\xcc\x3f\x82\xb0\x44\xe4\x8d\xed\x45\xe1\xd8\xa1\xe1\x24\x1d\xea\x7f\xc8\xa5\xc5\xcc\xb7\x25\x0f\x48\xed\x3c\x8a\x9c\xb6\xae\x14\x7b\x3e\xde\xdc\x92\x12\x2d\x36\x09\x8d\x5d\xab\xe0\x69\x19\xc5\x9f\xab\x8d\x12\x20\xd6\xf0\x6d\x9b\x03\xbf\xfe\xc3\xdd\x30\xce\xa6\xad\xb9\x7f\xbd\x18\x67\x1b\x8b\x13\xc9\x26\x09\x5d\x71\xa0\x21\xbc\x5c\x7d\xcb\xdb\x44\x48\xd8\x1a\x6b\xcd\x01\x4e\xdb\x85\xf0\xe3\xbb\x9b\x76\xea\xd5\xa5\xe1\x37\xe6\xa5\x89\xe8\x2b\x5d\x6f\x5b\x98\xa0\x91\xd6\x1d\x6a\xb4\x42\x41\xdd\xd8\xda\x38\x84\x0a\xbd\xc8\x85\x17\xbd\xb1\xe3\x58\x98\x28\xc3\x48\x1c\x62\x1e\x0a\xfd\x1d\xfa\x56\x4c\xe0\x84\x22\xcf\x03\xd7\x38\x94\x46\x21\x77\xcc\xbb\xde\x51\x12\x4b\x38\xc0\x3d\xda\x63\xbf\xc4\x6d\xea\x9d\x15\x39\xbb\x84\x78\xa6\x35\x5b\xb1\x25\xd6\x68\x0c\x54\x4d\x56\x12\x3c\x04\x6c\x2d\x8a\x5b\x26\xed\xa5\xd0\x3b\xbc\x04\x96\xd1\x4d\x70\x07\xd7\xd7\xeb\x41\xa7\x71\xd5\xb6\x1c\x47\x31\xf1\x6f\xdc\x9d\x4b\x0b\xec\x25\x8b\x13\x22\x96\x92\x48\xc6\x9b\xbc\x45\x06\xad\x95\x44\xb4\xb9\xc9\xbb\x1c\xcc\x70\x26\xb6\x06\xc3\xe5\x45\xea\xef\xc7\x74\x08\x42\x03\x7e\xaa\x95\xcc\xa4\x0f\xb3\x1f\x8d\x51\x2d\x35\x49\xb0\x9e\x7d\x96\xb0\xf6\x39\xe2\xc6\x60\xe1\x83\xfe\x6e\xf0\xae\x7b\x34\x5f\xf4\xad\x26\x01\x6c\xe7\x3f\x48\xc7\x3f\xcf\xe6\x17\x1b\x94\xd0\xf0\xf9\xbf\x58\x42\x6b\xd5\x5b\x7d\xfc\xe0\x6d\x93\xf9\x37\xe3\x83\xd4\x55\x52\x83\x2a\x34\x47\x4a\x30\xcb\x58\xe6\xb4\x78\x0a\x97\x47\xcc\xbb\xbb\x9b\xa3\x36\x86\x2f\x13\xde\x96\xbd\x78\xb8\x6c\xeb\xbd\x70\x11\x92\x5c\xd1\x55\xad\x4d\xd7\x22\xa2\x48\xe1\x92\x87\xe1\x88\xfe\x29\x59\x9e\x97\xb2\xbe\xdc\x9a\x8b\x8e\xc3\x5f\x87\x87\x20\x91\xd6\xfd\xe3\x39\xe6\x61\x88\xfe\xef\x27\xf8\x51\x84\xa7\xa0\x8b\xca\x1c\x02\x8d\xa4\xcd\xea\xdf\x7c\x24\x5a\xe8\x1a\x1b\x49\xaf\x6d\xf4\x57\x5e\x56\xf1\x46\x8d\x81\x33\x96\xc7\x95\x31\x45\x99\xb0\xcc\xb6\x4b\x45\xb5\x96\x60\xae\xd7\xee\x72\x44\x5b\x24\x91\xc3\x5b\xd3\x55\xe8\xd3\xaf\x60\x20\x5f\x16\x27\x2c\xdf\x7d\x68\xb6\x64\xcd\xdc\x14\xe1\x64\x7c\x3d\x20\x61\x13\x42\xef\x5f\xcf\x17\xe3\xe4\x07\x5d\x47\xe9\x6e\xa8\x61\xcd\x24\xe4\x7e\x98\xc3\x00\x95\x9b\xca\x96\x2d\x69\xe2\xd0\x57\xd5\xfe\x08\xb9\x64\xaa\x20\x28\x37\x04\xd6\x1d\xc9\x4c\x28\xd3\x38\x75\xb4\x1e\x39\x94\x44\x14\xf4\x0b\x3f\x25\xb9\xbb\xde\x99\x74\xd5\x12\x1c\x65\x15\xe1\x46\xaf\x3f\x1c\xa4\xcf\xca\xad\x11\x36\xdf\x2c\x61\xc3\xcf\xde\x19\x7b\x10\x36\x47\xbb\x01\xf4\xd9\xea\xac\x2b\xee\xcf\xa6\xee\xcf\x11\x52\x47\x0e\x8c\x4a\x0b\xa1\x1c\x4e\x69\xea\x53\x52\x2e\x3f\xbd\xb1\x62\x47\xb0\xf2\x25\x81\xcc\x62\x77\x8a\x13\x99\xf4\xc7\x5a\x66\x7c\xea\xb6\x61\x02\x3e\x9e\x83\xbe\x0b\xfb\xf3\x21\x88\xff\x49\xf8\x92\x50\xd0\xfb\xfa\x66\xda\x70\x2d\xd5\x25\x66\x47\x02\x32\xb0\x5a\xba\xa1\xd9\x7c\x3f\xd6\x72\x95\xae\xa5\x71\xa9\xed\x3f\xf1\xc4\x64\x7a\xf7\xed\x69\x96\xff\x77\x72\xd7\x63\xed\xc2\x4d\xe0\xb9\x9b\xae\x61\xc8\x90\x7a\xe1\x26\x39\xcc\xb0\x65\x48\x6c\x6d\xd4\x36\x4c\x82\xa9\x5a\x39\x9d\xff\x3b\x37\x74\x26\x29\x76\x8a\x37\x5d\x5b\xe6\xf5\x23\x6d\x99\xb7\xa1\x17\xd3\x35\x59\x52\x57\x46\x85\xb6\x96\xd0\x54\xab\xe1\xaf\x8d\x50\xe1\xdb\x44\xb2\x9b\xe8\xcb\xdc\x5f\xd8\x7d\x8a\x37\xc2\xa1\x4d\x28\x54\xdb\xb3\x84\xcd\x16\x0b\x63\x71\xd3\x27\x9a\x21\xca\x45\xa5\x5d\x93\x7b\x48\x07\x7b\xc2\xe3\x05\xee\x16\x77\x52\x6b\x22\xc6\xa3\x5f\x3b\x74\xbf\x83\x98\x98\x7d\x81\x6f\x5f\xbd\x82\x60\xe5\xfc\xe4\xdd\x02\xbe\x7a\xd8\xef\x3f\xb6\x70\x4a\xce\xec\xb7\xc3\x52\x37\xa3\xf3\x71\x6d\x71\xcf\x3f\x42\x48\xc3\x45\x68\x7e\x8c\xdb\x63\xe9\xfd\xf9\x4a\xe9\xc2\x0e\x87\xc8\x73\x07\xd2\x77\x0a\x63\x39\x36\xd8\x7b\x39\xd1\x6a\x7f\x4e\x7f\x63\x2a\xb5\x8e\xf3\x2a\xd5\xfd\xce\xa1\xf5\xdd\xd5\x7c\x66\x74\x66\xd1\x47\x0e\x11\x3d\xd5\xdd\xb6\x86\x38\x28\x5d\xdb\x61\x1c\xcb\x8b\x59\xb4\xd7\x4c\x68\x3b\x10\xa9\x05\x1f\xa5\x5d\x70\xf6\x68\x59\x2b\xe9\x7e\xd0\xce\x33\x06\x86\xb9\x7f\xb1\x86\x69\x20\x7c\x2b\x34\xb1\xda\xae\x9c\x07\xa9\x33\x53\xd5\xc2\xf7\x7e\x7e\x44\xeb\xbb\xac\xf1\x39\x79\xe7\xcb\xa6\xf5\xe1\x19\x2e\x0d\x1f\x68\x80\xa6\x19\x17\x37\x40\xe1\xfc\x31\x7f\xe2\xc1\xf9\x63\x7a\x77\x62\xf5\xe2\x59\x67\xc9\x35\xd5\xa3\x87\xa8\xc3\xcc\x83\xb1\x6c\x74\x78\xfe\x3f\x7b\x37\x9f\x65\x13\x9f\x1c\xfd\xda\x8c\xec\x50\xe7\x68\x7f\xd7\x68\x08\x67\xce\xce\xf4\x65\xfe\x25\x97\x06\x66\xdd\x75\xb7\x42\x27\x6b\xbe\x78\xf3\xf9\xee\x16\x06\xa8\xe3\x3b\x2b\xfc\x9e\x2a\x82\x18\xad\xe3\xb5\x94\x3e\xc6\xdf\xe1\x99\x38\x66\xc0\x5a\x38\xbc\x95\x82\x82\xfc\xbf\xd1\x9a\x4b\x18\x4b\x1b\xb9\xc7\x2a\xe7\xbf\xe5\xce\xe9\xcc\xe5\xd1\xcb\xd5\xcb\x35\x5c\xdd\x94\xdc\x17\x53\xf1\x6a\x2e\x1d\xc8\x00\x07\xa6\xb2\x7d\xe3\x2f\x38\xa7\xf1\x77\x0c\xf3\xcb\x5a\x94\x53\xa8\x38\xfd\xb1\xc2\x09\xde\x7f\xf3\xb5\xd1\xfd\x7f\x02\x00\x00\xff\xff\x34\x85\xe0\x48\x14\x2c\x00\x00" func fungibletokenV2CdcBytes() ([]byte, error) { return bindataRead( @@ -137,7 +137,7 @@ func fungibletokenV2Cdc() (*asset, error) { } info := bindataFileInfo{name: "FungibleToken-v2.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x87, 0x3f, 0x79, 0x61, 0xc0, 0x47, 0xbe, 0x4d, 0xda, 0xc7, 0xfe, 0x93, 0xc0, 0x2e, 0xd1, 0xc, 0xf1, 0xa1, 0xe1, 0x81, 0x52, 0xe9, 0x2c, 0x7c, 0x16, 0x4b, 0x60, 0xe2, 0x73, 0xb3, 0xd3, 0xbe}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfb, 0x4f, 0xd7, 0xc8, 0xab, 0xa1, 0x86, 0xae, 0xe7, 0xe, 0xd7, 0xf2, 0x2a, 0x7a, 0xbe, 0x3a, 0xf0, 0x13, 0x8b, 0x7c, 0x50, 0xf8, 0x3b, 0x50, 0x21, 0x38, 0xc7, 0x29, 0xeb, 0x15, 0x67, 0x3e}} return a, nil }