Amount Mod 10

The “Amount” of tokens in the transfer, modulo 10, 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.5 % 10 = 1 (rounded to the nearest integer). This DIMENSION is useful in detecting unusual transaction activity.

Last updated