Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,488.71 |
$0 | |
HEX | ERC-20 | 1.307 | $0.003184 |
$0 | |
betbeb.com | ERC-20 | 88.888K | -- | -- | |
uxtw.com$0.02回购 | ERC-20 | 16.888K | -- | -- | |
BEB | ERC-20 | 8.848K | -- | -- | |
% | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11575570 | 4 years ago | | | 0 | 0.0045843300 | |
| 11561643 | 4 years ago | | | 0 | 0.0021386700 | |
| 11561643 | 4 years ago | | | 0 | 0.0021627000 | |
| 11561643 | 4 years ago | | | 0 | 0.0010812000 | |
| 11559881 | 4 years ago | | | 0 | 0.0051507301 | |
| 11555170 | 4 years ago | | | 0 | 0.0050412230 | |
| 11550036 | 4 years ago | | | 0 | 0.0069176120 | |
| 11514019 | 4 years ago | | | 0 | 0.0080034421 | |
| 11499110 | 4 years ago | | | 0 | 0.00075182804 | |
| 11468094 | 4 years ago | | | 0 | 0.0073695060 |
ABI
ABI objects
Getter at block 21264184
amIWhitelisted() view returns (bool)
false
currentPrice() view returns (uint256 numerator, uint256 denominator)
(numerator=329046, denominator=1000)
currentPriceHistoryIndex() view returns (uint256)
1609390994
decimals() view returns (uint8 _decimals)
18
name() view returns (string _name)
Isonex
pendingWithdrawalAmount() view returns (uint256)
0
pendingWithdrawalRateNumerator() view returns (uint256)
0
priceUpdateInterval() view returns (uint256)
3600
primaryWallet() view returns (address)
0xfec806acb4b69cb8b8cf5236197bba21b0292b4b
secondaryWallet() view returns (address)
0xcfa30db1be026e8b82f8c549be4aad7793ea07e9
symbol() view returns (string _symbol)
IX15
tokenCap() view returns (uint256)
15000000000000000000000000
totalSupply() view returns (uint256 _totalSupply)
12618214281714908500000
tradeable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address participant) view returns (uint256 balance)
checkWithdrawValue(uint256 amountTokensToWithdraw) view returns (uint256 etherValue)
detectTransferRestriction(address from, address to, uint256 value) view returns (uint8)
isInWhitelist(address participant) view returns (bool)
messageForTransferRestriction(uint8 restrictionCode) view returns (string)
priceHistory(uint256) view returns (uint256 numerator, uint256 denominator)
whitelist(address) view returns (bool)
State-modifying
Events addLiquidity() payable
approve(address _spender, uint256 _value) returns (bool success)
changeApproval(address _spender, uint256 _oldValue, uint256 _newValue) returns (bool success)
changePriceUpdateInterval(uint256 newPriceUpdateInterval)
changePrimaryWallet(address newPrimaryWallet)
changeSecondaryWallet(address newSecondaryWallet)
claimTokens(address _token)
enableTrading()
processDeposit(address participant, uint256 numberOfTokens)
removeFromWhitelist(address participant)
removeLiquidity(uint256 amount)
requestWithdrawal(uint256 amountOfTokensToWithdraw)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
updatePrice(uint256 newNumerator)
updatePriceDenominator(uint256 newDenominator)
verifyParticipant(address participant)
withdraw()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DepositProcessed(address indexed participant, uint256 numberOfTokens)
LiquidityAdded(uint256 ethAmount)
LiquidityRemoved(uint256 ethAmount)
PriceUpdated(uint256 numerator, uint256 denominator)
RemovedFromWhitelist(address indexed participant)
Transfer(address indexed _from, address indexed _to, uint256 _value)
UserDeposited(address indexed participant, address indexed beneficiary, uint256 ethValue, uint256 numberOfTokens)
Whitelisted(address indexed participant)
WithdrawalRequested(address indexed participant, uint256 numberOfTokens)
Withdrew(address indexed participant, uint256 etherAmount, uint256 numberOfTokens)
constructor(address newSecondaryWallet, uint256 newPriceNumerator)
fallback()
This contract contains no error objects.