/
Address

UQCRJLxUs5JJo0TxFnCccqunpa3p4pyVepZheito3jVm96TS

UQCRJLxU…3jVm96TS

Balance
26.33 TON
$87.27
Collectibles
imgimgimgimg
Contract type
wallet_highload_v2
Active
0:912…566f7
qr
Token
Date
31 Jul 2024
Sent TON
EQDd2i90…iPDsN3QQ
InitChild
− 0.05 TON
31 Jul 2024
Received NFT
EQAcXTE7…2cfLyKEm
-
31 Jul 2024
Received NFT
UQCRJLxU…3jVm96TS
-
31 Jul 2024
SUSPICIOUS
Received token
UQA3qewU…7A0kI7m7
SUSPICIOUS
🎁 You have randomly received a free lottery chance 1️⃣ Please visit https://tgton. net 2️⃣ Click on the "FREE SPIN" button, with a top reward of $25,000 ✅ Thank you for participating in the $TON event
+ 0.0001 USD₮
31 Jul 2024
Sent TON
EQDy0JFG…SeFyae39
InitChild
− 0.05 TON
29 May 2024
Received NFT
UQCRJLxU…3jVm96TS
-
25 Apr 2024
Send token
EQAb72co…Hqskf2bF
Call: 0x40e108d6
− 2 XXX13
Mint token
DeDust Pool: XXX13/TON
-
+ 50 LP
Received TON
UQB9wxCq…K0u9b9e-
-
+ 0.154930812 TON
25 Apr 2024
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 5 pTON
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 100 XXX13
25 Apr 2024
Send token
EQAb72co…Hqskf2bF
Call: 0x40e108d6
− 2 XXX13
Received token
EQAb72co…Hqskf2bF
-
+ 2 XXX13
25 Apr 2024
Called contract
EQCiJVKt…30hDg9v8
0xf5ffa0d3
− 0.15 TON
Called contract
EQCiJVKt…30hDg9v8
0xfc708bd2
− 0.15 TON
Received TON
EQD1dDO5…iboY_PEh
-
+ 0.0965604 TON
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Called contract
EQBfBWT7…DW_YAJ67
0x97d51f2f
− 0.25 TON
Show all (1)
25 Apr 2024
Send token
EQCMCVQ3…WjECf5Fv
Call: 0x40e108d6
− 10 X13
Mint token
DeDust Pool: X13/TON
-
+ 10 LP
Received TON
UQD4qOLE…7LullCqf
-
+ 0.154930831 TON
25 Apr 2024
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 80 pTON
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 10 X13
25 Apr 2024
Send token
Failed
EQCMCVQ3…WjECf5Fv
Call: 0x40e108d6
− 10 X13
Received TON
EQCmBfI3…w8CY4_aj
-
+ 0.4996 TON
25 Apr 2024
Called contract
EQBWUJ7b…bBBRDYoG
0xf5ffa0d3
− 0.15 TON
Called contract
EQBWUJ7b…bBBRDYoG
0xfc708bd2
− 0.15 TON
Received TON
EQCmBfI3…w8CY4_aj
-
+ 0.096466 TON
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Called contract
EQBfBWT7…DW_YAJ67
0x97d51f2f
− 0.25 TON
Show all (1)
25 Apr 2024
Received TON
UQAO6zzv…1pbypAS4
-
+ 160 TON
25 Apr 2024
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.85 TON
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.1 pTON
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.5 X12
25 Apr 2024
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.85 TON
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.1 pTON
Send token
Failed
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.5 X12
25 Apr 2024
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.85 TON
Received TON
EQCbTIyl…SwNs2Nqy
-
+ 0.8496 TON
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.1 pTON
Sent TON
UQDkgv74…TmO_u4T8
-
− 0.3 TON
Received TON
UQDkgv74…TmO_u4T8
-
+ 0.2996 TON
25 Apr 2024
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.85 TON
Received TON
EQCbTIyl…SwNs2Nqy
-
+ 0.8496 TON
Sent TON
EQARULUY…maQGH6aC
async toBoc(has_idx = true, hash_crc32 = true, has_cache_bits = false, flags = 0) { const root_cell = this; const allcells = await root_cell.treeWalk(); const topologicalOrder = allcells[0]; const cellsIndex = allcells[1]; const cells_num = topologicalOrder.length; const s = cells_num.toString(2).length; // Minimal number of bits to represent reference (unused?) const s_bytes = Math.min(Math.ceil(s / 8), 1); let full_size = 0; let sizeIndex = []; for (let cell_info of topologicalOrder) { //TODO it should be async map or async for sizeIndex.push(full_size); full_size = full_size + await cell_info[1].bocSerializationSize(cellsIndex, s_bytes); } const offset_bits = full_size.toString(2).length; // Minimal number of bits to offset/len (unused?) const offset_bytes = Math.max(Math.ceil(offset_bits / 8), 1); const serialization = new BitString((1023 + 32 * 4 + 32 * 3) * topologicalOrder.length); serialization.writeBytes(reachBocMagicPrefix); serialization.writeBitArray([has_idx, hash_crc32, has_cache_bits]); serialization.writeUint(flags, 2); serialization.writeUint(s_bytes, 3); serialization.writeUint8(offset_bytes); serialization.writeUint(cells_num, s_bytes * 8); serialization.writeUint(1, s_bytes * 8); // One root for now serialization.writeUint(0, s_bytes * 8); // Complete BOCs only serialization.writeUint(full_size, offset_bytes * 8); serialization.writeUint(0, s_bytes * 8); // Root shoulh have index 0 if (has_idx) { topologicalOrder.forEach( (cell_data, index) => serialization.writeUint(sizeIndex[index], offset_bytes * 8)); } for (let cell_info of topologicalOrder) { //TODO it should be async map or async for const refcell_ser = await cell_info[1].serializeForBoc(cellsIndex, s_bytes); serialization.writeBytes(refcell_ser); } let ser_arr = serialization.getTopUppedArray(); if (hash_crc32) { ser_arr = concatBytes(ser_arr, crc32c(ser_arr)); } return ser_arr; }
− 0.4 TON
Received TON
EQARULUY…maQGH6aC
-
+ 0.3986916 TON
Sent TON
UQDkgv74…TmO_u4T8
async toBoc(has_idx = true, hash_crc32 = true, has_cache_bits = false, flags = 0) { const root_cell = this; const allcells = await root_cell.treeWalk(); const topologicalOrder = allcells[0]; const cellsIndex = allcells[1]; const cells_num = topologicalOrder.length; const s = cells_num.toString(2).length; // Minimal number of bits to represent reference (unused?) const s_bytes = Math.min(Math.ceil(s / 8), 1); let full_size = 0; let sizeIndex = []; for (let cell_info of topologicalOrder) { //TODO it should be async map or async for sizeIndex.push(full_size); full_size = full_size + await cell_info[1].bocSerializationSize(cellsIndex, s_bytes); } const offset_bits = full_size.toString(2).length; // Minimal number of bits to offset/len (unused?) const offset_bytes = Math.max(Math.ceil(offset_bits / 8), 1); const serialization = new BitString((1023 + 32 * 4 + 32 * 3) * topologicalOrder.length); serialization.writeBytes(reachBocMagicPrefix); serialization.writeBitArray([has_idx, hash_crc32, has_cache_bits]); serialization.writeUint(flags, 2); serialization.writeUint(s_bytes, 3); serialization.writeUint8(offset_bytes); serialization.writeUint(cells_num, s_bytes * 8); serialization.writeUint(1, s_bytes * 8); // One root for now serialization.writeUint(0, s_bytes * 8); // Complete BOCs only serialization.writeUint(full_size, offset_bytes * 8); serialization.writeUint(0, s_bytes * 8); // Root shoulh have index 0 if (has_idx) { topologicalOrder.forEach( (cell_data, index) => serialization.writeUint(sizeIndex[index], offset_bytes * 8)); } for (let cell_info of topologicalOrder) { //TODO it should be async map or async for const refcell_ser = await cell_info[1].serializeForBoc(cellsIndex, s_bytes); serialization.writeBytes(refcell_ser); } let ser_arr = serialization.getTopUppedArray(); if (hash_crc32) { ser_arr = concatBytes(ser_arr, crc32c(ser_arr)); } return ser_arr; }
− 0.3 TON
Show all (1)
25 Apr 2024
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.15 TON
Received TON
EQCbTIyl…SwNs2Nqy
-
+ 0.1496 TON
24 Apr 2024
Send token
EQDVyMMg…64Ke88aU
Call: 0x40e108d6
− 10 X12
Mint token
DeDust Pool: X12/TON
-
+ 10 LP
Received TON
UQC9EgFU…OwiDHpjB
-
+ 0.15493085 TON
24 Apr 2024
Called contract
EQCn8-Vc…ike8zXvs
0xf5ffa0d3
− 0.15 TON
Called contract
EQCn8-Vc…ike8zXvs
0xfc708bd2
− 0.15 TON
Received TON
EQAjVfK6…qE5wvmZ0
-
+ 0.0964692 TON
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Called contract
EQBfBWT7…DW_YAJ67
0x97d51f2f
− 0.25 TON
Show all (1)
24 Apr 2024
Send token
Failed
EQDVyMMg…64Ke88aU
Call: 0x40e108d6
− 10 X12
Received TON
EQAjVfK6…qE5wvmZ0
-
+ 0.4996 TON
24 Apr 2024
Send token
EQBfv2dW…v27TCZzS
Call: 0x40e108d6
− 10 X11
Mint token
DeDust Pool: X11/TON
-
+ 10 LP
Received TON
UQBrE1T2…X62RqBxn
-
+ 0.15493085 TON
24 Apr 2024
Called contract
EQAW_EAS…8Xlrj_JM
0xf5ffa0d3
− 0.15 TON
Called contract
EQAW_EAS…8Xlrj_JM
0xfc708bd2
− 0.15 TON
Received TON
EQDKX1K4…HFBxZf-6
-
+ 0.0964692 TON
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Called contract
EQBfBWT7…DW_YAJ67
0x97d51f2f
− 0.25 TON
Show all (3)
How this data was fetched?
Use tonapi.io