CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 43730863ddf6ca07a26f53e2eb42e5b08117e35e624fdf250e693b2ea802f84f:14:8 | 14 | self.dapperOffer.removeOfferFromProxy(account: Address(0x22177a52e3489d4d), offerId: UInt64(1122822659)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> b8ea91944fd51c43.DapperOffersV2:128:12 | 128 | adminRef.removeOffer(offerId: offerId) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: missing offer --> b8ea91944fd51c43.DapperOffersV2:169:56 | 169 | destroy self.offers.remove(key: offerId) ?? panic("missing offer") | ^^^^^^^^^^^^^^^^^^^^^^