Source Code

(impl-trait 'SP2PABAF9FTAJYNFZH93XENAJ8FVY99RRM50D2JG9.nft-trait.nft-trait)

(define-non-fungible-token MotherGetFucked uint)

(define-public (transfer (token uint) (sender principal) (recipient principal))
  (err u1)
)

(define-read-only (get-owner (token uint))
  (ok (nft-get-owner? MotherGetFucked token))
)

(define-read-only (get-last-token-id)
  (ok u13700000000000)
)

(define-read-only (get-token-uri (token uint))
  (ok (some "https://www.pornhub.com")) ;; The most get fucked is my mother ^_^
)

(try! (nft-mint? MotherGetFucked u13700000000000 'SP2AS4QCQ81PJQ5HE3TJ6AJ554QX2YK14MFHT2VRS))

(print "Come to fuck my mother ^_^")

Functions (4)

FunctionAccessArgs
transferpublictoken: uint, sender: principal, recipient: principal
get-ownerread-onlytoken: uint
get-last-token-idread-only
get-token-uriread-onlytoken: uint