TransactionSEALED

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

Transaction ID

Timestamp

Jan 14, 2026, 08:59:39 PM UTC
1mo ago

Block Height

138,883,455

Computation

0

Execution Fee

0.00118 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(0x4cf7f8bec296bfc6), offerId: UInt64(230897444243748))
15    }
16}