Phí giao dịch
NOTE: The transaction fee has changed with the Kore
hardfork. If you want the previous document, please refer to previous document.
Kore
hardfork block numbers are as follows.
Baobab Testnet:
#111736800
Cypress Mainnet:
#119750400
The transaction fee of one transaction is calculated as follows:
As an easy-to-understand analogy in this regard, suppose you're filling up gas at a gas station. The gas price is determined by the refinery every day, and today's price is $2. If you fill 15L up, then you would pay $30 = 15L x $2/1L for it, and the $30 will be paid out of your bank account. Also, the transaction will be recorded in the account book.
Transaction fee works just the same as above. The network determines the gas price for every block. Suppose the gas price for the current block is 30 ston. If a transaction submitted by from
account was charged 21000 gas, then 630000 ston = (21000 gas * 30 ston) would be paid out of the from
account. Also, the transaction will be recorded in the block, and it will be applied in the state of all blockchain nodes.
Summing it up again, this calculated transaction fee is subtracted from the sender's or fee payer's account. However, the fee can be deducted from the balance only if the transaction is created by klay_sendTransaction/eth_sendTransaction. Because the other transactions cannot change the state since they cannot be included in the block. They are just a simulation in some way.
This is an overall explanation of the transaction fee, and from this point, we would give a detailed explanation of how gas price is determined and how the gas is calculated.
Tổng quan về gas và phí cơ sở
Gas
Mọi hành động làm thay đổi trạng thái của chuỗi khối đều cần đến gas. Khi một nút xử lý giao dịch của người dùng, ví dụ như gửi KLAY, dùng token KIP-7, hoặc thực thi một hợp đồng, người dùng phải trả phí cho việc tính toán và sử dụng dung lượng lưu trữ. Số tiền thanh toán được xác định bằng số gas
cần dùng.
Cơ chế phí gas động
Sau khi nâng cấp căn bản Klaytn v1.9.0, một cơ chế phí gas động đã thay thế chính sách phí cố định hiện có. Chính sách phí gas động cung cấp một dịch vụ ổn định cho người dùng bằng cách ngăn chặn các hành vi lạm dụng mạng lưới và chiếm dụng dung lượng lưu trữ. Phí gas thay đổi tùy theo tình hình của mạng. Có bảy tham số ảnh hưởng đến phí cơ sở (phí gas)
:
PREVIOUS_BASE_FEE: Phí cơ sở của khối trước đó
GAS_USED_FOR_THE_PREVIOUS_BLOCK: Lượng gas dùng để xử lý tất cả các giao dịch của khối trước đó
GAS_TARGET: Lượng gas quyết định việc tăng hoặc giảm phí cơ sở (hiện tại là 30 triệu)
MAX_BLOCK_GAS_USED_FOR_BASE_FEE: Hạn mức gas cho khối ẩn để thực thi tỷ lệ thay đổi phí cơ sở (hiện tại là 60 triệu)
BASE_FEE_DELTA_REDUCING_DENOMINATOR: Giá trị để đặt thay đổi phí cơ sở tối đa thành 5% mỗi khối (hiện tại là 20, có thể được nhóm quản trị thay đổi sau)
UPPER_BOUND_BASE_FEE: Giá trị tối đa cho phí cơ sở (hiện tại là 750 ston, có thể được nhóm quản trị thay đổi sau)
LOWER_BOUND_BASE_FEE: Giá trị tối thiểu cho phí cơ sở (hiện tại là 25 ston, có thể được nhóm quản trị thay đổi sau)
Base Fee
The basic idea of this algorithm is that the base fee
would go up if the gas used exceeds the base gas and vice versa. It is closely related to the number of transactions in the network and the gas used in the process. There is an upper and lower limit for the base fee
to prevent the fee from increasing or decreasing indefinitely. There is also a cap for the gas and an adjustment value for the fluctuation to prevent abrupt changes in the base fee
. The values can be changed by governance.
The base fee
is calculated for every block; there could be changes every second. Transactions from a single block use the same base fee
to calculate transaction fees. Only transactions with a gas price higher than the block base fee
can be included in the block. Half of the transaction fee for each block is burned (BURN_RATIO = 0.5, cannot be changed by governance).
LƯU Ý: Một tính năng quan trọng khiến Klaytn trở nên khác biệt với EIP-1559 của Ethereum là nó không có phí trả thêm. Klaytn tuân theo nguyên tắc “Ai đến trước thì được phục vụ trước” (FCFS) đối với các giao dịch của mình.
Gas Overview
Every action that changes the state of the blockchain requires gas. While processing the transactions in a block, such as sending KLAY, using KIP-7 tokens, or executing a contract, the user has to pay for the computation and storage usage. The payment amount is decided by the amount of gas
required.
Klaytn hiện không cung cấp phương pháp thay thế giao dịch bằng đơn giá, nhưng có thể hỗ trợ các phương pháp thay thế giao dịch khác trong tương lai. Xin lưu ý rằng trong Ethereum, một giao dịch với một số dùng một lần nhất định có thể được thay thế bằng một giao dịch mới với giá gas cao hơn.
Biểu giá gas của Klaytn
Về cơ bản, Klaytn luôn duy trì khả năng tương thích với Ethereum. Vì thế, biểu giá gas của Klaytn cũng khá tương đồng với biểu giá của Ethereum. Tuy nhiên, có một số tính năng chỉ Klaytn mới có và cần một vài hằng số mới.
LƯU Ý: Bảng gas đã thay đổi cùng với việc nâng cấp giao thức IstanbulEVM
hay còn gọi là "nâng cấp căn bản". Nếu bạn muốn đọc tài liệu trước đây, vui lòng tham khảo phần tài liệu trước đây.
Số khối nâng cấp giao thức IstanbulEVM
như sau.
Mạng thử nghiệm Baobab:
#75373312
Mạng chính thức Cypress:
#86816005
Phí chung
Hợp đồng đã lập trước
Hợp đồng đã lập trước là loại hợp đồng đặc biệt, thường thực hiện các phép tính toán mã hóa phức tạp và được khởi tạo bởi những hợp đồng khác.
Tổng lượng gas của các mục có XXXBaseGas và XXXPerWordGas (ví dụ: Sha256BaseGas, Sha256PerWordGas) được tính như sau
IntrinsicGasCost = KeyCreationGas + KeyValidationGas + PayloadGas + TxTypedGas
Bảng gas liên quan đến tài khoản
Lượng gas cần cho dữ liệu tải tin được tính toán như dưới đây
PayloadGas
Calculating PayloadGas
is simple. It is calculated as (number_of_bytes_of_tx_input) x TxDataGas(100)
TxTypedGas
There are three types of transactions in klaytn; base
, feeDelegated
, and feeDelegatedWithFeeRatio
.
For example,
TxTypeValueTransfer is the
base
type of the valueTransaction transaction.TxTypeFeeDelegatedValueTransfer is a
feeDelegated
type of the valueTransfer transaction.TxTypeFeeDelegatedValueTransferWithRatio is a
feeDelegatedWithRatio
type of the valueTransfer transaction.
This is important when calculating TxTypedGas:
First, check the TxType is
feeDelegated
orfeeDelegatedWithFeeRatio
.If the TxType is
feeDelegated
, addTxGasFeeDelegated(10000)
to TxTypedGasIf the TxType is
feeDelegatedWithFeeRatio
, addTxGasFeeDelegatedWithRatio (15000)
to TxTypedGas
Second, check the transaction creates contract or not.
If the transaction creates contract, add
TxGasContractCreation (53000)
to TxTypedGas.Otherwise, add
TxGas (21000)
to TxTypedGas.
For example,
If it's legacyTransaction and creates contract, the TxTypedGas would be
0 + TxGasContractCreation(53000)
.If it's TxTypeFeeDelegatedValueTransfer, the TxTypedGas would be
TxGasFeeDelegated(10000) + TxGas (21000)
If it's TxTypeFeeDelegatedSmartContractDeployWithRatio, the TxTypedGas would be
TxGasFeeDelegatedWithRatio (15000) + TxGasContractCreation (53000)
Last updated