Source Code

;; Title: DMP018 Token Mint
;; Author: rozar.btc
;; Synopsis:
;; Mint tokens for liquidity providers and the core contributers.
;; Description:
;; This proposal is to mint tokens for liquidity providers and the core contributers.

(impl-trait 'SP2D5BGGJ956A635JG7CJQ59FTRFRB0893514EZPJ.proposal-trait.proposal-trait)

(define-public (execute (sender principal))
	(begin
		(try! (contract-call? 'SP2D5BGGJ956A635JG7CJQ59FTRFRB0893514EZPJ.dme000-governance-token dmg-mint u200000 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS))
        (print "I am a dungeon master. I create a boundless world, and I bind it by rules.")
        (ok true)
	)
)

Functions (1)

FunctionAccessArgs
executepublicsender: principal