SocialDexFactoryImpl
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
17
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 "SocialDexFactoryImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SocialDexFactoryImpl"
ABI
ABI objects
Getter at block 23936696
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getRoyalties() view returns (address, uint256)
(0x0000000000000000000000000000000000000000, 0)
lpFeeBps() view returns (uint32)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
platformTreasury() view returns (address)
0x0000000000000000000000000000000000000000
positionManager() view returns (address)
0x0000000000000000000000000000000000000000
protocolCutBps() view returns (uint32)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
swapRouter() view returns (address)
0x0000000000000000000000000000000000000000
tokenImplementation() view returns (address)
0x0000000000000000000000000000000000000000
uniV3Locker() view returns (address)
0x0000000000000000000000000000000000000000
weth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
generateSalt(uint256 seed) view returns (bytes32 salt, address token)
getLPInfo(address tokenAddr) view returns (address, uint256)
getTokenConfigs(address tokenAddr) view returns (struct ISocialDexFactoryTokenConfig)
predictToken(bytes32 salt) view returns (address)
State-modifying
Events acceptOwnership()
deployToken(string _name, string _symbol, string _baseURI, bytes32 _salt, address _creator) payable returns (address tokenAddr, uint256 positionId)
initialSwapTokens(address tokenAddr) payable
initialize(address admin_, address platformTreasury_, address weth_, address swapRouter_, address positionManager_, address uniV3Locker_, address tokenImpl_, uint32 lpFeeBps_, uint32 protocolCutBps_)
renounceOwnership()
transferOwnership(address newOwner)
updateFeeBps(uint32 lpFeeBps_, uint32 protocolCutBps_)
updatePlatformTreasury(address platformTreasury_)
upgradeToAndCall(address newImplementation, bytes data) payable
FeeBpsUpdated(uint32 lpFeeBps, uint32 protocolCutBps)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ParametersSet(address admin, address platformTreasury, address weth, address swapRouter, address positionManager, address uniV3Locker, address tokenImpl, uint32 lpFeeBps, uint32 protocolCutBps)
TokenCreated(address tokenAddress, address poolAddress, uint256 lpNftId, address deployer, string name, string symbol, uint256 supply)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressZero()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
FailedDeployment()
InsufficientBalance(uint256 balance, uint256 needed)
InvalidInitialization()
InvalidParams(string reason)
InvalidSalt()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)