AlpaToken
Verified contract
Active on
Ethereum with 20,440 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALPA | ERC-20 | 2.635439K | $0.005597 |
$14.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053667 | 15 days ago | | | 0 | 0.00012919750 | |
| 21049852 | 16 days ago | | | 0 | 0.00029204987 | |
| 21049340 | 16 days ago | | | 0 | 0.00021014208 | |
| 21045438 | 16 days ago | | | 0 | 0.00025064386 | |
| 21042573 | 17 days ago | | | 0 | 0.00050233213 | |
| 21042308 | 17 days ago | | | 0 | 0.00034449486 | |
| 21042307 | 17 days ago | | | 0 | 0.00035929288 | |
| 21027521 | 19 days ago | | | 0 | 0.00017546915 | |
| 21020854 | 20 days ago | | | 0 | 0.00018957803 | |
| 21015098 | 20 days ago | | | 0 | 0.00053085102 |
ABI
ABI objects
Getter at block 21161399
decimals() view returns (uint8)
18
name() view returns (string)
AlpaToken
owner() view returns (address)
0x14285e0c66379c0af1b1e8e9092f67a66ccf5cd7
symbol() view returns (string)
ALPA
totalSupply() view returns (uint256)
24028782498092880085651189
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)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.