TransactionSEALED

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

Transaction ID

Timestamp

Sep 05, 2024, 12:47:02 PM UTC
1y ago

Block Height

86,041,824

Computation

0

Execution Fee

0.00000813 FLOW

Proposerseq:277 key:80

Authorizers

1

Transaction Summary

Contract Call

Called TeleportCustodyEthereum

Script 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}