SocialDexDeployer
Verified contract
Active on
Base with 1,055 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x515d…8939
0x3312…fdfd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LUM | ERC-20 | 0 | $37.48 |
$0 | |
CLANKER | ERC-20 | 0 | $4.96 |
$0 | |
PARADOX | ERC-20 | 0 | $2.10 |
$0 | |
RING | ERC-20 | 0 | -- | -- | |
MAXIM | ERC-20 | 0 | -- | -- | |
Magyar | ERC-20 | 0 | -- | -- | |
DRAG | ERC-20 | 0 | -- | -- | |
ART | ERC-20 | 0 | -- | -- | |
BAT | ERC-20 | 0 | -- | -- | |
MCDO50 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22416984 | a minute ago | | | 0 | 0.00016683435 | |
| 22416969 | a minute ago | | | 0 | 0.00016683435 | |
| 22416954 | 2 minutes ago | | | 0 | 0.00016683435 | |
| 22416925 | 3 minutes ago | | | 0 | 0.00017343377 | |
| 22416913 | 3 minutes ago | | | 0 | 0.00017343377 | |
| 22416902 | 4 minutes ago | | | 0 | 0.00017343377 | |
| 22416892 | 4 minutes ago | | | 0 | 0.00017343377 | |
| 22416873 | 5 minutes ago | | | 0 | 0.00017343377 | |
| 22416856 | 5 minutes ago | | | 0 | 0.00017343377 | |
| 22416844 | 6 minutes ago | | | 0 | 0.00017343377 |
ABI
ABI objects
Getter at block 22417010
defaultLockingPeriod() view returns (uint64)
4132317178
liquidityLocker() view returns (address)
0x515d45f06edd179565aa2796388417ed65e88939
lpFeesCut() view returns (uint8)
60
owner() view returns (address)
0x04f6ef12a8b6c2346c8505ee4cff71c43d2dd825
positionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
protocolCut() view returns (uint8)
30
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
taxCollector() view returns (address)
0x04f6ef12a8b6c2346c8505ee4cff71c43d2dd825
taxRate() view returns (uint8)
25
uniswapV3Factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
generateSalt(address deployer, string name, string symbol, uint256 supply) view returns (bytes32 salt, address token)
predictToken(address deployer, string name, string symbol, uint256 supply, bytes32 salt) view returns (address)
State-modifying
Events deployToken(string _name, string _symbol, uint256 _supply, int24 _initialTick, uint24 _fee, bytes32 _salt, address _deployer) payable returns (address token, uint256 tokenId)
initialSwapTokens(address token, uint24 _fee) payable
renounceOwnership()
transferOwnership(address newOwner)
updateDefaultLockingPeriod(uint64 newPeriod)
updateLiquidityLocker(address newLocker)
updateProtocolFees(uint8 newFee)
updateTaxCollector(address newCollector)
updateTaxRate(uint8 newRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address tokenAddress, uint256 lpNftId, address deployer, string name, string symbol, uint256 supply, uint256 _supply, address lockerAddress)
constructor(address taxCollector_, address weth_, address locker_, address uniswapV3Factory_, address positionManager_, uint64 defaultLockingPeriod_, address swapRouter_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)