TransactionSEALED

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

Transaction ID

Timestamp

Aug 08, 2024, 10:04:58 PM UTC
1y ago

Block Height

84,148,047

Computation

0

Execution Fee

0.00005085 FLOW

Proposerseq:849 key:3

Authorizers

1

Transaction Summary

Contract Call

Called MoxyClub

Contracts

Script Arguments

0quantityInt
10

Cadence Script

1import MoxyClub from 0x123cb47fe122f6e3
2
3transaction (quantity: Int) {
4    prepare( admin: AuthAccount) {
5        let linkPath = MoxyClub.moxyEcosystemPrivate
6        let moxyClubManager = admin
7                            .getCapability(linkPath)
8                            .borrow<&MoxyClub.MoxyEcosystem>()!
9        
10        // Create a record in account database
11        moxyClubManager.rewardDueMVHoldings(quantity: quantity)
12    }
13}