Smart Contract Details
Open on Dero ExplorerInternal ID:
46
Hash / Transaction:
Block:
Timestamp:
2022-05-16 17:45:32 UTC (3.2 years ago)
Creator:
xoil-woil
(+3 more)
(1359623)
Raw Data:
[{"name":"SC_ACTION","datatype":"U","value":1},{"name":"SC_CODE","datatype":"S","value":"\n // XOIL TOKEN\n // Any holder of these tokens may exchange them with the XOIL treasury for the value stated on 'oildefi.io' at any date after July 16, 2022\n\n\n Function InitializePrivate() Uint64\n\n 10 STORE(\"owner\", SIGNER()) // Store in DB [\"owner\"] = address\n\n 30 SEND_ASSET_TO_ADDRESS(SIGNER(), 125908100000, SCID())\n\n 40 RETURN 0\n\n End Function\n\n\n"}]
Code:
// XOIL TOKEN
// Any holder of these tokens may exchange them with the XOIL treasury for the value stated on 'oildefi.io' at any date after July 16, 2022
Function InitializePrivate() Uint64
10 STORE("owner", SIGNER()) // Store in DB ["owner"] = address
30 SEND_ASSET_TO_ADDRESS(SIGNER(), 125908100000, SCID())
40 RETURN 0
End Function