diff --git a/cadence/scripts/flow-alp/get_moet_total_supply.cdc b/cadence/scripts/flow-alp/get_moet_total_supply.cdc new file mode 100644 index 00000000..a3724375 --- /dev/null +++ b/cadence/scripts/flow-alp/get_moet_total_supply.cdc @@ -0,0 +1,5 @@ +import "MOET" + +access(all) fun main(): UFix64 { + return MOET.totalSupply +} \ No newline at end of file