TransactionSEALED

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

Transaction ID

Timestamp

Jul 16, 2025, 08:12:49 AM UTC
7mo ago

Block Height

119,812,733

Computation

0

Execution Fee

0.00003723 FLOW

Transaction Summary

Contract Call

Called BloctoTokenStaking

Script Arguments

0list[UInt64]
[
  "28276",
  "24490",
  "699",
  "15805",
  "3017",
  "12889",
  "27598",
  "16634",
  "20604",
  "17263"
]

Cadence Script

1import BloctoTokenStaking from 0x0f9df91c9121c460
2
3transaction (list: [UInt64]) {
4    let adminRef: auth(BloctoTokenStaking.AdminEntitlement) &BloctoTokenStaking.Admin
5
6    prepare(signer: auth(BorrowValue) &Account) {
7        self.adminRef = signer.storage.borrow<auth(BloctoTokenStaking.AdminEntitlement) &BloctoTokenStaking.Admin>(from: BloctoTokenStaking.StakingAdminStoragePath) 
8            ?? panic("Could not borrow reference to staking admin")
9    }
10
11    execute {
12        self.adminRef.payRewards(list)
13    }
14}