🦭
Seacows AMM Docs
  • 🦭Introduction
  • SeaCows User Guide
    • Basic Function Guide
      • Link Wallet Login
      • Select Network
      • Enter The Swap Pool
      • Wallet Approve
      • Trading Settings
    • Main Function Guide
      • Buy NFTs
      • Sell NFTs
      • Deposit Liquidity
      • Earn Swap Fees
      • Withdraw Liquidity
      • Create Pool
  • FAQ(Frequent Ask Questions)
    • After I deposit the NFT, can I still withdraw the NFT I originally deposited?
    • What types of NFTs does the Seacows AMM protocol support on Ethereum?
    • Does the Seacows NFT swap support the creation of AMM pools using ERC-20 tokens?
  • Seacows NFT AMM Protocol
    • Seacows Protocol Overview
    • User Flow
      • Deposit
      • Swap
      • Withdraw
    • Speedbump
    • Algorithms and Models
    • Core System Diagrams
  • Use Cases
    • Arbitrageurs
    • 👽NFT Traders
    • 🎮Gaming
    • 🦄NFT Creators
    • 📈DeFi
  • Contract Addresses
    • ⟠ Ethereum Goerli (ETH)
    • Ethereum Mainnet
      • Blast L2
    • Solana
    • Hyperliquid
    • Seacows NFT collection
  • Technical Reference
    • Overview
    • Core
      • SeacowsERC721TradePair
        • SeacowsPairMetadata
        • Fee structure
        • SeacowsRewarder
        • SeacowsComplement
      • SeacowsPositionManager
        • FeeManagement
        • SeacowsERC3525
        • NFTRenderer
        • SeacowsFactory
    • Periphery
    • Glossary
  • Audit
  • Legal
    • Protocol license agreement
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Functions
  • royaltyRegistry
  • feeManager
  • royaltyFeeManager
  • feeTo
  • setFeeManager
  • setRoyaltyFeeManager
  • setRoyaltyRegistry
  • setFeeTo
  1. Technical Reference
  2. Core
  3. SeacowsPositionManager

FeeManagement

PreviousSeacowsPositionManagerNextSeacowsERC3525

Last updated 1 year ago

Functions

royaltyRegistry

function royaltyRegistry() external view returns (address)

Returns the address of the Royalty Registry. See .

feeManager

function feeManager() external view returns (address)

Returns the address of the Fee Manager.

royaltyFeeManager

function royaltyFeeManager() external view returns (address)

Returns the address of the Royalty Fee Manager.

feeTo

function feeTo() external view returns (address)

Returns the address that receive the Protocol Fee.

setFeeManager

function setFeeManager(address _to) external

To configure the Fee Manager address.

setRoyaltyFeeManager

function setRoyaltyFeeManager(address _to) external

To configure the Royalty Fee Manager address.

setRoyaltyRegistry

function setRoyaltyRegistry(address _to) external

To configure the Royalty Registry address.

setFeeTo

function setFeeTo(address _to) external

To configure the address to receive Protocol Fee.

Royalty Registry