Crosschain IOTX
Verified contract
Active on
Ethereum with 704 txns
Balances ($4.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IOTX | ERC-20 | 83.188661 | $0.048792 |
$4.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21396173 | 3 hours ago | | | 0 | 0.00068311059 | |
| 21390530 | a day ago | | | 0 | 0.00059826642 | |
| 21386150 | 2 days ago | | | 0 | 0.00093056710 | |
| 21385917 | 2 days ago | | | 0 | 0.00046834106 | |
| 21382162 | 2 days ago | | | 0 | 0.0012314589 | |
| 21380772 | 2 days ago | | | 0 | 0.0012932387 | |
| 21378158 | 3 days ago | | | 0 | 0.00072159852 | |
| 21378132 | 3 days ago | | | 0 | 0.00066779754 | |
| 21377343 | 3 days ago | | | 0 | 0.00056118957 | |
| 21377292 | 3 days ago | | | 0 | 0.00046578775 |
ABI
ABI objects
Getter at block 21397112
coToken() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
minter() view returns (address)
0x964f4f19bc823e72cc1f806021937cfc06f63b45
name() view returns (string)
Crosschain IOTX
symbol() view returns (string)
CIOTX
totalSupply() view returns (uint256)
90943862736293611927281674
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositTo(address _to, uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address _newMinter)
withdraw(uint256 _amount)
withdrawTo(address _to, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterSet(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _coToken, address _minter, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.