AIWToken
Verified contract
Active on
Ethereum with 28,574 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIW | ERC-20 | 18.519K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13402118 | 3 years ago | | | 0 | 0.0046287453 | |
| 13339096 | 3 years ago | | | 0 | 0.0026731590 | |
| 12815902 | 3 years ago | | | 0 | 0.0011938380 | |
| 12815899 | 3 years ago | | | 0 | 0.0014737896 | |
| 11795920 | 4 years ago | | | 0 | 0.0049533435 | |
| 11795901 | 4 years ago | | | 0 | 0.0049533435 | |
| 11229843 | 4 years ago | | | 0 | 0.0012564442 | |
| 10987067 | 4 years ago | | | 0 | 0.0012086097 | |
| 10936414 | 4 years ago | | | 0 | 0.0027275821 | |
| 10904072 | 4 years ago | | | 0 | 0.0058033781 |
ABI
ABI objects
Getter at block 21257880
decimals() view returns (uint8)
5
name() view returns (string)
AIWToken
symbol() view returns (string)
AIW
totalSupply() view returns (uint256)
100000000000000
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)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.