Skip to content
Brice Dobry edited this page Sep 29, 2023 · 23 revisions

GitHub contributors GitHub closed issues GitHub closed pull requests

Implementation Status

  • Total: 68 / 131 52%
    • Functions: 56 / 119 47%
      • *
      • +
      • -
      • /
      • <
      • <=
      • >
      • >=
      • and
      • append
      • as-contract
      • as-max-len?
      • asserts!
      • at-block
      • begin
      • bit-and
      • bit-not
      • bit-or
      • bit-shift-left
      • bit-shift-right
      • bit-xor
      • buff-to-int-be
      • buff-to-int-le
      • buff-to-uint-be
      • buff-to-uint-le
      • concat
      • contract-call?
      • contract-of
      • default-to
      • define-constant
      • define-data-var
      • define-fungible-token
      • define-map
      • define-non-fungible-token
      • define-private
      • define-public
      • define-read-only
      • define-trait
      • element-at
      • element-at?
      • err
      • filter
      • fold
      • from-consensus-buff?
      • ft-burn?
      • ft-get-balance
      • ft-get-supply
      • ft-mint?
      • ft-transfer?
      • get
      • get-block-info?
      • get-burn-block-info?
      • hash160
      • if
      • impl-trait
      • index-of
      • index-of?
      • int-to-ascii
      • int-to-utf8
      • is-eq
      • is-err
      • is-none
      • is-ok
      • is-some
      • is-standard
      • keccak256
      • len
      • let
      • list
      • log2
      • map
      • map-delete
      • map-get?
      • map-insert
      • map-set
      • match
      • merge
      • mod
      • nft-burn?
      • nft-get-owner?
      • nft-mint?
      • nft-transfer?
      • not
      • ok
      • or
      • pow
      • principal-construct?
      • principal-destruct?
      • principal-of?
      • print
      • replace-at?
      • secp256k1-recover?
      • secp256k1-verify
      • sha256
      • sha512
      • sha512/256
      • slice?
      • some
      • sqrti
      • string-to-int?
      • string-to-uint?
      • stx-account
      • stx-burn?
      • stx-get-balance
      • stx-transfer-memo?
      • stx-transfer?
      • to-consensus-buff?
      • to-int
      • to-uint
      • try!
      • tuple
      • unwrap!
      • unwrap-err!
      • unwrap-err-panic
      • unwrap-panic
      • use-trait
      • var-get
      • var-set
      • xor
    • Variables: 12/12 100%
      • block-height
      • burn-block-height
      • chain-id
      • contract-caller
      • false
      • is-in-mainnet
      • is-in-regtest
      • none
      • stx-liquid-supply
      • true
      • tx-sender
      • tx-sponsor?
Clone this wiki locally