Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3312…fdfd
Balances ($2.78)
Native
Value
$2.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0007 | $3,975.98 |
$2.78 | |
(#1437740) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1437660) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1437156) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1437153) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1436870) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1436868) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1428259) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
AKJDAD | ERC-20 | 0 | -- | -- | |
TST | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23615057 | 3 days ago | | | 0 | 0.0000022896347 | |
| 23615054 | 3 days ago | | | 0 | 0.0000021823259 | |
| 23615041 | 3 days ago | | | 0 | 0.0000060284500 | |
| 23615039 | 3 days ago | | | 0 | 0.0000026314304 | |
| 23615037 | 3 days ago | | | 0 | 0.0000027613104 | |
| 23615035 | 3 days ago | | | 0 | 0.0000027514110 | |
| 23615033 | 3 days ago | | | 0 | 0.0000024097059 | |
| 23615030 | 3 days ago | | | 0 | 0.0000027485046 | |
| 23614990 | 3 days ago | | | 0.0001 | 0.00027299631 | |
| 23614845 | 3 days ago | | | 0 | 0.0000066194502 |
ABI
ABI objects
Getter at block 23759708
REWARD_PERCENTAGE() view returns (uint256)
15
bundleFeeSwitch() view returns (bool)
false
defaultLockingPeriod() view returns (uint64)
33275115461
deprecated() view returns (bool)
false
feeDistributor() view returns (address)
0xf2a71071883d743c538ffbd881b5c951fe91e775
owner() view returns (address)
0xa45c15f5a909569ba7e48ff1aef66271127c035f
positionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
taxCollector() view returns (address)
0xf2a71071883d743c538ffbd881b5c951fe91e775
uniswapV3Factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
TokenIdToRewardAddress(uint256) view returns (address)
generateSalt(address deployer, uint256 fid, string name, string symbol, string image, string castHash, uint256 supply) view returns (bytes32 salt, address token)
predictToken(address deployer, uint256 fid, string name, string symbol, string image, string castHash, uint256 supply, bytes32 salt) view returns (address)
State-modifying
Events collectUniswapFees(uint256 tokenId)
deployToken(string _name, string _symbol, uint256 _supply, int24 _initialTick, uint24 _fee, bytes32 _salt, address _deployer, uint256 _fid, string _image, string _castHash, address _rewardAddress) payable returns (address token, uint256 tokenId)
renounceOwnership()
setDeprecated(bool _deprecated)
toggleBundleFeeSwitch(bool _enabled)
transferOwnership(address newOwner)
updateDefaultLockingPeriod(uint64 newPeriod)
updateTaxCollector(address newCollector)
FeesCollected(uint256 tokenId, uint256 amount0, uint256 amount1)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address tokenAddress, uint256 lpNftId, address deployer, uint256 fid, string name, string symbol, uint256 supply, string castHash)
constructor(address taxCollector_, address weth_, address uniswapV3Factory_, address positionManager_, address swapRouter_, address owner_, address _feesWallet, address _wallet1, address _wallet2)
receive()
Deprecated()
InvalidTokenOrder()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
T()