TransactionSEALED
╳^▪@■$▒○~▓░&◇▓□?@■█░*!╳&╱■░?&■○▓╱!▓▒*◇&▪^~▪╳■◆▒●╲╲░░*~▫■░□╳!%╳░*
Transaction ID
Execution Fee
0.00000824 FLOWScript 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}