POWAA token
Verified contract
Active on
Ethereum with 50 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 "POWAA token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15533976 | 2 years ago | | | 0 | 0.00078689682 | |
| 15532907 | 2 years ago | | | 0 | 0.00020268272 | |
| 15532907 | 2 years ago | | | 0 | 0.00020268272 | |
| 15496629 | 2 years ago | | | 0 | 0.00042856552 | |
| 15489644 | 2 years ago | | | 0 | 0.00068813064 | |
| 15489591 | 2 years ago | | | 0 | 0.00037633043 | |
| 15487268 | 2 years ago | | | 0 | 0.00079723963 | |
| 15484931 | 2 years ago | | | 0 | 0.00079096202 | |
| 15484346 | 2 years ago | | | 0 | 0.00052203262 | |
| 15484268 | 2 years ago | | | 0 | 0.00082300965 |
ABI
ABI objects
Getter at block 21125797
decimals() view returns (uint8)
18
maxTotalSupply() view returns (uint256)
100000000000000000000000000000000
name() view returns (string)
POWAA token
owner() view returns (address)
0xa1bd2e9f3a9e7a1fe99c24c7e11ccc85b01e467d
symbol() view returns (string)
POWAA
totalSupply() view returns (uint256)
100000000000000000000000000000000
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) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
constructor(uint256 maxTotalSupply_)
This contract contains no fallback and receive objects.
POWAA_MaxTotalSupplyExceeded()