*$?■&╱╳●▓╲█@○░○■█●*╳▫!^◆▒#◇!▓╳▫!▒╱▪%@*▒~▫○▫&@░■░╳◇▪╳@╳□■╱▒*?●╳●○
Transaction ID
Execution Fee
0.00042 FLOWExecution Error
panic: missing offer
9 (from: /storage/DapperOffersV2)
10 ?? panic("Missing or mis-typed DapperOffers.DapperOffer")
11 }
12
13 execute {
14 self.dapperOffer.removeOfferFromProxy(account: Address(0xe482b89dc15ab6cd), offerId: UInt64(113249700169654))
15 }
16}Raw Error
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 570999e533af09b55a0c3ae356c36cd9a861a474043becd333ff36ef556b909a:14:8 | 14 | self.dapperOffer.removeOfferFromProxy(account: Address(0xe482b89dc15ab6cd), offerId: UInt64(113249700169654)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> b8ea91944fd51c43.DapperOffersV2:132:12 error: panic: missing offer --> b8ea91944fd51c43.DapperOffersV2:173:61 Was this error unhelpful? Consider suggesting an improvement here: https://github.com/onflow/cadence/issues.
Script Arguments
Cadence Script
1import DapperOffersV2 from 0xb8ea91944fd51c43
2
3transaction() {
4 let dapperOffer: auth(DapperOffersV2.ProxyManager) &{DapperOffersV2.DapperOfferProxyManager}
5
6 prepare(acct: auth(BorrowValue) &Account) {
7 self.dapperOffer = acct.storage.borrow
8 <auth(DapperOffersV2.ProxyManager) &{DapperOffersV2.DapperOfferProxyManager}>
9 (from: /storage/DapperOffersV2)
10 ?? panic("Missing or mis-typed DapperOffers.DapperOffer")
11 }
12
13 execute {
14 self.dapperOffer.removeOfferFromProxy(account: Address(0xe482b89dc15ab6cd), offerId: UInt64(113249700169654))
15 }
16}