MoneyRebelCrowdsaleContract
Verified contract
Active on
Ethereum with 1,904 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5621539 | 7 years ago | | | 0.22030628 | 0.00027289000 | |
| 5619612 | 7 years ago | | | 0.22280628 | 0.00021000000 | |
| 5619582 | 7 years ago | | | 0.22301628 | 0.00021000000 | |
| 5619010 | 7 years ago | | | 0 | 0.00037482000 | |
| 5617993 | 7 years ago | | | 1.3 | 0.0011527500 | |
| 5617870 | 7 years ago | | | 0 | 0.00066100500 | |
| 5617850 | 7 years ago | | | 1.72237 | 0.0048415500 | |
| 5617836 | 7 years ago | | | 0.95 | 0.0047262750 | |
| 5617825 | 7 years ago | | | 0.333 | 0.0048415500 | |
| 5617816 | 7 years ago | | | 0 | 0.00066004500 |
ABI
ABI objects
Getter at block 21310776
blocksInADay() view returns (uint256)
5760
crowdsaleEndedBlock() view returns (uint256)
5618330
crowdsaleStartBlock() view returns (uint256)
5578000
crowdsaleState() view returns (uint8)
1
ethRaised() view returns (uint256)
1340318764134298491984
ethToTokenConversion() view returns (uint256)
13888
investorCount() view returns (uint256)
156
maxCap() view returns (uint256)
744428391000000000000000000
minCap() view returns (uint256)
0
multisigAddress() view returns (address)
0x352c30f3092556cd42fe39cbcf585f33ce1c20bc
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
nextContributorIndex() view returns (uint256)
156
nextFreeTier() view returns (uint256)
1
owner() view returns (address)
0x9b5038409e0514a380ae23268a889ec7700188eb
tokensIssued() view returns (uint256)
20228988968528098704133171
Read-only
calculateEthToToken(uint256 _eth, uint256 _bonus) view returns (uint256)
calculateTokenToEth(uint256 _token, uint256 _bonus) view returns (uint256)
contributorIndexes(uint256) view returns (address)
contributorList(address) view returns (uint256 contributionAmount, uint256 tokensIssued)
getContributorData(address _contributor) view returns (uint256, uint256, uint256, uint256)
isAddressVerified(address _address) view returns (bool)
tierList(uint256) view returns (uint256 minContribution, uint256 maxContribution, uint256 bonus, bool tierActive)
verifiedAddresses(address) view returns (uint256)
State-modifying
Events acceptOwnership()
addAddress(address _newAddress, uint256 _tier)
batchAddAddresses(address[] _addresses, uint256[] _tiers)
removeAddress(address _oldAddress)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
setCrowdsaleEndBlock(uint256 _block)
setCrowdsaleStartBlock(uint256 _block)
setEthToTokenConversion(uint256 _ratio)
setMaxCap(uint256 _maxCap)
transferOwnership(address _newOwner)
withdrawEth()
CrowdsaleEnded(uint256 blockNumber)
CrowdsaleStarted(uint256 blockNumber)
ErrorSendingETH(address to, uint256 amount)
MaxCapReached(uint256 blockNumber)
MinCapReached(uint256 blockNumber)
OwnerUpdate(address _prevOwner, address _newOwner)
constructor()
fallback()
This contract contains no error objects.