TransactionSEALED
^██%□!&$▒*●█○▓■╱$■░▒$▪◇▫*░~▫▫█*▒■○^$□&╲╲^#@@#╳◆%^#^!○▪^▪▫@◆$#!▒◆
Transaction ID
Execution Fee
0.00000813 FLOWScript Arguments
0lockFeeUFix64
374.79000000
Cadence Script
1import TeleportCustodyEthereum from 0x0ac14a822e54cc4e
2
3transaction(lockFee: UFix64) {
4 prepare(teleportAdmin: auth(BorrowValue) &Account) {
5 let teleportAdminRef = teleportAdmin.storage.borrow<auth(TeleportCustodyEthereum.AdminEntitlement) &TeleportCustodyEthereum.TeleportAdmin>(from: TeleportCustodyEthereum.TeleportAdminStoragePath)
6 ?? panic("Could not borrow a reference to the teleport admin resource")
7
8 teleportAdminRef.updateLockFee(fee: lockFee)
9 }
10}