EligmaCrowdsaleContract
Verified contract
Active on
Ethereum with 764 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 |
---|---|---|---|---|---|
OCN | ERC-20 | 4 | $0.00004 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5603438 | 7 years ago | | | 0.130998 | 0.00010143000 | |
| 5589282 | 7 years ago | | | 0 | 0.00018691800 | |
| 5584079 | 7 years ago | | | 0.4 | 0.0062998550 | |
| 5584034 | 7 years ago | | | 1.5800028 | 0.00041438500 | |
| 5584014 | 7 years ago | | | 2.9 | 0.0064535100 | |
| 5584000 | 7 years ago | | | 1 | 0.0030731000 | |
| 5583973 | 7 years ago | | | 0.1 | 0.0046096500 | |
| 5583968 | 7 years ago | | | 0.57878543 | 0.0062998550 | |
| 5583966 | 7 years ago | | | 7 | 0.00092193000 | |
| 5583960 | 7 years ago | | | 7 | 0.00036000000 |
ABI
ABI objects
Getter at block 21297763
crowdsaleEndedBlock() view returns (uint256)
5584081
crowdsaleStartBlock() view returns (uint256)
5456462
crowdsaleState() view returns (uint8)
2
ethRaised() view returns (uint256)
943998850477104891433
investorCount() view returns (uint256)
387
kycAddress() view returns (address)
0x2f0a1bd676e786f9dd5543697341e717a4af61c7
maxCap() view returns (uint256)
161054117000000000000000000
minCap() view returns (uint256)
0
mintingContractAddress() view returns (address)
0xb72fc3f647c9bb4fda13ea2a1ba9b779eb786770
multisigAddress() view returns (address)
0xb06e1dce0822847097bc5a1ab6f21c240009e0b8
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x35e2469b00c9234c5e6b1c3225ccf7dd7be322c7
startPhaseLength() view returns (uint256)
720
startPhaseMaximumcontribution() view returns (uint256)
10000000000000000000
tokensIssued() view returns (uint256)
8156150068122186261981120
Read-only
calculateEthToToken(uint256 _eth, uint256 _blockNumber) view returns (uint256)
calculateTokenToEth(uint256 _token, uint256 _blockNumber) view returns (uint256)
contributorList(address) view returns (uint256 contributionAmount, uint256 tokensIssued)
State-modifying
Events acceptOwnership()
batchReturnEthIfFailed(uint256 _numberOfReturns)
claimEthIfFailed()
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
setCrowdsaleStartBlock(uint256 _block)
setKycAddress(address _newAddress)
setMintingContractAddress(address _newAddress)
setMultisigAddress(address _newAddress)
transferOwnership(address _newOwner)
withdrawEth()
withdrawRemainingBalanceForManualRecovery()
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.