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
Already spoke by Chat with Solene PB, that told me to open here this ticket.
Launch date is Planned for this Friday 14 november 1PM, but you can already put in Production, no problem.
Uploaded 2 pictures, One Circular and other the original , use the one that fits the best.
Smart Contract of the Token: AS1nqHKXpnFXqhDExTskXmBbbVpVpUbCQVtNSXLCqUDSUXihdWRq
Hi,
Already spoke by Chat with Solene PB, that told me to open here this ticket.
Launch date is Planned for this Friday 14 november 1PM, but you can already put in Production, no problem.
Uploaded 2 pictures, One Circular and other the original , use the one that fits the best.
Smart Contract of the Token: AS1nqHKXpnFXqhDExTskXmBbbVpVpUbCQVtNSXLCqUDSUXihdWRq
Details of the FT - code used:
const token = {
name: 'PepeOnMassa',
symbol: 'POM',
decimals: 18n,
totalSupply: 10800700300n * 10n ** 18n,
};
const tokenArgs = new Args()
.addString(token.name)
.addString(token.symbol)
.addU8(token.decimals)
.addU256(token.totalSupply);
The text was updated successfully, but these errors were encountered: