Viterbo Rodriguez
Viterbo Rodriguez
This is already fixed but I don't know on which PR.
Personal notes: This was already fixed [here](https://github.com/telosnetwork/teloscan/issues/557). This is a [transaction with ERC20 tranfers](https://www.teloscan.io/tx/0xcbd263dd76624ea772e99cef626958f0c6b2bfe7fe80c7a2350b65c99ceffb07)
This issue is already done 
The problem we have here is that the main transaction query comes with `status: "0x1"` (Which means success) but the internal transactions response comes with `error: "Reverted"` and currently there's...
Blocked by https://github.com/telosnetwork/teloscan/issues/531
**Note:** in the case of the `fuel.ts` file the following code may help to solve the dialog's texts translation: ```ts const $t:(s:string) => string = GreymassFuelService.globals['$t']; console.log($t('some.path')); ```
This problem usually arises when attempting to approve an important transaction urgently, which leaves little or no time to explore and investigate what is happening. What I suggest is that...
> On samsung galaxy 24 Fixed low resolutions: 
> need a higher contrast between selected text and baclground in the darkmode view 
Notes: In the [IncentiveKey.sol](https://www.teloscan.io/address/0x7D24DE60A68ae47BE4E852cf03Dd4d8588B489Ec?tab=contract&subtab=source) file is defined the **IncentiveKey** struct as: ```solidity struct IncentiveKey { IERC20Minimal rewardToken; IERC20Minimal bonusRewardToken; IAlgebraPool pool; uint256 nonce; } ``` In the [AlgebraEternalFarming.sol](https://www.teloscan.io/address/0x7D24DE60A68ae47BE4E852cf03Dd4d8588B489Ec?tab=contract&subtab=source) is defined...