ATCCrowdSale
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x546a…2ae1
0xec08…8473
0x0153…d213
1 additional
variable
Balances ($0.00)
No balances found for "ATCCrowdSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4689734 | 7 years ago | | | 0 | 0.0053793600 | |
| 4689731 | 7 years ago | | | 0 | 0.0053793600 | |
| 4689721 | 7 years ago | | | 0 | 0.0053793600 | |
| 4689719 | 7 years ago | | | 0 | 0.0053793600 | |
| 4689715 | 7 years ago | | | 0 | 0.0053793600 | |
| 4689712 | 7 years ago | | | 0 | 0.0064616300 | |
| 4689703 | 7 years ago | | | 0 | 0.0064571500 | |
| 4689700 | 7 years ago | | | 0 | 0.0074511500 | |
| 4689697 | 7 years ago | | | 0 | 0.028307860 |
ABI
ABI objects
Getter at block 21320998 getPeriodBonus() view returns (uint256)
ATCController() view returns (address)
0x266085436a4d9cb25603a3b1ab72338f313d7377
ATCReserveLocker() view returns (address)
0x97c3337fd435789da0fb00b93f43a9981c79934a
MAX_PERIOD_COUNT() view returns (uint8)
8
baseRate() view returns (uint256)
1500
bountyAddress() view returns (address)
0xcc0b7bfb34c17cc6e21d00a542e22fe2000f8a33
finalizedTime() view returns (uint256)
0
initialized() view returns (bool)
true
isFinalized() view returns (bool)
false
kyc() view returns (address)
0x546aa6e527ce7034df62f76f52c7399afda42ae1
maxEtherCap() view returns (uint256)
1000000000000000000
maxReached() view returns (bool)
false
minEtherCap() view returns (uint256)
50000000000000000
minReached() view returns (bool)
false
owner() view returns (address)
0x266085436a4d9cb25603a3b1ab72338f313d7377
partnersAddress() view returns (address)
0xcf0394e0b3b983604e47f6332beb83115313dfb7
paused() view returns (bool)
false
presale() view returns (address)
0xdb9095aa4c0594adb0e1db7d887300ba206e048a
presaleFallBackCalled() view returns (bool)
false
refundCompleted() view returns (uint256)
0
teamLocker() view returns (address)
0xf0077fb17de6384ab29f1e73e53722375f4a0900
token() view returns (address)
0xec08fda4c40e0b0d8927eabd1e6f1105f2398473
vault() view returns (address)
0x01538ba832526293decfefa3dc76cc6b8c68d213
weiRaised() view returns (uint256)
0
Read-only
additionalBonusAmounts(uint256) view returns (uint256)
beneficiaryFunded(address) view returns (uint256)
calculateRate(uint256 toFund) view returns (uint256)
periods(uint256) view returns (uint256 startTime, uint256 endTime, uint256 bonus)
State-modifying
Events buy(address beneficiary) payable
claimRefund(address investor) returns (bool)
claimTokens(address _claimToken)
finalize()
initialize(address _kyc, address _token, address _vault, address _presale, address _bountyAddress, address _partnersAddress, address _ATCReserveLocker, address _teamLocker, address _tokenController, uint256 _maxEtherCap, uint256 _minEtherCap, uint256 _baseRate, uint256[] _additionalBonusAmounts)
onSale() returns (bool)
pause()
presaleFallBack(uint256 _presaleWeiRaised) returns (bool)
refundAll(uint256 numToRefund)
startPeriod(uint256 _startTime, uint256 _endTime) returns (bool)
transferOwnership(address newOwner)
unpause()
ClaimedTokens(address _claimToken, address owner, uint256 balance)
CrowdSaleTokenPurchase(address indexed _investor, address indexed _beneficiary, uint256 _toFund, uint256 _tokens)
Finalized()
Initialize()
Pause()
PresaleFallBack(uint256 _presaleWeiRaised)
PushInvestorList(address _investor)
RefundAll(uint256 _numToRefund)
StartPeriod(uint256 _startTime, uint256 _endTime, uint256 _bonus)
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.