Earlier quoted context omitted.
is there a standard eth cookbook that you are referencing? proxy and proxy admins, gasless forwarders? is there a standard body of knowledge compiled somewhere abuot this?
Gasless is made possible by meta transactions, a proposal from last year: https://eips.ethereum.org/EIPS/eip-2771 For which Openzepplin proposes documentation and an implementation https://docs.openzeppelin.com/contracts/4.x/api/metatx https://github.com/OpenZeppelin/openzeppelin-contracts/tree/... Proxied versions of standard contracts are also proposed by Openzeppelin: https://docs.openzeppelin.com/upgrades-plugins…
Amazing, someone went thru the headaches of trying to make ERC20 compliant with some local laws, wow, I'm just speechless.
I suppose there can be some value in unlocking company equity, but placing freezable contract on a public blockchain? I suppose that might make audits easier or something. However, might as well put full trust into the person with the freeze key, would likely be a lot cheaper.
Every stablecoin has the freeze function so far, and that underpins DeFi, which has become sizable. I'm probably just dumb.