Web3實習
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
## 使用PinkSale創建代幣過程&遇到的問題 - 使用Metamask錢包 - 錢包代幣不足:無法支付創建代幣所需的gas fee - 使用不同主鏈和測試鏈,分別得到以下錯誤代碼: - 乙太坊: ``` 錯誤:gas資金不足*價格+價值:地址0x84c61ca14e9Ef516c2FA2c9F9a04A0190842DaaE有0想要10000000000000000(提供gas 15010499) ``` - `價格+價值` 這是交易的總成本,包括 gas 費用和交易中傳送的價值。 - `提供gas 15010499`這表示您為此交易提供了 15010499 個 gas 單位,但這仍然不足以支付所需的 gas 費用。 >要解決此問題,需要確保帳戶中有足夠的 ETH 來支付所需的 gas 費用。可以通過轉移一些額外的 ETH 到帳戶中,或調整交易以降低 gas 使用量來解決這個問題。 >gas 費用的大小取決於交易的複雜性和網絡擁擠程度。 - BNB Smart Chain: ``` 內部 JSON-RPC 錯誤。{ "code": -32000, "message": "err: 燃氣資金不足 * 價格 + 價值: 地址 0x84c61ca14e9Ef516c2FA2c9F9a04A0190842DaaE 有 0 想要 1000900000009000000 ``` - `內部 JSON-RPC 錯誤` 這個錯誤是由以太坊節點返回的,表示在處理您的交易時發生了問題。 - `code: -32000` 這是錯誤代碼,通常用於識別錯誤的類型或原因。 <!-- "message": "err: 燃氣資金不足 * 價格 + 價值: 地址 0x84c61ca14e9Ef516c2FA2c9F9a04A0190842DaaE 有 0 想要 1000900000009000000" - 這個部分提供了錯誤的具體信息。它指出您的交易目標地址為 "0x84c61ca14e9Ef516c2FA2c9F9a04A0190842DaaE",並且該地址希望接收 1000900000009000000 個 wei,但您的帳戶中的以太幣餘額不足以支付此交易的 gas 費用和所需的價值。--> >問題同上:資金不足 - Shibarium: ``` 內部 JSON-RPC 錯誤。{ "code": -32000, "message": "err: 天然氣資金不足 * 價格 + 價值: 地址 0x84c61ca14e9Ef516c2FA2c9F9a04A0190842DaaE 有 0 想要 100000000000 ``` >問題同上:資金不足 - PulseChain: ``` 無效位址(參數=“位址”,值=“”,代碼=INVALID_ARGUMENT,版本=位址/5.7.0)(參數=“pinkAntiBot_”,值=“”,代碼=INVALID_ARGUMENT,版本=abi/5.7.0) ``` - `無效位址(參數=“位址”,值=“”,代碼=INVALID_ARGUMENT,版本=位址/5.7.0)` 這一部分指出您嘗試使用一個無效的位址(address)作為參數,並且該參數的名稱是 "位址"。具體來說,您提供的位址值是空字符串 "",這被認為是無效的。 - `參數=“pinkAntiBot_”,值=“”,代碼=INVALID_ARGUMENT,版本=abi/5.7.0` 這一部分指出您嘗試使用一個名為 "pinkAntiBot_" 的參數,但該參數的值也是空字符串 "",同樣被認為是無效的。 >要解決這個問題,需要確保提供的參數具有有效的值。檢查程式碼或交易,確保傳遞的位址和其他參數是有效的,並且不是空的。 - 領到0.25BNB後,使用BNB Smart Chain測試鏈,按下"創建代幣": - ![](https://hackmd.io/_uploads/ryA5rxCya.png) - 按"確認"後顯示的錯誤代碼: ``` [ethjs-query] 格式化來自 RPC '{"value":{"code":-32603,"data":{"code":-32000,"message":"transaction underpriced"}}}' 的輸出 ``` - 錢包顯示: - ![](https://hackmd.io/_uploads/SyAr8e0Ja.png) - 使用Coinbase錢包 - 錯誤代碼 - ![](https://hackmd.io/_uploads/SJ_yAlR1T.png) - 確認交易畫面 - ![](https://hackmd.io/_uploads/SJM4CeRk6.png) - 錢包無扣款 - ![](https://hackmd.io/_uploads/ByCa0xAkT.png) - 錯誤代碼 ``` [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":-32000,"message":"transaction underpriced"}}}' ``` 要解決此問題,您應該考慮在發送交易時提高 Gas 價格。Gas 是用於計算以太坊網路上交易費用的計算單位。天然氣價格較高的交易處理速度會更快,因為礦工有動力將其包含在下一個區塊中。 您可能需要在代碼或錢包設定中調整汽油價格,以確保您的交易提供有競爭力的價格。請注意,以太坊網路上的 Gas 價格可能會波動,因此您可能需要檢查當前 Gas 價格的可靠來源以設定適當的值。

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully