CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 3b3a7dad707a4127bda337134a175f521df7ae8792c1030f71c54207ed3f3d0d:48:6 | 48 | minterRef.mintBasicNFT(recipient: collectionRef) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 0f9df91c9121c460.BloctoPass:360:12 | 360 | self.mintNFT(recipient: recipient, metadata: {}) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 0f9df91c9121c460.BloctoPass:366:12 | 366 | self.mintNFTWithCustomLockup( 367 | recipient: recipient, 368 | metadata: metadata, 369 | vault: <- BloctoToken.createEmptyVault(), 370 | lockupSchedule: {0.0: 0.0} 371 | ) | ^ --> 0f9df91c9121c460.BloctoPass:405:33 | 405 | var newNFT <- create NFT( 406 | initID: BloctoPass.totalSupply, 407 | originalOwner: recipient.owner?.address, 408 | metadata: metadata, 409 | vault: <- vault, 410 | lockupScheduleId: nil, 411 | lockupSchedule: lockupSchedule 412 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 0f9df91c9121c460.BloctoPass:108:27 | 108 | self.staker <- stakingAdmin.addStakerRecord(id: initID) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Cannot register a staker operator if the staking auction isn't in progress --> 0f9df91c9121c460.BloctoTokenStaking:289:16 | 289 | BloctoTokenStaking.stakingEnabled: "Cannot register a staker operator if the staking auction isn't in progress" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^