Logic Contract
In a data separation pattern, this is the smart contract that contains the operational functions (e.g., token transfers and balance updates), referring to the data contract to read or modify data. Among the two contracts employed in a data separation pattern, the logic contract is the one that can be replaced with a newly deployed smart contract, while the data contract remains.
Back to Dictionary