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 |
---|---|---|---|---|---|
IOV | ERC-20 | 40 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6697368 | 6 years ago | | | 0 | 0.00022149900 | |
| 6055954 | 6 years ago | | | 0 | 0.00011095480 | |
| 6034625 | 6 years ago | | | 0 | 0.000098700000 | |
0x | 6024788 | 6 years ago | | | 0 | 0.00012284543 | |
| 6022511 | 6 years ago | | | 0 | 0.00012273500 | |
| 6022505 | 6 years ago | | | 0 | 0.00012305500 | |
0x | 6022161 | 6 years ago | | | 0 | 0.000046301200 | |
| 6015606 | 6 years ago | | | 0 | 0.00029533200 | |
| 6012287 | 6 years ago | | | 0 | 0.000048966000 | |
| 6012287 | 6 years ago | | | 0 | 0.000049094000 |
ABI
ABI objects
Getter at block 21431009
controlWallet() view returns (address)
0x3fa0ccc280637144f8ca1a6eff0e38b71feff680
decimals() view returns (uint256)
18
fundWallet() view returns (address)
0x3fa0ccc280637144f8ca1a6eff0e38b71feff680
halted() view returns (bool)
false
minAmount() view returns (uint256)
40000000000000000
name() view returns (string)
JCFv2
symbol() view returns (string)
JCFv2
tokenCap() view returns (uint256)
1048576000000000000000000000000
totalHolder() view returns (uint256)
8
totalSupply() view returns (uint256)
1048576000000000000000000000000
tradeable() view returns (bool)
false
version() view returns (string)
2.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
index(address) view returns (uint256)
infos(uint256) view returns (uint256 tokenBalances, address holderAddress)
whitelist(address) view returns (bool)
withdrawals(address) view returns (uint256 tokens, uint256 time)
State-modifying
Events addLiquidity() payable
approve(address _spender, uint256 _value) returns (bool success)
burn(address _who, uint256 _value)
changeApproval(address _spender, uint256 _oldValue, uint256 _newValue) returns (bool success)
changeControlWallet(address newControlWallet)
changeFundWallet(address newFundWallet)
claimTokens(address _token)
disableTrading()
enableTrading()
halt()
removeLiquidity(uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unhalt()
verifyParticipant(address participant)
withdraw_to(address participant, uint256 withdrawValue, uint256 amountTokensToWithdraw, uint256 requestTime)
AddLiquidity(uint256 ethAmount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
RemoveLiquidity(uint256 ethAmount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Whitelist(address indexed participant)
Withdraw(address indexed participant, uint256 amountTokens, uint256 etherAmount)
WithdrawRequest(address indexed participant, uint256 amountTokens, uint256 requestTime)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.