GetDevOpsPct
GetDevOpsPct returns the DevOps fee percentage.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/protocol_fee.GetDevOpsPct()"
Result
Package protocol_fee manages fee collection and distribution for GnoSwap protocol operations.
This contract collects fees from various protocol operations (swaps, pool creation, withdrawals, staking claims) and distributes them to DevOps and Governance Stakers according to configurable percentages.
Distribution Targets:
Key Functions:
The contract uses a version manager pattern for upgradeable implementations.
GetDevOpsPct returns the DevOps fee percentage.
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/protocol_fee.GetDevOpsPct()"