AlphaToken
Verified contract
Active on
Ethereum with 154,845 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,537.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALPHA | ERC-20 | 56.920786K | $0.07777 |
$4,426.73 | |
SHIB | ERC-20 | 4.339403M | $0.000026 |
$110.92 | |
DWAP | ERC-20 | 13.561436 | -- | -- | |
YlFi | ERC-20 | 0.021 | -- | -- | |
HQG | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157369 | an hour ago | | | 0 | 0.00061205547 | |
| 21157145 | 2 hours ago | | | 0 | 0.00073200610 | |
| 21157009 | 2 hours ago | | | 0 | 0.00069660639 | |
| 21156697 | 3 hours ago | | | 0 | 0.00042675655 | |
| 21156691 | 3 hours ago | | | 0 | 0.00032689258 | |
| 21156681 | 3 hours ago | | | 0 | 0.00045369137 | |
| 21156524 | 4 hours ago | | | 0 | 0.00056194378 | |
| 21156447 | 4 hours ago | | | 0 | 0.00031507549 | |
| 21156171 | 5 hours ago | | | 0 | 0.00048872362 | |
| 21156162 | 5 hours ago | | | 0 | 0.00049369054 |
ABI
ABI objects
Getter at block 21157650
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x580ce7b92f185d94511c9636869d28130702f68e
name() view returns (string)
AlphaToken
owner() view returns (address)
0x580ce7b92f185d94511c9636869d28130702f68e
symbol() view returns (string)
ALPHA
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
burn(uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _value)
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.