AWARE Token
Verified contract
Active on
Ethereum with 10,347 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 |
---|---|---|---|---|---|
HIC | ERC-20 | 8 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20775165 | 2 months ago | | | 0 | 0.00029026833 | |
| 20775165 | 2 months ago | | | 0 | 0.00029026833 | |
| 20775165 | 2 months ago | | | 0 | 0.00029026833 | |
| 20775165 | 2 months ago | | | 0 | 0.00029026833 | |
| 20775165 | 2 months ago | | | 0 | 0.00029026833 | |
| 20775165 | 2 months ago | | | 0 | 0.00029015291 | |
| 20775165 | 2 months ago | | | 0 | 0.00029015291 | |
| 20775165 | 2 months ago | | | 0 | 0.00029026833 | |
| 20775165 | 2 months ago | | | 0 | 0.00029015291 | |
| 20775165 | 2 months ago | | | 0 | 0.00029015291 |
ABI
ABI objects
Getter at block 21158640
cap() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
true
name() view returns (string)
AWARE Token
owner() view returns (address)
0xfe1430cb009a7483c6ceb21240e6253a52e5072c
symbol() view returns (string)
AT
totalSupply() view returns (uint256)
91000000000000000
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)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
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.