OMICrowdsale
Verified contract
Active on
Ethereum with 314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5208…f231
0xcfe1…0f45
Balances ($0.00)
No balances found for "OMICrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6604810 | 6 years ago | | | 0 | 0.00036023200 | |
| 6571895 | 6 years ago | | | 0 | 0.00033771750 | |
| 6536847 | 6 years ago | | | 0 | 0.00012011600 | |
| 6536844 | 6 years ago | | | 0 | 0.00018011600 | |
| 6531612 | 6 years ago | | | 0 | 0.00022514500 | |
| 6531216 | 6 years ago | | | 0 | 0.00036023200 | |
| 6512818 | 6 years ago | | | 0 | 0.000090058000 | |
| 6477131 | 6 years ago | | | 0 | 0.00027017400 | |
| 6468406 | 6 years ago | | | 0 | 0.000054034800 | |
| 6465544 | 6 years ago | | | 0 | 0.000090058000 |
ABI
ABI objects
Getter at block 21414666 isOpen() view returns (bool)
isFinalized() view returns (bool)
false
isOMICrowdsaleContract() pure returns (bool)
true
owner() view returns (address)
0x470ae90656f7b3f37c1aab298defd85298e69137
paused() view returns (bool)
true
rate() view returns (uint256)
4726
token() view returns (address)
0x52089ba2c27523cf44826cfb92c711d3ef4df231
tokenLock() view returns (address)
0xcfe17af4e4e1b7d546730ce1bfbcf0ba2b380f45
totalTokensSold() view returns (uint256)
900517401134109560000000
totalUSDRaised() view returns (uint256)
0
wallet() view returns (address)
0xa93d2cfae313cfbb4235a603d0b82fc75ae6a372
weiRaised() view returns (uint256)
112812653291210000000
Read-only
getPurchaseRecord(address _beneficiary) view returns (uint256)
purchaseRecords(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addManyToWhitelist(address[] _beneficiaries)
addToWhitelist(address _beneficiary)
buyTokens(address _beneficiary) payable
finalize()
pause()
removeFromWhitelist(address _beneficiary)
renounceOwnership()
setRate(uint256 _newRate) returns (bool)
setUSDRaised(uint256 _total)
transferOwnership(address _newOwner)
unpause()
CrowdsaleFinished()
CrowdsaleStarted()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RateChanged(uint256 newRate)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
USDRaisedUpdated(uint256 newTotal)
Unpause()
WhitelistAddressAdded(address newWhitelistAddress)
WhitelistAddressRemoved(address removedWhitelistAddress)
constructor(uint256 _startingRate, address _ETHWallet, address _OMIToken, address _OMITokenLock)
fallback()
This contract contains no error objects.