... price;
}
// in every transaction, price will go rise $20
public fun transfer(owner: address, recipient: &signer) acquires FootBallStar {
assert!(exists(owner), STAR_NOT_EXISTS); // is owner hold it ?
let card = move_from(owner);
...
...t-2.amazonaws.com/articles/14/Untitled.png](https://img.learnblockchain.cn/2025/06/05/Untitled.png)
### 1.1 摘要
Oh Baby Games 的 What The Kart 游戏玩法类似于马里奥赛车,并使用 CT(Crypto Twitter)影响者作为角色。社区很活跃,我们很好奇他们是否会授...