0x6ee92072a90019d01262b570fe725e694ed6393b
Unverified contract
Proxy
Active on
Ethereum with 229 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Meown | ERC-20 | 3.970128M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20824823 | 2 months ago | | | 0 | 0.0018649245 | |
| 20824797 | 2 months ago | | | 0 | 0.0018134475 | |
| 20824549 | 2 months ago | | | 0 | 0.0023058540 | |
| 20824535 | 2 months ago | | | 0.1 | 0.00077926559 | |
| 20824523 | 2 months ago | | | 0.1 | 0.00084344725 | |
| 20824499 | 2 months ago | | | 0 | 0.0037323489 | |
| 20824498 | 2 months ago | | | 0 | 0.0038322298 | |
| 20824497 | 2 months ago | | | 0 | 0.0038757509 | |
| 20824492 | 2 months ago | | | 0 | 0.0044930765 | |
| 20824492 | 2 months ago | | | 0 | 0.0051008602 |
ABI
ABI objects
Getter at block 21172905 adjustedLiquidityRanges() view returns (struct IMoonThatUniswapV3UtilityUniswapV3LiquidityRange[]) liquidityRanges() view returns (struct IMoonThatUniswapV3UtilityUniswapV3LiquidityRange[])
CONTRIBUTION_AMOUNT() view returns (uint256)
100000000000000000
ETHER_CONTRIBUTION_CAP() view returns (uint256)
10000000000000000000
INITIAL_OWNER() view returns (address)
0x5a5f5f188d6ad8e7868923100eb95c2122841434
MAX_DURATION() view returns (uint256)
3600
MOONTHAT_TOKEN_SINGLETON() view returns (address)
0xb6d3bff95376f451ed9464ab5da34293d477ff26
MOONTHAT_UNISWAP_V3_UTILITY() view returns (address)
0x3082913bb931c2c5c001088ff6130a765219cc19
OWNABLE_EXPIRY() view returns (uint256)
86400
PLATFORM_SHARE_OF_CONTRIBUTED_ETHER_BASIS_POINTS() view returns (uint256)
1000
PLATFORM_TREASURY() view returns (address)
0x25845fb12ba231275ebdc4060a9a5b5ad63a0643
creator() view returns (address)
0x69b2cc8f342c6d4898a4ed9b5dedc49a52d99d08
endTime() view returns (uint256)
1727232671
hasEnded() view returns (bool)
true
hasStarted() view returns (bool)
true
oracle() view returns (address)
0xdfe71f2ed588e0e585081f7f1a858e2d106cef98
oracleMessageValidity() view returns (uint256)
600
owner() view returns (address)
0x5a5f5f188d6ad8e7868923100eb95c2122841434
startTime() view returns (uint256)
1727229071
tokenAddress() view returns (address)
0xdc09855bf0dc3e6176533c61c463aa89f39c43d4
tokenProceedsFromInitialBuy() view returns (uint256)
200491452358441906788641904
totalEtherContributed() view returns (uint256)
10000000000000000000
totalParticipants() view returns (uint256)
101
Read-only
checkValidSignedMessage(bytes32 derivedMessageHash_, bytes32 providedMessageHash_, bytes messageSignature_, uint256 messageTimestamp_) view
contributions(bytes32) view returns (address participant, uint256 etherContributed, uint256 tokensClaimed)
State-modifying
Events addLiquidityAndExecuteInitialBuy()
claim(bytes32 userId_)
contribute(bytes32 userId_, uint256 messageTimestamp_, bytes32 messageHash_, bytes messageSignature_) payable
initialize(struct IMoonThatCommunityLaunchInitializeParams params_)
renounceOwnership()
rescueERC20(address token_, address to_, uint256 amount_)
rescueETH(address to_, uint256 amount_)
transferOwnership(address newOwner)
InitialBuyExecuted(uint256 etherUsed, uint256 tokenProceeds)
Initialized(uint64 version)
OracleMessageValidityUpdated(uint256 previousOracleMessageValidity, uint256 newOracleMessageValidity)
OracleUpdated(address previousOracle, address newOracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address tokenAddress)
UserClaimed(bytes32 indexed userId, address indexed participant, uint256 tokenAmount)
UserContributed(bytes32 indexed userId, address indexed participant, uint256 etherAmount)
This contract contains no constructor objects.
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
AlreadyContributed()
AlreadyInitialized()
CannotBeZeroAddress()
CannotBeZeroBytes32()
ContributionPeriodEnded()
ContributionPeriodNotEnded()
ContributionPeriodNotStarted()
ERC1167FailedCreateClone()
FailedInnerCall()
FallbackNotAllowed()
InitialBuyAlreadyExecuted()
InitialBuyNotExecuted()
InvalidContributionAmount()
InvalidInitialization()
InvalidOracleSignature()
LiquidityRangesDoNotSumToTotalSupply()
MessageHashIntegrityCheckFailed()
NoEtherContributed()
NotContributed()
NotInitializing()
OracleCannotBeZeroAddress()
OracleMessageValidityCannotBeZero()
OracleSignatureHasExpired()
OwnableExpired()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReceiveNotAllowed()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
StartTimeInPast()
TooFewLiquidityRanges()
TransferFailed()