Patrick Collins

Results 332 comments of Patrick Collins

Nice. I was actually just thinking about how the pie charts don't really convey what is important. Like if a wallet has everything, but keeps getting hacked every other week,...

Would be cool to also add something like `hardhat-deploy` where I can run: ``` anvil --deploy ``` and it runs through a deploy script when you start up anvil. Much...

It's somehow just this string. This string works: ```python 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB47 ``` so does this one: ```python 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB49 ``` But not this: ```python 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 ```

I have more information on the boa error! ``` (Pdb) error BoaError(call_trace=TraceFrame(computation=, source=ABI pool.withdraw(address,uint256,address) -> ['uint256'], depth=0, children=[TraceFrame(computation=, source=None, depth=1, children=[TraceFrame(computation=, source=ABI aavev3_pool_address_provider.getPriceOracle() -> ['address'], depth=2, children=[]), TraceFrame(computation=, source=None, depth=2,...

For some reason, I think it's calling functions on the mock contract I have, enough though it should be ignoring that and just using the ABI perhaps...

After trying to reproduce this error, I'm unable to. I'll close for now. (Whoops, I'm on my wrong account, I'll have to switch)

Ah, found it. https://github.com/crytic/slither/wiki/Usage#triage-mode Looks like it's labelled `triage mode` twice?