ReversibleICO
Verified contract
Active on
Ethereum with 6,990 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($74,817.34)
Native
Value
$38,896.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 12.185 | $3,192.16 |
$38,896.47 | |
WETH | ERC-20 | 9.999961 | $3,192.70 |
$31,926.88 | |
AMPL | ERC-20 | 2.942424K | $1.35 |
$3,972.27 | |
USDT | ERC-20 | 21.7 | $1.001 |
$21.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20255194 | 4 months ago | | | 0.0001 | 0.00040462817 | |
| 17005391 | 2 years ago | | | 0.0001 | 0.00084936403 | |
| 16693789 | 2 years ago | | | <0.00000001 | 0.0045842269 | |
| 16108295 | 2 years ago | | | 0.01 | 0.00036285040 | |
| 16108287 | 2 years ago | | | 0.0001 | 0.00022953043 | |
| 13691457 | 3 years ago | | | 0.01 | 0.0038014828 | |
| 13449445 | 3 years ago | | | 0 | 0.0023680829 | |
| 13449425 | 3 years ago | | | 0 | 0.0024424090 | |
| 13428665 | 3 years ago | | | 0.001 | 0.0019561368 | |
| 13264347 | 3 years ago | | | <0.00000001 | 0.0035443442 |
ABI
ABI objects
Getter at block 21160714 getAvailableTokenAtCurrentStage() view returns (uint256) getCurrentPrice() view returns (uint256) getCurrentStage() view returns (uint8)
buyPhaseBlockCount() view returns (uint256)
1586823
buyPhaseEndBlock() view returns (uint256)
11875222
buyPhaseStartBlock() view returns (uint256)
10288400
canceledETH() view returns (uint256)
2552982077391852260514
commitPhaseBlockCount() view returns (uint256)
50623
commitPhaseEndBlock() view returns (uint256)
10288399
commitPhasePrice() view returns (uint256)
1200000000000000
commitPhaseStartBlock() view returns (uint256)
10237777
committedETH() view returns (uint256)
9929849271245945070244
deployingAddress() view returns (address)
0xc4a457c6e38541254533faf84dacffaaf6474955
freezeStart() view returns (uint256)
0
freezerAddress() view returns (address)
0x6109dcd72b8a2485a5b3ac4e76965159e9893ab7
frozen() view returns (bool)
false
frozenPeriod() view returns (uint256)
0
getAvailableProjectETH() view returns (uint256)
10000000000000000000
getCurrentBlockNumber() view returns (uint256)
21160714
getCurrentEffectiveBlockNumber() view returns (uint256)
21160714
getUnlockedProjectETH() view returns (uint256)
9929849271245945070244
initialTokenSupply() view returns (uint256)
5423226708856643556791093
initialized() view returns (bool)
true
maxContribution() view returns (uint256)
4000000000000000000000
minContribution() view returns (uint256)
100000000000000000
participantCount() view returns (uint256)
1542
pendingETH() view returns (uint256)
2185000000000000000
projectAddress() view returns (address)
0xd52306eabc2be4e2dc8fbd1f929ac73008430f3f
projectWithdrawCount() view returns (uint256)
8
projectWithdrawnETH() view returns (uint256)
9919849271245945070244
rescuerAddress() view returns (address)
0x87bd0fbd87c846e37193f79e7bf97b6d3af625e3
stageCount() view returns (uint8)
20
tokenAddress() view returns (address)
0xa8b919680258d369114910511cc87595aec0be6d
tokenSupply() view returns (uint256)
0
whitelistingAddress() view returns (address)
0x98a68e5e632ce8f2f0caf0f30f69cdfa5e137bbf
withdrawnETH() view returns (uint256)
9438642038151679701902
Read-only
calcUnlockedAmount(uint256 _amount, uint256 _lastBlock) view returns (uint256)
committableEthAtStage(uint8 _stageId, uint8 _currentStage) view returns (uint256)
getEthAmountForTokensAtStage(uint256 _tokenAmount, uint8 _stageId) view returns (uint256)
getParticipantReservedTokens(address _participantAddress) view returns (uint256)
getParticipantUnlockedTokens(address _participantAddress) view returns (uint256)
getPriceAtStage(uint8 _stageId) view returns (uint256)
getPriceForTokenLimit(uint256 _tokenLimit) view returns (uint256)
getStageByTokenLimit(uint256 _tokenLimit) view returns (uint8)
getTokenAmountForEthAtStage(uint256 _ethAmount, uint8 _stageId) view returns (uint256)
participants(address) view returns (bool whitelisted, uint32 contributions, uint32 withdraws, uint256 firstContributionBlock, uint256 reservedTokens, uint256 committedETH, uint256 pendingETH, uint256 _currentReservedTokens, uint256 _unlockedTokens, uint256 _lastBlock)
participantsById(uint256) view returns (address)
stages(uint8) view returns (uint256 tokenLimit, uint256 tokenPrice)
State-modifying
Events cancel() payable
changeFreezerAddress(address _newAddress)
changeStage(uint8 _stageId, uint256 _tokenLimit, uint256 _tokenPrice)
changeWhitelistingAddress(address _newAddress)
commit() payable
disableEscapeHatch()
escapeHatch(address _to)
freeze()
init(address _tokenAddress, address _whitelistingAddress, address _freezerAddress, address _rescuerAddress, address _projectAddress, uint256 _commitPhaseStartBlock, uint256 _buyPhaseStartBlock, uint256 _buyPhaseEndBlock, uint256 _initialPrice, uint8 _stageCount, uint256 _stageTokenLimitIncrease, uint256 _stagePriceIncrease)
projectTokenWithdraw(uint256 _tokenAmount)
projectWithdraw(uint256 _ethAmount)
tokensReceived(address, address _from, address, uint256 _amount, bytes, bytes)
unfreeze()
whitelist(address[] _addresses, bool _approve)
ContributionsAccepted(address indexed participantAddress, uint256 indexed ethAmount, uint256 indexed tokenAmount, uint8 stageId)
FreezerAddressChanged(address indexed freezerAddress, uint8 indexed stageId, uint256 indexed effectiveBlockNumber)
ParticipantWithdraw(address indexed participantAddress, uint256 indexed ethAmount, uint256 indexed tokenAmount, uint32 withdrawCount)
PendingContributionAdded(address indexed participantAddress, uint256 indexed amount, uint32 indexed contributionId, uint8 stageId)
PendingContributionsCanceled(address indexed participantAddress, uint256 indexed amount, uint32 indexed contributionId)
ProjectWithdraw(address indexed projectAddress, uint256 indexed amount, uint32 indexed withdrawCount)
SecurityDisableEscapeHatch(address indexed freezerAddress, uint8 indexed stageId, uint256 indexed effectiveBlockNumber)
SecurityEscapeHatch(address indexed rescuerAddress, address indexed to, uint8 indexed stageId, uint256 effectiveBlockNumber)
SecurityFreeze(address indexed freezerAddress, uint8 indexed stageId, uint256 indexed effectiveBlockNumber)
SecurityUnfreeze(address indexed freezerAddress, uint8 indexed stageId, uint256 indexed effectiveBlockNumber)
StageChanged(uint8 indexed stageId, uint256 indexed tokenLimit, uint256 indexed tokenPrice, uint256 effectiveBlockNumber)
TransferEvent(uint8 indexed typeId, address indexed relatedAddress, uint256 indexed value)
WhitelistApproved(address indexed participantAddress, uint256 indexed pendingETH, uint32 indexed contributions)
WhitelistRejected(address indexed participantAddress, uint256 indexed pendingETH, uint32 indexed contributions)
WhitelistingAddressChanged(address indexed whitelistingAddress, uint8 indexed stageId, uint256 indexed effectiveBlockNumber)
constructor()
fallback()
This contract contains no error objects.