Abinash Burman

Results 3 issues of Abinash Burman

## Veil version 3.1.14 ## OS Used - all info (architecture, linux flavor, etc) UBUNTU 22.04 ## How did you install Veil? (Apt, Clone from Github, etc.) Github ## Did...

My `mythril.solc.json` file looks like this: ``` { "remappings": [ "@openzeppelin/contracts/access/=lib/openzeppelin-contracts/contracts/access/", "@openzeppelin/contracts/utils/=lib/openzeppelin-contracts/contracts/utils/" ], "optimizer":{ "enabled": true, "runs": 500 } } ``` The error i get: ``` abinash@hacek:~/Desktop/Lottery$ myth analyze ./src/Lottery.sol...

Type: bug 🐛

I am trying to fetch price of USDT in EGLD. I am using this: https://github.com/multiversx/mx-exchange-sc/blob/main/dex/pair/src/lib.rs#L604 endpoint to fetch the price. But not sure that it is right process to do...