newCrowdsale
Verified contract
Active on
Ethereum with 323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xadb4…e526
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,626.18 |
$0 | |
XRPC | ERC-20 | 2.314986M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5286800 | 7 years ago | | | 0.027 | 0.00012942000 | |
| 5286798 | 7 years ago | | | 0.029 | 0.0000021000000 | |
| 5286678 | 7 years ago | | | 0.029 | 0.0000021000000 | |
| 5190211 | 7 years ago | | | 0.058 | 0.00012942000 | |
| 5184426 | 7 years ago | | | 0 | 0.00082395000 | |
| 5183913 | 7 years ago | | | 0.07 | 0.0010182320 | |
| 5183826 | 7 years ago | | | 0.28 | 0.0010182320 | |
| 5179205 | 7 years ago | | | 0.37 | 0.00053911600 | |
| 5178696 | 7 years ago | | | 0.12230224 | 0.0050911600 | |
| 5176706 | 7 years ago | | | 1.091 | 0.00076367400 |
ABI
ABI objects
Getter at block 21294355
coinPercentage() view returns (uint256)
5
endTime() view returns (uint256)
1526826812
hasEnded() view returns (bool)
true
isCrowdsalePaused() view returns (bool)
true
isCrowdsaleStopped() view returns (bool)
false
majorOwnerShares() view returns (uint256)
100
minorOwnerShares() view returns (uint256)
10
owner() view returns (address)
0xd9acba6f45c7bed110cf7e86406ba2d295e9cc3a
rate() view returns (uint256)
1205
startTime() view returns (uint256)
1519050812
token() view returns (address)
0xadb41fcd3df9ff681680203a074271d3b3dae526
weiRaised() view returns (uint256)
98577581921195798924
Read-only
checkOwnerShare(address owner) view returns (uint256 share)
ownerAddresses(address) view returns (uint256)
State-modifying
Events addPartner(address partner)
buy(address beneficiary) payable
changePartnerCoinPercentage(uint256 percentage)
pauseCrowdsale() returns (bool)
removePartner(address partner)
resumeCrowdsale() returns (bool)
setEndDate(uint256 daysToEndFromToday) returns (bool)
setPriceRate(uint256 newPrice) returns (bool)
showMyTokenBalance(address myAddress) returns (uint256 tokenBalance)
startCrowdsale() returns (bool)
stopCrowdsale() returns (bool)
tokensRemainingForSale(address contractAddress) returns (uint256 balance)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(uint256 _daysToStart, address _walletMajorOwner)
fallback()
This contract contains no error objects.