CLIPricingStrategy
Verified contract
Active on
Ethereum with 351 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5475…e058
Balances ($0.00)
No balances found for "CLIPricingStrategy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11328495 | 4 years ago | | | 0 | 0.0025712780 | |
| 10975556 | 4 years ago | | | 0 | 0.0090102600 | |
| 10975528 | 4 years ago | | | 0 | 0.0090102600 | |
| 10975510 | 4 years ago | | | 0 | 0.0090102600 | |
| 10975489 | 4 years ago | | | 0 | 0.0090102600 | |
| 10975470 | 4 years ago | | | 0 | 0.0090102600 | |
| 10975447 | 4 years ago | | | 0 | 0.0090102600 | |
| 10975426 | 4 years ago | | | 0 | 0.0090102600 | |
| 10975396 | 4 years ago | | | 0 | 0.0082542600 | |
| 10975377 | 4 years ago | | | 0 | 0.0090102600 |
ABI
ABI objects
Getter at block 21249015
CAN_ALLOCATE_REFERRAL_TOKENS() view returns (uint256)
14
CAN_BURN_TOKENS() view returns (uint256)
1
CAN_CANCEL_TRANSACTION() view returns (uint256)
13
CAN_INTERACT_WITH_ALLOCATOR() view returns (uint256)
5
CAN_LOCK_TOKENS() view returns (uint256)
3
CAN_MINT_TOKENS() view returns (uint256)
0
CAN_PAUSE_TOKENS() view returns (uint256)
7
CAN_SEE_BALANCE() view returns (uint256)
12
CAN_SET_ALLOCATOR_MAX_SUPPLY() view returns (uint256)
6
CAN_SET_REFERRAL_MAX_SUPPLY() view returns (uint256)
15
CAN_SET_WHITELISTED() view returns (uint256)
17
CAN_UPDATE_PRICE() view returns (uint256)
4
CAN_UPDATE_STATE() view returns (uint256)
2
CONTRACT_AGENT() view returns (uint256)
5
CONTRACT_ALLOCATOR() view returns (uint256)
4
CONTRACT_CROWDSALE() view returns (uint256)
3
CONTRACT_FORWARDER() view returns (uint256)
6
CONTRACT_LOCKUP() view returns (uint256)
9
CONTRACT_PRICING() view returns (uint256)
2
CONTRACT_REFERRAL() view returns (uint256)
7
CONTRACT_STATS() view returns (uint256)
8
CONTRACT_TOKEN() view returns (uint256)
1
ECLIUDED_ADDRESSES() view returns (uint256)
8
ERROR_ACCESS_DENIED() view returns (string)
ERROR_ACCESS_DENIED
ERROR_NOT_AVAILABLE() view returns (string)
ERROR_NOT_AVAILABLE
ERROR_NO_CONTRACT() view returns (string)
ERROR_NO_CONTRACT
ERROR_WRONG_AMOUNT() view returns (string)
ERROR_WRONG_AMOUNT
EXTERNAL_CONTRIBUTORS() view returns (uint256)
11
MANUAL_TOKENS_ALLOCATION() view returns (uint256)
16
MONTH_IN_SECONDS() view returns (uint256)
2629746
SIGNERS() view returns (uint256)
10
SIX_MONTHS() view returns (uint256)
15778476
TIER_ELEMENTS_AMOUNT() view returns (uint256)
9
WHITELISTED() view returns (uint256)
9
YEAR_IN_SECONDS() view returns (uint256)
31556952
currencyDecimals() view returns (uint256)
5
etherPriceInCurrency() view returns (uint256)
34293553
getArrayOfTiers() view returns (uint256[])
[5000, 20000000000000000000000000, 0, 0, 0, 0, 0, 1606175000, 1606176000]
getTiersAmount() view returns (uint256)
1
isInitialized() view returns (bool)
true
isOwner() view returns (bool)
false
management() view returns (address)
0x5475379562cff40032733220128e8d58a917e058
owner() view returns (address)
0x78c9de1f8a6170b1e0b65fd9fc72c4041f1f5856
percentageAbsMax() view returns (uint256)
100
priceUpdateAt() view returns (uint256)
1601627534
tokenDecimals() view returns (uint256)
18
Read-only
calculateBonusAmount(uint256 _tierIndex, uint256 _tokens, uint256 _bonusProduced) view returns (uint256)
calculateCurrencyByTokens(uint256 _tierIndex, uint256 _tokenAmount) view returns (uint256)
calculateTokensByCurrency(uint256 _tierIndex, uint256 _currencyAmount) view returns (uint256)
getActualTierIndex(uint256 _tokensSold) view returns (uint256)
getCurrencyAmount(uint256 _weiAmount) view returns (uint256)
getDiscount(uint256 _tierIndex) view returns (uint256)
getMaxEtherInvest(uint256 _tierIndex) view returns (uint256)
getMinEtherInvest(uint256 _tierIndex) view returns (uint256)
getRemainingTokens(uint256 _tokensSold) view returns (uint256)
getTierActualDates(uint256 _tokensSold) view returns (uint256 startTime, uint256 endTime)
getTierIndex(uint256 _tokensSold) view returns (uint256)
getTierUnsoldTokens(uint256 _tokensSold) view returns (uint256)
getTokenInCurrency(uint256 _tierIndex) view returns (uint256)
getTokens(address, uint256 _tokensAvailable, uint256 _tokensSold, uint256 _currencyAmount, uint256 _bonusProduced) view returns (uint256 tokens, uint256 tokensExcludingBonus, uint256 bonus)
getTokensWithoutRestrictions(uint256 _currencyAmount, uint256 _tokensSold) view returns (uint256 tokens, uint256 tokensExcludingBonus, uint256 bonus)
getWeis(uint256 _bonusProduced, uint256 _tokensSold, uint256 _tokens) view returns (uint256 totalWeiAmount, uint256 tokensBonus)
tiers(uint256) view returns (uint256 tokenInCurrency, uint256 maxTokensCollected, uint256 bonusCap, uint256 discountPercents, uint256 bonusPercents, uint256 minInvestInCurrency, uint256 maxInvestInCurrency, uint256 startTime, uint256 endTime)
State-modifying
Events renounceOwnership()
setEtherInCurrency(string _price)
setManagementContract(address _management)
transferOwnership(address newOwner)
updateDates(uint8 _tierId, uint256 _start, uint256 _end)
updateTier(uint256 _tierId, uint256 _tokenInCurrency, uint256 _maxTokensCollected, uint256 _bonusCap, uint256 _discountPercents, uint256 _bonusPercents, uint256 _minInvestInCurrency, uint256 _maxInvestInCurrency, uint256 _startTime, uint256 _endTime)
NewPriceTicker(string _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _management, uint256 _etherPriceInCurrency, uint256[] _tiers)
This contract contains no fallback and receive objects.
This contract contains no error objects.