Alpha Finance Lab
Verified contract
Active on
Ethereum with 81 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALPHA | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17706458 | a year ago | | | 0 | 0.00089304788 | |
| 17706437 | a year ago | | | 0 | 0.0010669976 | |
| 11828015 | 4 years ago | | | 0 | 0.011155864 | |
| 11268628 | 4 years ago | | | 0 | 0.0021538440 | |
| 11083130 | 4 years ago | | | 0 | 0.0011626810 | |
| 11083070 | 4 years ago | | | 0 | 0.00087555600 | |
| 11083060 | 4 years ago | | | 0 | 0.00083197660 | |
| 11083046 | 4 years ago | | | 0 | 0.00098380700 | |
| 11082418 | 4 years ago | | | 0 | 0.0013266000 | |
| 11082316 | 4 years ago | | | 0 | 0.00075174000 |
ABI
ABI objects
Getter at block 21415556
decimals() view returns (uint256)
18
name() view returns (string)
Alpha Finance Lab
symbol() view returns (string)
ALPHA
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
state(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) payable returns (bool)
batchSend(address[] _tos, uint256 _value) payable returns (bool)
delegate(address a, bytes b) payable
transfer(address _to, uint256 _value) payable returns (bool)
transferFrom(address _from, address _to, uint256 _value) payable returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.