POA ERC20 on Foundation
Verified contract
Active on
Ethereum with 8,188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 12.861901 | $1.00 |
$12.86 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
DESI | ERC-20 | 8.9K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
POA20 | ERC-20 | 5.307023K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
SINGH | ERC-20 | 311.8233 | -- | -- | |
SINGH | ERC-20 | 311.8233 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047712 | 15 days ago | | | 0 | 0.00021391207 | |
| 21044176 | 16 days ago | | | 0 | 0.00041119302 | |
| 20882567 | a month ago | | | 0 | 0.000093947171 | |
| 20860283 | a month ago | | | 0 | 0.00013604506 | |
| 20860264 | a month ago | | | 0 | 0.00013308786 | |
| 20572205 | 3 months ago | | | 0 | 0.00010860477 | |
| 20559636 | 3 months ago | | | 0 | 0.000095935914 | |
| 20415653 | 3 months ago | | | 0 | 0.000053583277 | |
| 20402917 | 3 months ago | | | 0 | 0.000044320035 | |
| 20402910 | 3 months ago | | | 0 | 0.000043489431 |
ABI
ABI objects
Getter at block 21158271
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
POA ERC20 on Foundation
owner() view returns (address)
0xd819e948b14ca6aad2b7ffd333ccdf732b129eed
symbol() view returns (string)
POA20
totalSupply() view returns (uint256)
26804744878236192681271316
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)
claimTokens(address _token, address _to)
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)
transferAndCall(address _to, uint256 _value, bytes _data) 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)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.