ChangeableRateCrowdsale
Verified contract
Active on
Ethereum with 15,427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1b95…ecfa
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KYC | ERC-20 | 68.21 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5166155 | 7 years ago | | | 1 | 0.0021952000 | |
| 5012647 | 7 years ago | | | 0.01 | 0.0011393062 | |
| 5004970 | 7 years ago | | | 0 | 0.00048400000 | |
| 5001616 | 7 years ago | | | 0.39 | 0.0028496790 | |
| 4997468 | 7 years ago | | | 0.01 | 0.0013569900 | |
| 4980874 | 7 years ago | | | 1 | 0.0018545530 | |
| 4964527 | 7 years ago | | | 0.73536534 | 0.0027139800 | |
| 4955268 | 7 years ago | | | 0.05 | 0.000000000000182738 | |
| 4951572 | 7 years ago | | | 0.1 | 0.0027139800 | |
| 4949596 | 7 years ago | | | 0.05 | 0.0027410700 |
ABI
ABI objects
Getter at block 21247568 getReceiversCount() view returns (uint32)
bankAddress() view returns (address)
0x29f5ffb0e38e72ea60226f24b0e241bcc12868b8
currentBoundary() view returns (uint256)
7
isFinished() view returns (bool)
false
issuedTokensAmount() view returns (uint256)
102849659235779292755197300
maxTokensAmount() view returns (uint256)
137777640000000000000000000
minBuyableAmount() view returns (uint256)
10000000000000000
nextBoundaryAmount() view returns (uint256)
110222112000000000000000000
numOfBoundaries() view returns (uint256)
9
owner() view returns (address)
0x2112f8451e8fb07c866d671334122cd2ddcc182a
paused() view returns (bool)
false
token() view returns (address)
0x1b957dc4aefeed3b4a2351a6a6d5cbfbba0cecfa
tokenRate() view returns (uint256)
5150
Read-only
approved(address) view returns (bool)
getReceiver(uint32 i) view returns (address)
rateBoundaries(uint256) view returns (uint256 amount, uint256 rate)
tokens(address) view returns (uint256)
State-modifying
Events add(address _receiver, uint256 _equivalentEthAmount)
approve(address _receiver)
buy() payable
claim()
claimAll()
claimOne(address _receiver)
finish()
pause() returns (bool)
setTokenRate(uint256 _tokenRate)
sub(address _receiver, uint256 _equivalentEthAmount)
topUp(address _receiver, uint256 _equivalentEthAmount)
transferOwnership(address newOwner)
unpause() returns (bool)
Pause()
TokenAdded(address indexed _receiver, uint256 _tokens, uint256 _equivalentAmount)
TokenBought(address indexed _buyer, uint256 _tokens, uint256 _amount)
TokenSent(address indexed _receiver, uint256 _tokens)
TokenSubtracted(address indexed _receiver, uint256 _tokens, uint256 _equivalentAmount)
TokenToppedUp(address indexed _receiver, uint256 _tokens, uint256 _equivalentAmount)
Unpause()
constructor(address _tokenAddress, address _bankAddress, address _beneficiaryAddress, uint256 _tokenRate, uint256 _minBuyableAmount, uint256 _maxTokensAmount, uint256 _endDate)
fallback()
This contract contains no error objects.