Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd9ea…3b9a
0x63f6…6195
0x2b0c…7398
0xb1c7…6d8f
3 additional
variables
Balances ($20.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.005457 | $3,709.63 |
$20.24 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.06 | |
kurbi | ERC-20 | 0.1 | $0.000433 |
$0 | |
UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17427757 | 4 months ago | | | 0 | 7.4626978e-7 | |
| 12368085 | 8 months ago | | | 0 | 0.0000032476533 | |
| 12367395 | 8 months ago | | | 0 | 0.000012099874 | |
| 12367327 | 8 months ago | | | 0 | 0.0000028228231 | |
| 12366352 | 8 months ago | | | 0 | 0.000011668845 | |
| 12328351 | 8 months ago | | | 0 | 0.00026489286 | |
| 12328350 | 8 months ago | | | 0 | 0.0000080556000 | |
| 12328347 | 8 months ago | | | 0.001397586 | 0.000028041642 | |
| 12328346 | 8 months ago | | | 0.0012130618 | 0.000030483615 | |
| 12328345 | 8 months ago | | | 0 | 0.000010079903 |
ABI
ABI objects
Getter at block 23154503
CONFIRM_GAS() view returns (uint96)
360000
UNISWAP_POOL_FEE() view returns (uint24)
3000
WETH() view returns (address)
0x4200000000000000000000000000000000000006
duration() view returns (uint32)
600
durationForWaitingLockLiquidity() view returns (uint32)
172800
enabled() view returns (bool)
true
ethReceiverAdmin() view returns (address)
0xb1c7fbea2f9d7b604a481ab443596c8b783b6d8f
ethUsdPriceFeeder() view returns (address)
0x2b0c5dce47fe2ed7f3cab8d1493db3b89d397398
extraUsdGas() view returns (uint256)
10000000000000000
failedDeductRatePPB() view returns (uint32)
100000000
finishedAt() view returns (uint64)
1711446049
getAllPremints() view returns (struct IFairMintPremint[])
[]
getPremintCount() view returns (uint256)
0
level1RewardRatePPB() view returns (uint32)
30000000
level2RewardRatePPB() view returns (uint32)
10000000
liquidityLocked() view returns (bool)
true
maxMintSupply() view returns (uint96)
2000000000000000000000
mintSuccessRatePPB() view returns (uint32)
333333333
mintToken() view returns (address)
0xd9ea6d6c12ddb382ebe9a54f0ae13866c69e3b9a
needReferralActived() view returns (bool)
true
owner() view returns (address)
0x18021bc18c2d58fe04f371eb04aa1cc28b2b8fe5
positionTokenId() view returns (uint256)
92214
referral() view returns (address)
0x63f6a8345ca6ac5a78a6181c21121a3af5886195
startTimestamp() view returns (uint64)
1711445935
successDeductRatePPB() view returns (uint32)
500000000
token() view returns (address)
0xd9ea6d6c12ddb382ebe9a54f0ae13866c69e3b9a
tokenMintAmount() view returns (uint256)
1000000000000000000000
totalMinted() view returns (uint256)
2000000000000000000000
uniswapPool() view returns (address)
0x33765dff8b3bf059af71aa4ee634ac9e8a06c293
uniswapPositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
Read-only
calcMintAmount(uint256 ethValue) view returns (uint256)
calcNeedPayEth(uint256 mintAmount) view returns (uint256)
getAccountData(address account) view returns (struct IFairMintAccountData data)
State-modifying
Events addLiquidity()
confirmMint()
premint(uint256 expectMintAmount, uint256 confirmGasFee) payable
removeLiquidity(address recipient)
renounceOwnership()
setDuration(uint32 newDuration)
setDurationForWaitingLockLiquidity(uint32 newValue)
setEnabled(bool isEnabled)
setEthReceiverAdmin(address newReceiverAdmin)
setEthUsdPriceFeeder(address newPriceFeeder)
setExtraUsdGas(uint256 newExtraUsdGas)
setFailedDeductRatePPB(uint32 newFailedDeductRatePPB)
setLevel1RewardRatePPB(uint32 newLevel1RewordRatePPB)
setLevel2RewardRatePPB(uint32 newLevel2RewordRatePPB)
setMaxMintSupply(uint96 newMaxMintSupply)
setMintSuccessRatePPB(uint32 newMintSuccessRatePPB)
setNeedReferralActived(bool needActived)
setReferral(address newReferral)
setStartTimestamp(uint64 timestamp)
setSuccessDeductRatePPB(uint32 newSuccessDeductRatePPB)
setTokenMintAmount(uint256 newTokenMintAmount)
transferOwnership(address newOwner)
uniswapCollect(address recipient)
withdrawAll(address recipient)
ConfirmMinted(address indexed sender, uint256 premintCount, uint256 totalConfirmGasFee)
MintFailed(address indexed sender, uint256 deductedEth, uint256 extraGasFee, uint256 confirmGasFee)
MintSuccess(address indexed sender, address token, uint256 tokenAmount, uint256 extraGasFee, uint256 confirmGasFee)
OwnershipTransferred(address newOwner, address oldOwner)
Preminted(address indexed msgSender, uint64 confirmBlockNumber, uint256 extraGasFee, uint256 confirmGasFee, uint256 expectMintAmount)
constructor(address initialToken, address initialEthUsdPriceFeeder, address initialEthReceiverAdmin, address initialUniswapPositionManager, address multiSignAdmin)
fallback()
receive()
ConfirmGasFeeTooLow()
ExpectMintAmountIsZero()
FairMintExpired()
FairMintNotStarted()
InvalidFee()
LiquidityLocked()
LogicError()
MathOverflowedMulDiv()
MintQuotaUsedUp()
MsgValueTooLow()
NeedReferralActived()
NeedWaittingForBlocks()
NoEthReceiverFound()
NotEnabled()
OwnableInvalidOwner()
PremintsIsEmpty()
UniswapPoolNotCreated()
UniswapPoolPositionNotCreated()