newCrowdsale
Verified contract
Active on
Ethereum with 403 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,585.84 |
$0 | |
LINO | ERC-20 | 20 | -- | -- | |
VTY | ERC-20 | 17.087851 | -- | -- | |
ARB | ERC-20 | 0.000404 | -- | -- | |
XRPC | ERC-20 | 0.000003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7568205 | 6 years ago | | | 0.20884054 | 0.000066645000 | |
| 6313780 | 6 years ago | | | 0.1511 | 0.00086440300 | |
| 5463626 | 7 years ago | | | 0.04 | 0.000088860000 | |
| 5463614 | 7 years ago | | | 0.04 | 0.00011107500 | |
| 5463610 | 7 years ago | | | 0.04 | 0.00011107500 | |
| 5463138 | 7 years ago | | | 0.03 | 0.000088860000 | |
| 5463131 | 7 years ago | | | 0.04 | 0.00033322500 | |
| 5463129 | 7 years ago | | | 0.04 | 0.00033322500 | |
| 5463129 | 7 years ago | | | 0.04 | 0.00013329000 | |
| 5463128 | 7 years ago | | | 0.04 | 0.00022215000 |
ABI
ABI objects
Getter at block 21284418
coinPercentage() view returns (uint256)
5
endTime() view returns (uint256)
1522778946
hasEnded() view returns (bool)
true
isCrowdsalePaused() view returns (bool)
false
isCrowdsaleStopped() view returns (bool)
false
majorOwnerShares() view returns (uint256)
100
minorOwnerShares() view returns (uint256)
10
owner() view returns (address)
0xd9acba6f45c7bed110cf7e86406ba2d295e9cc3a
rate() view returns (uint256)
1580000000
startTime() view returns (uint256)
1515002946
token() view returns (address)
0xadb41fcd3df9ff681680203a074271d3b3dae526
weiRaised() view returns (uint256)
149961794856886746511
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.