Source Code

;; Title: Proposal to allow the Mega Vault to Accept $GUS token deposits

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

(define-public (execute (sender principal))
	(begin
		(try! (contract-call? 'SPKPXQ0X3A4D1KZ4XTP1GABJX1N36VW10D02TK9X.mega-vault set-whitelist 'SP1JFFSYTSH7VBM54K29ZFS9H4SVB67EA8VT2MYJ9.gus-token true))
		(print {event: "execute", sender: sender})
		(ok true)
	)
)

Functions (1)

FunctionAccessArgs
executepublicsender: principal