0xAA

Results 74 comments of 0xAA

嗯 getAuctionPrice()函数的确可以把参数省略掉,但是其他的地方不需要改。你更新下pr吧。

直接加在第7讲foundry里?

感谢,很细节,学到了。你提个pr更新下这里?

.sol 文件也需要相应的改变 辛苦了

那用英文的吧 你提个pr?

UUPS就是通用可升级代理

> 我深入研究了一下: > > # Assert > `assert`关键字的底层`opcode`在`Solidity 8.0`之前都是[`INVALID`](https://github.com/wolflo/evm-opcodes/blob/main/gas.md#af-invalid), 是会消耗所有的剩余gas的,然后将所有状态恢复到这个call之前 > > * **AF: INVALID** > > On execution of any invalid operation, whether the designated INVALID opcode or simply...

Can you submit a pr on this issue?