TransactionSEALED

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

Transaction ID

Timestamp

Jun 22, 2024, 09:49:18 PM UTC
1y ago

Block Height

80,910,234

Computation

0

Execution Fee

0.00000259 FLOW

Proposerseq:236 key:137

Authorizers

1

Transaction Summary

Contract Call

Called TeleportCustodyEthereum

Script Arguments

Copy:
0feeUFix64
111.40000000

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}