LaunchPadCreator
Verified contract
Active on
Ethereum with 401 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTR | ERC-20 | 57.584742K | $0.00056 |
$32.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20654130 | 2 months ago | | | 0 | 0.000067355571 | |
| 14822462 | 2 years ago | | | 0 | 0.0010126402 | |
| 14798180 | 2 years ago | | | 0 | 0.00084218577 | |
| 14421679 | 3 years ago | | | 0 | 0.00081449826 | |
| 13886996 | 3 years ago | | | 0 | 0.0035420017 | |
| 13837322 | 3 years ago | | | 0 | 0.0034791991 | |
| 13837317 | 3 years ago | | | 0 | 0.0052469936 | |
| 13793174 | 3 years ago | | | 0 | 0.0037335216 | |
| 13793167 | 3 years ago | | | 0 | 0.0047836285 | |
| 13783122 | 3 years ago | | | 0 | 0.0024274341 |
ABI
ABI objects
Getter at block 21078743
claimUnlocked() view returns (bool)
true
claimUnlockedTimestamp() view returns (uint256)
1631116800
endUnlocked() view returns (bool)
true
firstVestingUnlockTimestamp() view returns (uint256)
1633708800
getRound1Duration() view returns (uint256)
3600
multiplier() view returns (uint256)
1000
owner() view returns (address)
0x9361cfd316000bf4b9ca8d32a53ba601975db237
participants() view returns (uint256)
102
round1BeganAt() view returns (uint256)
1631106000
roundNumber() view returns (uint256)
3
secondVestingUnlockTimestamp() view returns (uint256)
1636387200
stableCoin() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
stableRaised() view returns (uint256)
99999520500000000006668
stableTarget() view returns (uint256)
100000000000000000000000
token() view returns (address)
0x923b83c26b3809d960ff80332ed00aa46d7ed375
tokenTarget() view returns (uint256)
1000000000000000000000000
totalOwed() view returns (uint256)
57579947100000000000000
Read-only
claimable(address) view returns (uint256)
claimableAmount(address user) view returns (uint256)
claimed(address) view returns (uint256)
isWhitelisted(address _address) view returns (bool)
remainToClaim(address user) view returns (uint256)
round1Allowance(address) view returns (uint256)
round2Allowance(address _address) view returns (uint256)
State-modifying
Events addMultipleWhitelistedAddresses(address[] _addresses, uint256[] _allocations)
addWhitelistedAddress(address _address, uint256 _allocation)
buyRound1Stable(uint256 _amount)
buyRound2Stable(uint256 _amount)
claim() returns (bool)
finishSale()
initSale(uint256 _tokenTarget, uint256 _stableTarget)
initVestingsTimestamp(uint256 _first, uint256 _second)
removeWhitelistedAddress(address _address)
renounceOwnership()
setClaimableTimestamp(uint256 _claimUnlockedTimestamp)
setRound1Timestamp(uint256 _round1BeginAt)
startSale()
transferOwnership(address newOwner)
withdrawStable() returns (bool)
withdrawToken() returns (bool)
ClaimUnlockedEvent(uint256 claimTimestamp)
EndUnlockedEvent(uint256 endTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundChange(uint256 roundNumber)
StartSale(uint256 startTimestamp)
constructor(address _token, address _stable)
This contract contains no fallback and receive objects.
This contract contains no error objects.