GetGovStakerPct
GetGovStakerPct returns the GovStaker fee percentage.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/protocol_fee.GetGovStakerPct()"
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.
GetGovStakerPct returns the GovStaker fee percentage.
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/protocol_fee.GetGovStakerPct()"