Skip to content

Spatial distributions

Zvezdin edited this page Feb 24, 2018 · 2 revisions

Spatial distributions are ways to extract recent changes or the state from blockchain data by representing it as an image. The following sections assume that you are familiar with the distributions defined in the paper.

Additional distributions

Distributions, not defined in the paper but that have been implemented and experimented with.

Contract balance last seen distribution

Distribution of contract accounts based on their balance (X) and seconds since last activity (Y).

An example distribution with Log 1.2 scale:

An example distribution with Log 1.2 scale

An example distribution with Log 2 scale:

An example distribution with Log 2 scale

Contract volume in ERC20 Distribution

Distribution of recently active contract accounts based on input volume (X) and number of (ERC20) operations with them (Y).

An example distribution with Log 2 scale:

An example distribution with Log 2 scale

Clone this wiki locally