dmp013-quest-max-completions

SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS

Source Code

;; Title: DMP013 - Quest Max Completions
;; Author: rozar.btc
;; Synopsis:
;; This contract serves as a proposal to add the quest max completion extention.
;; Description:
;; This proposal enables quest max completion extention, giving quests max limit of completions across all users.

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

(define-public (execute (sender principal))
	(begin
		(try! (contract-call? 'SP2D5BGGJ956A635JG7CJQ59FTRFRB0893514EZPJ.dungeon-master set-extension 'SP2ZNGJ85ENDY6QRHQ5P2D4FXKGZWCKTB2T0Z55KS.dme013-quest-max-completions true))
        (ok true)
	)
)

Functions (1)

FunctionAccessArgs
executepublicsender: principal