TransactionSEALED

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

Transaction ID

Timestamp

Feb 26, 2026, 08:29:26 PM UTC
2h ago

Block Height

143,509,782

Computation

0

Proposerseq:0 key:0

Authorizers

1

Execution Error

[Error Code: 1118] error caused by: 1 error occurred: * [Error Code: 1118] payer 3aba3ff57749567b has insufficient balance to attempt transaction execution (required balance: 0.00100000)

Transaction Summary

Contract Call

Called FlowtyRentals

Contracts

Script Arguments

0rentalResourceIDUInt64
36283884969196

Cadence Script

1import FlowtyRentals from 0x5c57f79c6694797f
2
3transaction(rentalResourceID: UInt64) {
4  prepare(acct: auth(Storage) &Account) {
5    let mp = getAccount(0x5c57f79c6694797f).capabilities.get<&{FlowtyRentals.FlowtyRentalsMarketplacePublic}>(FlowtyRentals.FlowtyRentalsMarketplacePublicPath)!
6      .borrow()!
7    mp.borrowRental(rentalResourceID: rentalResourceID)
8      ?? panic("rental not found")
9    FlowtyRentals.settleRental(rentalResourceID: rentalResourceID)
10  }
11}