dXIOT Token
Verified contract
Active on
Ethereum with 1,083 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "dXIOT Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20745581 | 2 months ago | | | 0 | 0.000095553159 | |
| 20381092 | 4 months ago | | | 0 | 0.00011330476 | |
| 19525736 | 8 months ago | | | 0 | 0.00081743694 | |
| 18863940 | a year ago | | | 0 | 0.00054840335 | |
| 18802909 | a year ago | | | 0 | 0.00083665679 | |
| 18041051 | a year ago | | | 0 | 0.00064941566 | |
| 17444859 | a year ago | | | 0 | 0.00044183859 | |
| 17188718 | 2 years ago | | | 0 | 0.0020433215 | |
| 17151823 | 2 years ago | | | 0 | 0.00082626375 | |
| 16516515 | 2 years ago | | | 0 | 0.00036898009 |
ABI
ABI objects
Getter at block 21230243
decimals() view returns (uint8)
18
name() view returns (string)
dXIOT Token
owner() view returns (address)
0xb13b6001c18a59442390914e694edb70d56c759b
symbol() view returns (string)
dXIOT
totalSupply() view returns (uint256)
951824986480750796122068
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.