IDAX Token
Verified contract
Active on
Ethereum with 318,752 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001925 |
$0 | |
MMM | ERC-20 | 10K | -- | -- | |
MCASH | ERC-20 | 10 | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14201159 | 3 years ago | | | 0 | 0.0021721963 | |
| 13106964 | 3 years ago | | | 0 | 0.0044574841 | |
| 13106543 | 3 years ago | | | 0 | 0.0037358721 | |
| 10249270 | 4 years ago | | | 0 | 0.0026992500 | |
| 10145655 | 4 years ago | | | 0 | 0.0019492500 | |
| 9487151 | 5 years ago | | | 0 | 0.0026986500 | |
| 9104435 | 5 years ago | | | 0 | 0.0019474500 | |
| 9093627 | 5 years ago | | | 0 | 0.0019480500 | |
| 9093607 | 5 years ago | | | 0 | 0.0026974500 | |
| 9075603 | 5 years ago | | | 0 | 0.0026986500 |
ABI
ABI objects
Getter at block 21275125
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
IDAX Token
owner() view returns (address)
0x63e11f6b7ba2c7d80592be303e3a5de9806ef259
paused() view returns (bool)
false
symbol() view returns (string)
IT
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeName(string newName)
changeSymbol(string newSymbol)
freezeAccount(address account, bool freeze)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.