Based off my work in the stdlib: https://github.com/sablier-labs/stdlib/blob/main/src/precompiles/native-tokens/NativeTokens.sol We need the following functions: - [x] `balanceOf` - [x] `burn` - [x] `mint` - [x] `transfer` - [x] `transferAndCall` - [x] `transferMultiple` - [x] `transferMultipleAndCall` - [x] `callValues`
Based off my work in the stdlib: https://github.com/sablier-labs/stdlib/blob/main/src/precompiles/native-tokens/NativeTokens.sol
We need the following functions:
balanceOfburnminttransfertransferAndCalltransferMultipletransferMultipleAndCallcallValues