Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> cfe700c204d9f707f50571f4a0abe60daa1527650c12cae6c6d740832a2efb0a:48:6
|
48 | minterRef.mintBasicNFT(recipient: collectionRef)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 7deafdfc288e422d.BloctoPass:359:12
|
359 | self.mintNFT(recipient: recipient, metadata: {})
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 7deafdfc288e422d.BloctoPass:365:12
|
365 | self.mintNFTWithCustomLockup(
366 | recipient: recipient,
367 | metadata: metadata,
368 | vault: <- BloctoToken.createEmptyVault(),
369 | lockupSchedule: {0.0: 0.0}
370 | )
| ^
--> 7deafdfc288e422d.BloctoPass:404:33
|
404 | var newNFT <- create NFT(
405 | initID: BloctoPass.totalSupply,
406 | originalOwner: recipient.owner?.address,
407 | metadata: metadata,
408 | vault: <- vault,
409 | lockupScheduleId: nil,
410 | lockupSchedule: lockupSchedule
411 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 7deafdfc288e422d.BloctoPass:107:27
|
107 | self.staker <- stakingAdmin.addStakerRecord(id: initID)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: Cannot register a staker operator if the staking auction isn't in progress
--> 7deafdfc288e422d.BloctoTokenStaking:289:16
|
289 | BloctoTokenStaking.stakingEnabled: "Cannot register a staker operator if the staking auction isn't in progress"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^