FairLaunchLimitBlockTokenV3
Verified contract
Active on
Ethereum with 2,907 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$641.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.200991 | $3,190.53 |
$641.27 | |
ASTEROID | ERC-20 | 10.157442M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149404 | a day ago | | | 0 | 0.00025774904 | |
| 21139931 | 3 days ago | | | 0 | 0.00033845618 | |
| 21139703 | 3 days ago | | | 0 | 0.00035563743 | |
| 21050244 | 15 days ago | | | 0 | 0.00030130688 | |
| 21042492 | 16 days ago | | | 0 | 0.00035816149 | |
| 20991895 | 23 days ago | | | 0 | 0.00082436014 | |
| 20991894 | 23 days ago | | | 0 | 0.00080297025 | |
| 20983545 | 24 days ago | | | 0 | 0.00025521583 | |
| 20983536 | 24 days ago | | | 0 | 0.00046858048 | |
| 20983425 | 24 days ago | | | 0 | 0.00039024546 |
ABI
ABI objects
Getter at block 21158043 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
factory() view returns (address)
0x82270e5b2827b9c6730037b729072d073ac8f367
locker() view returns (address)
0x99090d2d220901de904c6e3d003d7ced4b6ec2a4
name() view returns (string)
Asteroid Shiba
poolFee() view returns (uint24)
3000
projectOwner() view returns (address)
0xc7ac038a6706321a8033d504c6cc96b3636027ac
refundFeeRate() view returns (uint256)
200
refundFeeTo() view returns (address)
0x69691ce612c244b0829b9e124cca063816da1448
softTopCap() view returns (uint256)
20000000000000000000
started() view returns (bool)
true
symbol() view returns (string)
ASTEROID
totalDispatch() view returns (uint256)
20000000000000000000000000000
totalEthers() view returns (uint256)
12170386800000000000000
totalSupply() view returns (uint256)
19999999999999999999999998062
uniswapFactory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
uniswapPositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
untilBlockNumber() view returns (uint256)
20720601
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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)
clearRefundFee()
setPoolFee(uint24 _poolFee)
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()