TransactionSEALED

▓╱&^╳▓■╳*$╳█&&&#!▒*■#╲%*╳@╲&╳○#█╱^$■@^█*?*^##%%~╲^@╳%?╲╳▒▓□□~□$▓

Transaction ID

Timestamp

Jul 29, 2024, 08:26:22 AM UTC
1y ago

Block Height

83,419,096

Computation

0

Execution Fee

0.00000259 FLOW

Proposerseq:257 key:81

Authorizers

1

Transaction Summary

Contract Call

Called TeleportCustodyEthereum

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