SocialDexDeployer
Verified contract
Active on
Base with 66 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd00c…94e5
0x3312…fdfd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
¯\_(ツ)_/¯ | ERC-20 | 0 | -- | -- | |
🪤 | ERC-20 | 0 | -- | -- | |
NTP | ERC-20 | 0 | -- | -- | |
PRIMAL | ERC-20 | 0 | -- | -- | |
NBTC | ERC-20 | 0 | -- | -- | |
DOGS | ERC-20 | 0 | -- | -- | |
NET | ERC-20 | 0 | -- | -- | |
$DTLR | ERC-20 | 0 | -- | -- | |
TEST | ERC-20 | 0 | -- | -- | |
∞ | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22973227 | an hour ago | | | 0.2 | 0.00018059837 | |
| 22972327 | 2 hours ago | | | 0.003 | 0.00018766765 | |
| 22972254 | 2 hours ago | | | 0.0001 | 0.000035329147 | |
| 22972246 | 2 hours ago | | | 0.008 | 0.00018769201 | |
| 22972233 | 2 hours ago | | | 0.0001 | 0.000035193046 | |
| 22972005 | 2 hours ago | | | 0.01 | 0.00019124619 | |
| 22971974 | 2 hours ago | | | 0.0101 | 0.00018678982 | |
| 22971820 | 2 hours ago | | | 0.001 | 0.00018678866 | |
| 22971724 | 2 hours ago | | | 0.0001 | 0.00023720957 | |
| 22971720 | 2 hours ago | | | 0.01 | 0.00018769238 |
ABI
ABI objects
Getter at block 22975463
defaultLockingPeriod() view returns (uint64)
33275115461
fee() view returns (uint24)
10000
liquidityLocker() view returns (address)
0xd00c96804e9ff35f10c7d2a92239c351ff3f94e5
lpFeesCut() view returns (uint8)
50
owner() view returns (address)
0xcc4193b652fcb25347bb44a88d2b09b52585643f
positionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
protocolCut() view returns (uint8)
30
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
taxCollector() view returns (address)
0x2a67566660714afad6eb80a8a64eb7431b121f3c
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, bytes32 _salt) 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)