IoTeX Network
Verified contract
Active on
Ethereum with 172,013 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,389.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.185167K | $1.002 |
$2,189.54 | |
USDC | ERC-20 | 200 | $1.001 |
$200.2 | |
ZIK | ERC-20 | 555.555556 | $0.000156 |
$0.09 | |
HEX | ERC-20 | 1.307 | $0.003104 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
IOTX | ERC-20 | 15K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244545 | 13 minutes ago | | | 0 | 0.00075366505 | |
| 21244484 | 25 minutes ago | | | 0 | 0.00047783172 | |
| 21244462 | 30 minutes ago | | | 0 | 0.00065667532 | |
| 21244462 | 30 minutes ago | | | 0 | 0.00067703959 | |
| 21244132 | 2 hours ago | | | 0 | 0.00048298349 | |
| 21244116 | 2 hours ago | | | 0 | 0.00071365325 | |
| 21243950 | 2 hours ago | | | 0 | 0.00076085800 | |
| 21243878 | 2 hours ago | | | 0 | 0.00047431844 | |
| 21243459 | 4 hours ago | | | 0 | 0.00043482201 | |
| 21242766 | 6 hours ago | | | 0 | 0.00034853897 |
ABI
ABI objects
Getter at block 21244606
decimals() view returns (uint8)
18
name() view returns (string)
IoTeX Network
owner() view returns (address)
0xb48459096cad8c225244f02abfdb6d570cd9cd9d
paused() view returns (bool)
false
symbol() view returns (string)
IOTX
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 tokenTotalAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.