
Linea Voyage XP:对为 Linea 增长做出贡献的感谢之象征
**Voyage XP 是不可转让的 SBT,将用于表彰社区对 Linea 生态系统增长做出的非凡贡献。**
从 Linea 开发的早期开始,社...
## where is external call
```solidity
msg.sender.call(hex"")
```
```js
UniswapExchangeLiks(exchange).sync();
validate the address
```
```js
ERC20like(token).decimals();
```
## can the call be hooked
is there a way for an attacker to gain control of your execution
```
contra...
Facebook最近发表了许可链项目[Libra](https://learnblockchain.cn/docs/libra/docs/welcome-to-libra/),其中的最大亮点是Move语言。 下面我们从技术视角解读一下“Move: A Language With Programmable Resources”这篇白皮书,供大家参考。
为了便于理解,我...