This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
Asset Token 1.1.0
We added filtering features for payment operations, namely Blacklist
and Whitelist
. The user deploying the contract specify in the constructor the mode to start with, but then can switch from one to another (as well to NoFilter
mode).
Depending on the active mode at a given time, the contract will check for each payment operation (send
, burn
and fund
) if the sender is allowed to do so.