Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb16f…84fb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANDYFORTECH | ERC-20 | 30M | -- | -- | |
LALA | ERC-20 | 30M | -- | -- | |
TEST5 | ERC-20 | 30M | -- | -- | |
HUEHUEELON | ERC-20 | 30M | -- | -- | |
HAPPYFRIDAY | ERC-20 | 30M | -- | -- | |
40 | ERC-20 | 30M | -- | -- | |
TTT | ERC-20 | 30M | -- | -- | |
JEREMY | ERC-20 | 30M | -- | -- | |
FLUX1 | ERC-20 | 30M | -- | -- | |
TRYGROK | ERC-20 | 30M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20737508 | a month ago | | | 0 | 0.000040009543 | |
| 20619886 | a month ago | | | 0 | 0.000030542996 | |
| 20615836 | a month ago | | | 0 | 0.000031196570 | |
| 20607918 | a month ago | | | 0 | 0.000055880796 | |
| 20052808 | 2 months ago | | | 0 | 0.000033414568 | |
| 20050731 | 2 months ago | | | 0 | 0.000035208008 | |
| 19896097 | 2 months ago | | | 0 | 0.000051971555 | |
| 19880622 | 2 months ago | | | 0 | 0.000047487930 | |
| 19670834 | 2 months ago | | | 0 | 0.000031642234 | |
| 19670561 | 2 months ago | | | 0 | 1.7971427e-7 |
ABI
ABI objects
Getter at block 22048191
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
WETH9() view returns (address)
0x4200000000000000000000000000000000000006
factory() view returns (address)
0xb16f198fe4dc259d4a5a2328312f0d1f79fa84fb
owner() view returns (address)
0xc647aefdd07059f75b8a92385d1ab8edc59f9d33
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolAlloc() pure returns (uint256)
970000000000000000000000000
v3PositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
v3UniFactory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
merkleRoots(address) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(address) view returns (string name, string symbol, address creator, address author, address pool)
users(address, address) view returns (address user, address token, uint256 claimedAt, uint256 amount, uint8 userType)
State-modifying
Events acceptOwnership()
claimAirdrop(address _token, uint8 _types, bytes32[] _merkleProof)
createToken(struct IMekceptionCreateTokenParams params) returns (address, address)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setMerkleRoot(address _token, bytes32 _merkleRoot)
transferLiquidity(address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
unpause()
AddAuthor(address indexed token, address indexed author)
AddCreator(address indexed token, address indexed creator)
AddCreatorAuthor(address indexed token, address indexed creator)
AddLiquidity(address indexed token, address pool, uint256 amountETH, uint256 amountToken, uint256 tokenId)
AddRetweeter(address indexed token, address indexed retweeter)
ChangeAuthor(address indexed token, address indexed author)
ChangeCreator(address indexed token, address indexed creator)
ClaimToken(struct IMekceptionUsers arg0)
CreateToken(address indexed token, address indexed pool)
MerkleRootSet(address indexed token, bytes32 merkleRoot)
OwnershipTransferCompleted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferInitiated(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferLiquidity(address indexed to, uint256 tokenId)
Unpaused(address account)
constructor(address _owner, address _factory)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressZero()
AlreadyClaimed()
AuthorExists()
CreatorExists()
EnforcedPause()
ExpectedPause()
ReentrancyGuardReentrantCall()
TokenInvalid()