Skip to content

Commit f202194

Browse files
Update sip-010-fungible-token-standard.md
Update SIP-010 marktdown with latest from stacksgov#5 get balance change of May 29th
1 parent ff10071 commit f202194

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sips/sip-010/sip-010-fungible-token-standard.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ An implementation of the proposed trait is provided below.
159159
(get-decimals () (response uint uint))
160160
161161
;; the balance of the passed principal
162-
(get-balance-of (principal) (response uint uint))
162+
(get-balance (principal) (response uint uint))
163163
164164
;; the current total supply (which does not need to be a constant)
165165
(get-total-supply () (response uint uint))
@@ -213,7 +213,8 @@ Not applicable
213213

214214
# Activation
215215

216-
This trait has been deployed to mainnet: [SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-10-ft-standard](https://explorer.stacks.co/txid/SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-10-ft-standard?chain=mainnet)
216+
This trait has been deployed to mainnet: [SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard](https://explorer.stacks.co/txid/SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard?chain=mainnet)
217+
And testnet: [STR8P3RD1EHA8AA37ERSSSZSWKS9T2GYQFGXNA4C.sip-010-trait-ft-standard](https://explorer.stacks.co/txid/SP3FBR2AGK5H9QBDH3EEN6DF8EK8JY7RX8QJ5SVTE.sip-010-trait-ft-standard?chain=mainnet)
217218

218219
This trait will be considered activated when this trait is deployed to mainnet, and 3 different implementations of the trait have been deployed to mainnet, no later than Bitcoin block 700000.
219220

0 commit comments

Comments
 (0)