Let's say I want to store an interface in EVM storage. Any idea how much this costs and how many slots of storage this takes up?
Is it cheaper to store an interface in contract storage or to create a new one every time in memory?
Example:
ERC20Interface BabyDoge = ERC20Interface('SOME_ADDRESS_HERE');