This is a simple proxy contract that allows to log metadata when transferring ERC20 tokens.
Install foundry here.
Regenerate bindings:
$ forge bind --bindings-path logger-lib/src/bindings --module
$ forge build
$ cargo test
$ forge test
$ forge script script/ERC20Logger.s.sol:LoggerScript --rpc-url <your_rpc_url> --private-key <your_private_key>