Amount Mod 100

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

Last updated