CHERR.IO
Verified contract
Active on
Ethereum with 2,393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 2 additional slots
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DGW | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145857 | 3 days ago | | | 0 | 0.00054492176 | |
| 21145719 | 3 days ago | | | 0 | 0.00083018706 | |
| 17313894 | a year ago | | | 0 | 0.0014897159 | |
| 17302261 | a year ago | | | 0 | 0.0022541410 | |
| 17302232 | a year ago | | | 0 | 0.0019199820 | |
| 12188407 | 4 years ago | | | 0 | 0.0059036460 | |
| 11979245 | 4 years ago | | | 0 | 0.0039735480 | |
| 10893225 | 4 years ago | | | 0 | 0.0043506000 | |
| 9862172 | 5 years ago | | | 0 | 0.000028992000 | |
| 9309720 | 5 years ago | | | 0 | 0.000086976000 |
ABI
ABI objects
Getter at block 21168148
ADMIN_ALLOWANCE() view returns (uint256)
80000000000000000000000000
CONTRACT_ALLOWANCE() view returns (uint256)
120000000000000000000000000
FUNDING_ETH_HARD_CAP() view returns (uint256)
15000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
200000000000000000000000000
MINIMUM_CONTRIBUTION() view returns (uint256)
100000000000000000
MINIMUM_ETH_SOFT_CAP() view returns (uint256)
3750000000000000000000
RATE() view returns (uint256)
5333
RATE_PUBLIC_SALE() view returns (uint256)
5926
RATE_TIER1() view returns (uint256)
8743
RATE_TIER2() view returns (uint256)
7306
RATE_TIER3() view returns (uint256)
6584
TIER1_CAP() view returns (uint256)
60000000000000000000000000
TIER2_CAP() view returns (uint256)
36000000000000000000000000
adminAddress() view returns (address)
0xe0509bb3921aacc433108d403f020a7c2f92e936
beneficiaryAddress() view returns (address)
0xaec8c4242c8c2e532c6d6478a7de380263234845
contractAddress() view returns (address)
0x385fe0597fb60c281b54955e7d15c07578ce745b
decimals() view returns (uint8)
18
getCurrentTier() view returns (uint8 _tier)
3
isPaused() view returns (bool)
false
name() view returns (string)
CHERR.IO
owner() view returns (address)
0x5a0548eae41d0c2f27c1dc9182577164d9692864
participantCapTier1() view returns (uint256)
100000000000000000000
participantCapTier2() view returns (uint256)
100000000000000000000
pauseNotice() view returns (string)
poolAddress() view returns (address)
0x1a2c916b640520e1e93a78fea04a49d8345a5aa9
poolAddressCapTier1() view returns (uint256)
2000000000000000000000
poolAddressCapTier2() view returns (uint256)
2000000000000000000000
stage() view returns (uint8)
1
symbol() view returns (string)
CHR
totalSupply() view returns (uint256)
85105190561525582111104511
transferIsEnabled() view returns (bool)
true
weiRaised() view returns (uint256)
350560734118777777777
Read-only
allowance(address _owner, address _spender) view returns (uint256 theAllowance)
balanceOf(address _address) view returns (uint256 theBalance)
contributors(address) view returns (bool canContribute, uint8 tier, uint256 contributionInWeiTier1, uint256 contributionInWeiTier2, uint256 contributionInWeiTier3, uint256 contributionInWeiPublicSale)
pool(address, uint8) view returns (uint256 contributionInWei)
tierEndTime(uint256) view returns (uint256)
tokensSent(uint256) view returns (uint256)
State-modifying
Events addApprovedAddresses(address[] _addresses, uint8 _tier)
addSingleApprovedAddress(address _address, uint8 _tier)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
buy() payable returns (bool _success)
enableTransfer() returns (bool _success)
endOffering()
extendEndTime(uint256 _addedTime)
extendPublicSaleDiscountEndTime(uint256 _addedPublicSaleDiscountEndTime)
pause(string _reason)
setTokenOffering()
startPresale(uint256 _startTimePresale)
startPublicSale(uint256 _startTime)
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address _newOwner)
unpause(string _reason)
updateParticipantCapTier1(uint256 _participantCapTier1)
updateParticipantCapTier2(uint256 _participantCapTier2)
updatePoolAddressCapTier1(uint256 _poolAddressCapTier1)
updatePoolAddressCapTier2(uint256 _poolAddressCapTier2)
withdrawCrowdsaleTokens(address _to, uint256 _value) returns (bool _success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
ChangeOwnership(address indexed _owner, address indexed _newOwner)
OfferingCloses(uint256 _endTime, uint256 _totalWeiRaised)
OfferingOpens(string _msg, uint256 _startTime, uint256 _endTime)
Pause(string pauseReason)
TokenPurchase(address indexed _purchaser, uint256 _value, uint256 _tokens)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause(string unpauseReason)
constructor()
fallback()
This contract contains no error objects.