TransactionSEALED
▫▫▓!^*$?■◇?◆%^░□#*◇~╱^#?◇*?░█╱░▓▓╱◇?□■!░^▒◇?◆◆○●╳╳╱#@!□╱▒~■@██□╱
Transaction ID
Execution Fee
0.00001299 FLOWScript Arguments
0offerIdUInt64
131941397139400
Cadence Script
1import DapperOffersV2 from 0xb8ea91944fd51c43
2
3transaction(offerId: UInt64) {
4 prepare(signer: auth(BorrowValue) &Account) {
5 let offers = signer.storage.borrow<auth(DapperOffersV2.Manager) &DapperOffersV2.DapperOffer>(from: DapperOffersV2.DapperOffersStoragePath) ?? panic("offers resource not found")
6 offers.removeOffer(offerId: offerId)
7 }
8}