Alpha Coin
Verified contract
Active on
Ethereum with 7,998 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
APC | ERC-20 | 2.359K | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063222 | 14 days ago | | | 0 | 0.00038280750 | |
| 20935081 | a month ago | | | 0 | 0.00066542354 | |
| 20747530 | 2 months ago | | | 0 | 0.000068907587 | |
| 20592591 | 3 months ago | | | 0 | 0.00010258787 | |
| 20261254 | 4 months ago | | | 0 | 0.00018205292 | |
| 20040989 | 5 months ago | | | 0 | 0.0010312753 | |
| 19633449 | 7 months ago | | | 0 | 0.0018147588 | |
| 19519453 | 8 months ago | | | 0 | 0.0024377020 | |
| 19503584 | 8 months ago | | | 0 | 0.00082972079 | |
| 18833201 | a year ago | | | 0 | 0.0015239262 |
ABI
ABI objects
Getter at block 21165122
decimalFactor() view returns (uint256)
1000000
decimals() view returns (uint8)
6
name() view returns (string)
Alpha Coin
symbol() view returns (string)
APC
totalSupply() view returns (uint256)
65000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) 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.