NodeCrowdsale
Verified contract
Active on
Ethereum with 587 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EEE | ERC-20 | 40.292002 | -- | -- | |
APLC | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5452725 | 7 years ago | | | 0.29372836 | 0.00013614840 | |
| 5448533 | 7 years ago | | | 0.14192226 | 0.000063000000 | |
| 5446544 | 7 years ago | | | 0.25 | 0.000075638000 | |
| 5444136 | 7 years ago | | | 0.051 | 0.0031011580 | |
| 5443714 | 7 years ago | | | 0.037 | 0.00086510000 | |
| 5443608 | 7 years ago | | | 0.35 | 0.0039331760 | |
| 5441686 | 7 years ago | | | 0.35 | 0.00075638000 | |
| 5441672 | 7 years ago | | | 0.35 | 0.00049795000 | |
Transfer | 5440674 | 7 years ago | | | 0.4 | 0.000066000000 | |
Transfer | 5440662 | 7 years ago | | | 0.4 | 0.000066000000 |
ABI
ABI objects
Getter at block 21291864
minContributionUSDc() view returns (uint256)
1000
rateUSDcETH() view returns (uint256)
67893
token() view returns (address)
0xac956c72c262e5405a84dac655d5f3bea7ae9534
totalPhases() view returns (uint256)
6
wallet() view returns (address)
0x19c1f4d2cf1606d1ba3030aef48b96e56bc92a6a
weiRaised() view returns (uint256)
285100501382453227989
Read-only
bots(address) view returns (bool)
calculateTokenAmount(uint256 _weiDeposit, uint256 _bonusTokensPercent) view returns (uint256)
calculateUSDcValue(uint256 _weiDeposit) view returns (uint256)
getBonusPercent(uint256 datetime) view returns (uint256)
owners(address) view returns (bool)
State-modifying
Events addBot(address _address)
addOwner(address _address)
buyTokens(address beneficiary) payable
delBot(address _address)
delOwner(address _address)
setRate(uint256 _rateUSDcETH)
setWallet(address _address)
BotAdded(address indexed newBot)
BotRemoved(address indexed removedBot)
OwnerAdded(address indexed newOwner)
OwnerRemoved(address indexed removedOwner)
RateUpdate(uint256 rate)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 bonusPercent, uint256 amount)
WalletSet(address indexed wallet)
constructor(address _tokenAddress, uint256 _initialRate)
fallback()
This contract contains no error objects.