TransactionSEALED

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

Transaction ID

Timestamp

Jul 23, 2025, 05:16:14 PM UTC
7mo ago

Block Height

120,599,010

Computation

0

Execution Fee

0.00000299 FLOW

Execution Error

Error Code: 1101

panic: Could not borrow reference to receiver

Error ContextLine 8
3transaction(mintId: String) {
4  prepare(acct: &Account) {
5  }
6
7  execute {
8    PegBridge.executeDelayedTransfer(mintId: mintId)
9  }
10}
Call Stack
Raw Error

[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> f80f6389a4a30a6c5372e51979e21ee5115480c816395e757559742dfb0b1d4b:8:4 | 8 | PegBridge.executeDelayedTransfer(mintId: mintId) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 08dd120226ec2213.PegBridge:283:4 error: panic: Could not borrow reference to receiver --> 08dd120226ec2213.DelayedTransfer:97:46 Was this error unhelpful? Consider suggesting an improvement here: https://github.com/onflow/cadence/issues.

Transaction Summary

Contract Call

Called PegBridge

Contracts

Script Arguments

Copy:
0mintIdString
e21a73562edfd1f4d7da4bc19483c4139427583e8d1c6811058d93ee15a96c28

Cadence Script

Open in Playground
1import PegBridge from 0x08dd120226ec2213
2
3transaction(mintId: String) {
4  prepare(acct: &Account) {
5  }
6
7  execute {
8    PegBridge.executeDelayedTransfer(mintId: mintId)
9  }
10}