You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there's a maximum of 100* mint.limit for sending tokens. Sending more tokens then this maximum will result in a burn of the 100*mint.limit.
If the mint limit for a BSV20 token is 1000/mint, you can only send 100x1,000<>100,000 tokens. Sending more tokens in this example will lead to the burning of the maximum of (100x1,000<>)100,000 tokens. This happens to each transfer were the max.mint.limit(x)100 is exceeded.
The text was updated successfully, but these errors were encountered:
It looks like there's a maximum of 100* mint.limit for sending tokens. Sending more tokens then this maximum will result in a burn of the 100*mint.limit.
If the mint limit for a BSV20 token is 1000/mint, you can only send 100x1,000<>100,000 tokens. Sending more tokens in this example will lead to the burning of the maximum of (100x1,000<>)100,000 tokens. This happens to each transfer were the max.mint.limit(x)100 is exceeded.
The text was updated successfully, but these errors were encountered: