TransactionSEALED

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

Transaction ID

Timestamp

Jul 23, 2025, 05:06:35 PM UTC
7mo ago

Block Height

120,598,316

Computation

0

Execution Fee

0.00001249 FLOW

Transaction Summary

Contract Call

Called DapperOffersV2

Script Arguments

0offerIdUInt64
4398048368434

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}