FeeManager
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FeeManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FeeManager"
ABI
ABI objects
Getter at block 22907840
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
_POSITION_MANAGER() view returns (address)
0x0000000000000000000000000000000000000000
_SWAP_ROUTER() view returns (address)
0x0000000000000000000000000000000000000000
_WETH() view returns (address)
0x0000000000000000000000000000000000000000
_lpShare() view returns (uint256)
0
lpShare() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
treasury() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_isFactoryActive(address) view returns (bool)
creatorFeesAccumulated(uint256[] positionIds) view returns (uint256[2][] amounts)
creatorOf(address) view returns (address)
isFactoryActive(address factory) view returns (bool)
State-modifying
Events collect(address factory, address[] tokens)
initialize(address swapRouter, address[] factories, address weth, address positionManager)
migrateTokenCreators(address[] tokens, address[] creators)
renounceOwnership()
setLpShares(uint256 newLpShare)
setTokenCreator(address token, address creator)
setTreasury(address newTreasury)
toggleTokenFactory(address tokenFactory, bool isActive)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FactoryInactive()
FailedInnerCall()
Forbidden()
InvalidInitialization()
InvalidShares()
LengthMismatch()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)