FairLaunchLimitBlockTokenV3
Verified contract
Active on
Ethereum with 579 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000021 | $3,200.73 |
$0.07 | |
TEST | ERC-20 | 0 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122500 | 5 days ago | | | 0 | 0.00038561121 | |
| 21122498 | 5 days ago | | | 0 | 0.00029075795 | |
| 20978491 | 25 days ago | | | 0 | 0.00048226979 | |
| 20932690 | a month ago | | | 0 | 0.00056438113 | |
| 20807484 | 2 months ago | | | 0 | 0.00044359281 | |
| 20807483 | 2 months ago | | | 0 | 0.00077883242 | |
| 20801357 | 2 months ago | | | 0 | 0.00046252518 | |
| 20792348 | 2 months ago | | | 0 | 0.0015138919 | |
| 20781626 | 2 months ago | | | 0 | 0.0014048393 | |
| 20781622 | 2 months ago | | | 0 | 0.0012382667 |
ABI
ABI objects
Getter at block 21157467 meta() view returns (string)
CLAIM_COMMAND() view returns (uint256)
200000000000000
MINIMAL_FUND() view returns (uint256)
100000000000000
MINT_COMMAND() view returns (uint256)
100000000000000
REFUND_COMMAND() view returns (uint256)
200000000000000
START_COMMAND() view returns (uint256)
500000000000000
canStart() view returns (bool)
true
decimals() view returns (uint8)
18
locker() view returns (address)
0x99090d2d220901de904c6e3d003d7ced4b6ec2a4
name() view returns (string)
EPUMP TEST
poolFee() view returns (uint24)
3000
projectOwner() view returns (address)
0x984ef5bcd6c385c6f5cb3d23dff558cdf85b6ba6
refundFeeRate() view returns (uint256)
200
refundFeeTo() view returns (address)
0x69691ce612c244b0829b9e124cca063816da1448
softTopCap() view returns (uint256)
20000000000000000000
started() view returns (bool)
true
symbol() view returns (string)
TEST
totalDispatch() view returns (uint256)
20000000000000000000000000000
totalEthers() view returns (uint256)
37000000000000000
totalSupply() view returns (uint256)
20000000000000000000000000000
uniswapFactory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniswapPositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
untilBlockNumber() view returns (uint256)
20669835
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimed(address) view returns (bool)
fundBalanceOf(address) view returns (uint256)
getExtraETH(address _addr) view returns (uint256)
mightGet(address account) view returns (uint256)
minted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Deployed(address indexed addr, uint256 _type)
FundEvent(address indexed to, uint256 ethAmount, uint256 amountOfTokens)
LaunchEvent(address indexed to, uint256 amount, uint256 ethAmount, uint256 liquidity)
RefundEvent(address indexed from, uint256 amount, uint256 eth)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _locker, uint24 _poolFee, address _projectOwner, struct FairLaunchLimitBlockStruct params)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ReentrancyGuardReentrantCall()