TransactionSEALED
▓╱&^╳▓■╳*$╳█&&&#!▒*■#╲%*╳@╲&╳○#█╱^$■@^█*?*^##%%~╲^@╳%?╲╳▒▓□□~□$▓
Transaction ID
Execution Fee
0.00000259 FLOWScript Arguments
0feeUFix64
235.02000000
Cadence Script
1import TeleportCustodyEthereum from 0x0ac14a822e54cc4e
2
3transaction(fee: UFix64) {
4 prepare(teleportAdmin: AuthAccount) {
5 let teleportControlRef = teleportAdmin
6 .getCapability(TeleportCustodyEthereum.TeleportAdminTeleportControlPath)
7 .borrow<&TeleportCustodyEthereum.TeleportAdmin{TeleportCustodyEthereum.TeleportControl}>()
8 ?? panic("failed to borrow teleport admin control")
9
10 teleportControlRef.updateLockFee(fee: fee)
11 }
12}