Address

UQCRJLxUs5JJo0TxFnCccqunpa3p4pyVepZheito3jVm96TS

Balance
26.44 TON
≈ $188.08
Tokens
img
9,980 X13
imgimgimg
Collectibles
imgimg
Contract type
wallet_highload_v2
Active
0:912…566f7
qr
Date
Initiator
29 May, 09:36
Received NFT
UQCRJLxU…3jVm96TS
-
25 Apr, 15:47
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, 15:22
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 100 XXX13
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 5 pTON
25 Apr, 15:20
Send token
EQAb72co…Hqskf2bF
Call: 0x40e108d6
− 2 XXX13
Received token
EQAb72co…Hqskf2bF
-
+ 2 XXX13
25 Apr, 15:20
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
EQDa4VOn…tXCNICq_
0xd55e4686
− 50.5 TON
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Show more 1
25 Apr, 13:34
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, 13:30
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 10 X13
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 80 pTON
25 Apr, 13:28
Send token
Failed
EQCMCVQ3…WjECf5Fv
Call: 0x40e108d6
− 10 X13
Received TON
EQCmBfI3…w8CY4_aj
-
+ 0.4996 TON
25 Apr, 13:28
Called contract
EQDa4VOn…tXCNICq_
0xd55e4686
− 2.5 TON
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Called contract
EQBWUJ7b…bBBRDYoG
0xf5ffa0d3
− 0.15 TON
Called contract
EQBWUJ7b…bBBRDYoG
0xfc708bd2
− 0.15 TON
Received TON
EQCmBfI3…w8CY4_aj
-
+ 0.096466 TON
Show more 1
25 Apr, 13:24
Received TON
UQAO6zzv…1pbypAS4
-
+ 160 TON
25 Apr, 12:06
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.85 TON
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.5 X12
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.1 pTON
25 Apr, 11:49
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.85 TON
Send token
Failed
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.5 X12
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.1 pTON
25 Apr, 11:20
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.85 TON
Received TON
EQCbTIyl…SwNs2Nqy
-
+ 0.8496 TON
Sent TON
UQDkgv74…TmO_u4T8
-
− 0.3 TON
Received TON
UQDkgv74…TmO_u4T8
-
+ 0.2996 TON
Send token
STON.fi Dex
Call: StonfiProvideLiquidity
− 0.1 pTON
25 Apr, 10:30
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.85 TON
Received TON
EQCbTIyl…SwNs2Nqy
-
+ 0.8496 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
Received TON
UQDkgv74…TmO_u4T8
-
+ 0.2996 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
Show more 1
25 Apr, 10:11
Sent TON
EQCbTIyl…SwNs2Nqy
-
− 0.15 TON
Received TON
EQCbTIyl…SwNs2Nqy
-
+ 0.1496 TON
24 Apr, 10:17
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, 10:17
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
EQDa4VOn…tXCNICq_
0xd55e4686
− 1 TON
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Show more 1
24 Apr, 10:15
Send token
Failed
EQDVyMMg…64Ke88aU
Call: 0x40e108d6
− 10 X12
Received TON
EQAjVfK6…qE5wvmZ0
-
+ 0.4996 TON
24 Apr, 09:44
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, 09:41
Send token
Failed
EQBfv2dW…v27TCZzS
Call: 0x40e108d6
− 10 X11
Received TON
EQDKX1K4…HFBxZf-6
-
+ 0.4996 TON
Called contract
EQDa4VOn…tXCNICq_
0xd55e4686
− 1 TON
Called contract
EQAW_EAS…8Xlrj_JM
0xf5ffa0d3
− 0.15 TON
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Show more 3
24 Apr, 09:33
Called contract
Failed
EQDa4VOn…tXCNICq_
0x40e108d6
− 1 TON
Received TON
EQDa4VOn…tXCNICq_
-
+ 0.9988216 TON
24 Apr, 09:31
Called contract
EQBfBWT7…DW_YAJ67
0x21cfe02b
− 0.1 TON
Called contract
EQAy7-K_…knRoQDCO
0xf5ffa0d3
− 0.15 TON
Called contract
EQAy7-K_…knRoQDCO
0xfc708bd2
− 0.15 TON
Received TON
EQCpvLP6…8s8f8eD6
-
+ 0.0964692 TON
Called contract
EQBfBWT7…DW_YAJ67
0x97d51f2f
− 0.25 TON
24 Apr, 09:28
Called contract
Failed
EQDa4VOn…tXCNICq_
0x40e108d6
− 1 TON
Received TON
EQDa4VOn…tXCNICq_
-
+ 0.9988216 TON
24 Apr, 09:26
Called contract
Failed
EQDa4VOn…tXCNICq_
0x40e108d6
− 0.8 TON
Received TON
EQDa4VOn…tXCNICq_
-
+ 0.7988216 TON
24 Apr, 09:23
Called contract
Failed
EQDa4VOn…tXCNICq_
0x40e108d6
− 0.9 TON
Received TON
EQDa4VOn…tXCNICq_
-
+ 0.8988216 TON
How this data was fetched?
Use tonapi.io