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 "POMACOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12038689 | 4 years ago | | | 0 | 0.0051923300 | |
| 11538671 | 4 years ago | | | 0 | 0.0019607400 | |
| 11538658 | 4 years ago | | | 0 | 0.0022512200 | |
| 9958081 | 5 years ago | | | 0 | 0.00017048000 | |
| 9605236 | 5 years ago | | | 0 | 0.0014887100 | |
| 9599675 | 5 years ago | | | 0 | 0.0021032180 | |
| 9568823 | 5 years ago | | | 0 | 0.0021042020 | |
| 9551324 | 5 years ago | | | 0 | 0.00038473500 | |
| 9539450 | 5 years ago | | | 0 | 0.000098037000 | |
| 9489009 | 5 years ago | | | 0 | 0.00018155000 |
ABI
ABI objects
Getter at block 21258956
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
5000000000000000000000000000
name() view returns (string)
POMACOIN
owner() view returns (address)
0xda23cb54b992a1a0ad6d34f818984651ec468212
symbol() view returns (string)
POMAC
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.