TransactionSEALED

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

Transaction ID

Timestamp

Jan 08, 2026, 03:52:49 PM UTC
1mo ago

Block Height

138,273,501

Computation

0

Execution Fee

0.00014 FLOW

Execution Error

Error Code: 1101

pre-condition failed: contract is paused

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: --> 7c99ceca8cd04eb069c6410f1b9fd016fe4f70189d2d4a02a13b7c5a771caeb6:8:4 | 8 | PegBridge.executeDelayedTransfer(mintId: mintId) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: contract is paused --> 7c99ceca8cd04eb069c6410f1b9fd016fe4f70189d2d4a02a13b7c5a771caeb6:8:4 | 8 | PegBridge.executeDelayedTransfer(mintId: mintId) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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}