Vukašin Manojlović
Vukašin Manojlović
`@typechain/starknet.js` -> `@typechain/starknet`
**Description what you'd like to happen:** I think it's self-explanatory. **Describe alternatives you've considered:** None.
I want to estimate the fee for ERC20 `transfer` function, for example: ```ts const contract = new Contract( erc20Abi, contractAddress, // e.g. 0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7 account, ); console.log(contract.estimateFee.transfer(recipient, [1, 0])); ``` but...
**What you want IINA to do:** Trim/skip silent parts when playing audio files. **What IINA does currently:** / **Why you think this should be added:** As I use IINA for...
- [x] I understand that token listing is not required to use the Uniswap Interface with a token. - [x] I understand that filing an issue or adding liquidity does...
Because of the high number of classes, the idea is to initially create a small dataset with a few classes. Currently, these countries are in focus: - [ ] Flags...
Right now, the flash mint fee is represented as a numerator of `PERCENTAGE_BASE` (e.g. flash mint fee of 1 is `1/PERCENTAGE_BASE`, which is 0.01%). The other fees use the notion...