Base Transformer
Last updated
Was this helpful?
Last updated
Was this helpful?
is an abstract contract that will standardize and extend useful features while inheriting the interface .
Some of the features implemented are:
: Declares support of contract interfaces (such as ITransformer, Multicall, Governable, etc.), which can then be queried by others.
support: Provides a function to batch together multiple calls in a single external call, allowing multiple actions to be taken in one transaction.
: Similar to by Open Zeppelin, but transferring ownerships requires new owner to accept pending transfer of ownership.
: Transformer contracts should never hold any token balance or native protocol assets. CollectableDust lets governors sweep any unintended tokens or native protocol assets on the contract.