TransactionSEALED

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

Transaction ID

Timestamp

Dec 08, 2025, 07:08:34 AM UTC
2mo ago

Block Height

135,310,843

Computation

0

Execution Fee

0.00000199 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: --> bd4dee2f8cd51b7ca5b164ba3867ab814592895d69708f2aeaf003b2174ac755: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

0mintIdString
e21a73562edfd1f4d7da4bc19483c4139427583e8d1c6811058d93ee15a96c28

Cadence Script

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