TransactionSEALED

@#╳╳?*◆■╲□╱▒#&&@#▪▓▪~╳%▪$!░▒!?░▓#%◇!█╳◇◇○$▫█╱**&□╲#?□%▪◆?^▒$□▓■◆

Transaction ID

Timestamp

Jul 02, 2025, 12:04:11 PM UTC
8mo ago

Block Height

118,320,486

Computation

0

Execution Fee

0.00001699 FLOW

Transaction Summary

Contract Call

Called DapperOffersV2

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(0x8e58e8e066ec7f8e), offerId: UInt64(122045792422593))
15    }
16}