Constant IMPLICIT_APPROVAL_LIST
pub const IMPLICIT_APPROVAL_LIST: &'static [Address];Expand description
TIP-1035 Implicit Approval List.
Precompiles on this list are authorized to call
[crate::tip20::TIP20Token::system_transfer_from], pulling TIP-20 tokens from a user without a
prior approve(). The list is gated on TempoHardfork::T5; before activation it is empty.