TransactionSEALED

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

Transaction ID

Timestamp

Sep 30, 2025, 06:20:46 AM UTC
5mo ago

Block Height

127,889,429

Computation

0

Execution Fee

0.00000824 FLOW

Transaction Summary

Contract Call

Called TeleportedTetherToken

Script Arguments

0outwardFeeUFix64
10.47000000

Cadence Script

1import TeleportedTetherToken from 0xcfdd90d4a00f7b5b
2
3transaction(outwardFee: UFix64) {
4  prepare(teleportAdmin: auth(BorrowValue) &Account) {
5    let teleportAdminRef = teleportAdmin.storage.borrow<auth(TeleportedTetherToken.TeleportControlEntitlement) &TeleportedTetherToken.TeleportAdmin>(from: /storage/teleportedTetherTokenTeleportAdmin)
6        ?? panic("Could not borrow a reference to the teleport admin resource")
7
8    teleportAdminRef.updateOutwardFee(fee: outwardFee)
9  }
10}