SC CODE: // XETH TOKEN
// Any holder of these tokens may exchange them with the XETH treasury for the value stated on 'ethdefi.io'
Function InitializePrivate() Uint64
10 STORE("owner",SIGNER()) // Store in DB ["owner"] = address
20 STORE("name","XETH")
30 STORE("symbol","XETH")
45 STORE("native_symbol","XETH")
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:' // XETH TOKEN
// Any holder of these tokens may exchange them with the XETH treasury for the value stated on 'ethdefi.io'
Function InitializePrivate() Uint64
10 STORE("owner",SIGNER()) // Store in DB ["owner"] = address
20 STORE("name","XETH")
30 STORE("symbol","XETH")
45 STORE("native_symbol","XETH")
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
'] |