Amount Mod 1000

The “Amount” of tokens in the transfer, modulo 1000, rounded to the nearest integer. Modulo is a math operation that finds the remainder when one integer is divided by another and is represented by a “%” symbol. E.g. 250,500 % 1000 = 500 (rounded to the nearest integer). This DIMENSION is useful in detecting unusual transaction activity.

Last updated