addBanker to add a banker to your scope and you can withdraw all collected fees by calling withdraw("myscope", balanceOf("myscope"))Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how fee accrual and accounting works for Scopes
setMintConfiguration(address addr, MintConfig memory config)
getMintConfiguration(address addr) external view returns (MintConfig memory config)
setPatchFee(address addr, uint256 baseFee)
getPatchFee(address addr) external view returns (uint256 baseFee)
setAssignFee(address fragmentAddress, uint256 baseFee)
getAssignFee(address fragmentAddress) external view returns (uint256 baseFee)
addBanker(string memory scopeName, address addr)
removeBanker(string memory scopeName, address addr)
withdraw(string memory scopeName, uint256 amount)
balanceOf(string memory scopeName) external view returns (uint256 balance)
addBanker to add a banker to your scope and you can withdraw all collected fees by calling withdraw("myscope", balanceOf("myscope"))