GetDomainPath
GetDomainPath returns the domain path of the protocol fee contract.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/protocol_fee.GetDomainPath()"
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.
GetDomainPath returns the domain path of the protocol fee contract.
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/protocol_fee.GetDomainPath()"