EarlyLiquidity
Verified contract
Active on
Ethereum with 1,876 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GLW-BETA | ERC-20 | 8.542109M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130595 | 5 days ago | | | 0 | 0.0021376259 | |
| 21104161 | 9 days ago | | | 0 | 0.00064055808 | |
| 21104148 | 9 days ago | | | 0 | 0.00086362645 | |
| 21088142 | 11 days ago | | | 0 | 0.0011021778 | |
| 21086480 | 11 days ago | | | 0 | 0.0017743487 | |
| 21086463 | 11 days ago | | | 0 | 0.0017220304 | |
| 21086441 | 11 days ago | | | 0 | 0.0018768232 | |
| 21086247 | 11 days ago | | | 0 | 0.0021627741 | |
| 20835553 | 2 months ago | | | 0 | 0.0053787360 | |
| 20832219 | 2 months ago | | | 0 | 0.0021193228 |
ABI
ABI objects
Getter at block 21167593
GLOW_TOKEN() view returns (address)
0xf4fbc617a5733eaaf9af08e1ab816b103388d8b6
HOLDING_CONTRACT() view returns (address)
0xd5970622b740a2ea5a5574616c193968b10e1297
MINER_POOL() view returns (address)
0x6fa8c7a89b22bf3212392b778905b12f3dbaf5c4
MIN_TOKEN_INCREMENT() view returns (uint256)
10000000000000000
TOTAL_INCREMENTS_TO_SELL() view returns (uint256)
1200000000
USDC_DECIMALS() view returns (uint256)
6
USDC_TOKEN() view returns (address)
0xe010ec500720be9ef3f82129e7ed2ee1fb7955f2
getCurrentPrice() view returns (uint256)
32964
totalSold() view returns (uint256)
3457891110000000000000000
Read-only
getPrice(uint256 incrementsToPurchase) view returns (uint256)
State-modifying
Events buy(uint256 increments, uint256 maxCost)
Purchase(address indexed buyer, uint256 glwReceived, uint256 totalUSDCSpent)
constructor(address _usdcAddress, address _holdingContract, address _glowToken, address _minerPoolAddress)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AllSold()
FailedInnerCall()
MinerPoolAlreadySet()
ModNotZero()
PriceTooHigh()
SafeERC20FailedOperation(address token)
TooManyIncrements()
ZeroAddress()