Notes
The first deployment of a ticker is the only one that has claim to the ticker. Tickers are not case sensitive (Sei = sei).
If two events occur in the same block, prioritization is assigned via order they were confirmed in the block. (first to last).
The mint function and the second step of the transfer function are the only events that cause changes in balances.
The first mint to exceed the maximum supply will receive the fraction that is valid.
Standard limited to uint128
Maximum supply cannot exceed uint64_max
The numerical value must be in the form of an integer string.
Last updated