Skip to content

Commit e660d98

Browse files
authored
7.16打卡
1 parent 2be9a77 commit e660d98

File tree

1 file changed

+18
-33
lines changed

1 file changed

+18
-33
lines changed

Zed_WICL1st.md

+18-33
Original file line numberDiff line numberDiff line change
@@ -365,48 +365,33 @@ Token URI是一个非常灵活的工具,可以用来展示和访问各种类
365365
- Introduction to Web3:// Access Protocol (CoLearning 2024)
366366
- Homework1
367367
- 1. Find the ownership of an your favor NFT
368-
the NFT I found:https://opensea.io/collection/castile-tarot
369-
the creator: 0x5293050b1682F72718386B0Ed98D2Db9D4609Ec7
370-
the contract: 0x89B8D549feA2eBd2aA0b375ce0DCaBba79e7e636
371-
the owner:
372-
搞不太明白,好像这个是一个集合,里面有很多NFT,每张塔罗牌都是一个独立的NFT。
373-
这个页面里面显示的是库存的Owner:https://etherscan.io/token/0x89b8d549fea2ebd2aa0b375ce0dcabba79e7e636#inventory
374-
这个页面里面显示的是Holder:https://etherscan.io/token/0x89b8d549fea2ebd2aa0b375ce0dcabba79e7e636#balances
368+
- the NFT I found:https://opensea.io/collection/castile-tarot
369+
- the creator: 0x5293050b1682F72718386B0Ed98D2Db9D4609Ec7
370+
- the contract: 0x89B8D549feA2eBd2aA0b375ce0DCaBba79e7e636
371+
- the owner:
372+
- 搞不太明白,好像这个是一个集合,里面有很多NFT,每张塔罗牌都是一个独立的NFT。
373+
- 这个页面里面显示的是库存的Owner:https://etherscan.io/token/0x89b8d549fea2ebd2aa0b375ce0dcabba79e7e636#inventory
374+
- 这个页面里面显示的是Holder:https://etherscan.io/token/0x89b8d549fea2ebd2aa0b375ce0dcabba79e7e636#balances
375375

376376
- 2. Find the balance of an account in an ERC-20 contract (USDC / USDT)
377-
the creator above:0x5293050b1682F72718386B0Ed98D2Db9D4609Ec7
378-
the balance:
379-
ETH BALANCE:3.296356412928525309 ETH
380-
ETH VALUE:$11,085.47 (@ $3,362.95/ETH)
381-
TOKEN HOLDINGS:ERC-20 Tokens:0.2133 Blur Pool:$716.28
377+
- the creator above:0x5293050b1682F72718386B0Ed98D2Db9D4609Ec7
378+
- the balance:
379+
- ETH BALANCE:3.296356412928525309 ETH
380+
- ETH VALUE:$11,085.47 (@ $3,362.95/ETH)
381+
- TOKEN HOLDINGS:ERC-20 Tokens:0.2133 Blur Pool:$716.28
382382

383383
- 3. Deploy a contract in auto model and say “hello world”
384384
- 4. Deploy a contract in manual model and say “hello world”
385-
完全没有接触过,在ChatGPT的帮助下尝试了一下,用ChatGPT写的代码使用remix vm部署了一下,IDE返回信息:
386-
[vm]from: 0x5B3...eddC4to: HelloWorld.(constructor)value: 0 weidata: 0x608...a0033logs: 0hash: 0x13e...3d135
387-
status 0x1 Transaction mined and execution succeed
388-
transaction hash 0x13ea65accfa2f7d9a738d9762b75db70d1f80038248f5fae48d62c82ce23d135
389-
block hash 0xb3bfc9981384ae1752614b62cf373bf2d414ee35d10d7c7752b80a75aa89110a
390-
block number 2
391-
contract address 0xd8b934580fcE35a11B58C6D73aDeE468a2833fa8
392-
from 0x5B38Da6a701c568545dCfcB03FcB875f56beddC4
393-
to HelloWorld.(constructor)
394-
gas 272860 gas
395-
transaction cost 237269 gas
396-
execution cost 160751 gas
397-
input 0x608...a0033
398-
decoded input {}
399-
decoded output -
400-
logs []
401-
好像在这个里面部署的不是真的部署了,只是在虚拟环境中部署了。这里面返回的合约地址在 https://etherscan.io/ 这里面查询到的不是一个新合约的样子
402-
后来又看了一眼:https://web3url.io/#/ 里面有介绍auto model和manual model,怀疑自己是不是整个方向搞错了?
385+
- 完全没有接触过,在ChatGPT的帮助下尝试了一下,用ChatGPT写的代码使用remix vm部署了一下。:
386+
- 好像在这个里面部署的不是真的部署了,只是在虚拟环境中部署了。这里面返回的合约地址在 https://etherscan.io/ 这里面查询到的不是一个新合约的样子
387+
- 后来又看了一眼:https://web3url.io/#/ 里面有介绍auto model和manual model,怀疑自己是不是整个方向搞错了?
403388
### 希望有人可以帮助告诉一下正确的方法是什么?
404389

405390
- Question and Ideas(有什么疑问/或者想法,可以记在这里,也可以分享到共学频道群讨论交流)
406-
暂时感觉对这些感念还是模模糊糊的状态,好像明白好像不太明白。看大家在telegram中的聊天也不太看得懂。
391+
- 暂时感觉对这些感念还是模模糊糊的状态,好像明白好像不太明白。看大家在telegram中的聊天也不太看得懂。
407392
- TODO
408-
需要进一步查看:https://docs.web3url.io/
409-
想要进一步了解:Native web3:// Clients:https://github.com/web3-protocol/evm-browser or https://github.com/web3-protocol/web3curl-js 打开看了不会用
393+
- 需要进一步查看:https://docs.web3url.io/
394+
- 想要进一步了解:Native web3:// Clients:https://github.com/web3-protocol/evm-browser or https://github.com/web3-protocol/web3curl-js 打开看了不会用
410395
- Mark:https://w3-box.w3eth.io/#/ 这个好像是hw2用得到的一个地址
411396

412397
### 07.17

0 commit comments

Comments
 (0)