SC CODE: // XSOL TOKEN
// Any holder of these tokens may exchange them with the XSOL treasury for the value stated on 'defisol.io'
Function InitializePrivate() Uint64
10 STORE("owner",SIGNER()) // Store in DB ["owner"] = address
20 STORE("name","XSOL")
30 STORE("symbol","XSOL")
45 STORE("native_symbol","XSOL")
50 STORE("decimals",6)
55 STORE("native_decimals",6)
60 STORE("totalsupply",54720000000)
80 SEND_ASSET_TO_ADDRESS(SIGNER(), 54720000000, SCID())
90 RETURN 0
End Function
|
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:' // XSOL TOKEN
// Any holder of these tokens may exchange them with the XSOL treasury for the value stated on 'defisol.io'
Function InitializePrivate() Uint64
10 STORE("owner",SIGNER()) // Store in DB ["owner"] = address
20 STORE("name","XSOL")
30 STORE("symbol","XSOL")
45 STORE("native_symbol","XSOL")
50 STORE("decimals",6)
55 STORE("native_decimals",6)
60 STORE("totalsupply",54720000000)
80 SEND_ASSET_TO_ADDRESS(SIGNER(), 54720000000, SCID())
90 RETURN 0
End Function
'] |