跳至主要內容

zkevm_estimateCounters RPC Method

載入中...

更新於
Apr 17, 2026

zkevm_estimateCounters RPC Method

參數

交易
物件
載入中...
來自
字串
載入中...
字串
必填
載入中...
氣體
字串
載入中...
gasPrice
整數
載入中...
整數
載入中...
資料
字串
載入中...

退貨

結果
物件
載入中...
countersUsed
物件
載入中...
gasUsed
字串
載入中...
usedKeccakHashes
字串
載入中...
usedPoseidonHashes
字串
載入中...
usedPoseidonPaddings
字串
載入中...
usedMemAligns
字串
載入中...
usedArithmetics
字串
載入中...
usedBinaries
字串
載入中...
usedSteps
字串
載入中...
usedSHA256Hashes
字串
載入中...
countersLimit
物件
載入中...
maxGasUsed
字串
載入中...
maxKeccakHashes
字串
載入中...
maxPoseidonHashes
字串
載入中...
maxPoseidonPaddings
字串
載入中...
maxMemAligns
字串
載入中...
maxArithmetics
字串
載入中...
maxBinaries
字串
載入中...
maxSteps
字串
載入中...
maxSHA256Hashes
字串
載入中...
請求
回應
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"countersUsed": {
6
"gas": 21000,
7
"keccakHashes": 6,
8
"poseidonhashes": 896,
9
"poseidonPaddings": 12,
10
"memAligns": 0,
11
"arithmetics": 557,
12
"binaries": 638,
13
"steps": 9088,
14
"SHA256hashes": 0
15
},
16
"countersLimits": {
17
"gas": 21000,
18
"keccakHashes": 9029,
19
"poseidonhashes": 1028275,
20
"poseidonPaddings": 569223,
21
"memAligns": 996141,
22
"arithmetics": 996141,
23
"binaries": 1992283,
24
"steps": 31876521,
25
"SHA256hashes": 7083
26
},
27
"revertInfo": {
28
"message": "",
29
"data": null
30
},
31
"oocError": ""
32
}
33
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"countersUsed": {
6
"gas": 21000,
7
"keccakHashes": 6,
8
"poseidonhashes": 896,
9
"poseidonPaddings": 12,
10
"memAligns": 0,
11
"arithmetics": 557,
12
"binaries": 638,
13
"steps": 9088,
14
"SHA256hashes": 0
15
},
16
"countersLimits": {
17
"gas": 21000,
18
"keccakHashes": 9029,
19
"poseidonhashes": 1028275,
20
"poseidonPaddings": 569223,
21
"memAligns": 996141,
22
"arithmetics": 996141,
23
"binaries": 1992283,
24
"steps": 31876521,
25
"SHA256hashes": 7083
26
},
27
"revertInfo": {
28
"message": "",
29
"data": null
30
},
31
"oocError": ""
32
}
33
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用