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 "Alpha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261210 | 2 days ago | | | 0 | 0.00021840407 | |
| 21255120 | 3 days ago | | | 0 | 0.00053065902 | |
| 21246044 | 4 days ago | | | 0 | 0.00097648463 | |
| 21239877 | 5 days ago | | | 0 | 0.00048991077 | |
| 21223565 | 7 days ago | | | 0 | 0.0011561732 | |
| 21223550 | 7 days ago | | | 0 | 0.0012471473 | |
| 21201152 | 11 days ago | | | 0 | 0.00098531973 | |
| 21187936 | 12 days ago | | | 0 | 0.0013256062 | |
| 21154213 | 17 days ago | | | 0 | 0.00046620523 | |
| 21144869 | 18 days ago | | | 0 | 0.00068167767 |
ABI
ABI objects
Getter at block 21277113
MEV_BURN_PERCENT() view returns (uint256)
0
alphaClaimContract() view returns (address)
0x849c87c90a1e1d2bde1d752baf70b9190f31fe16
decimals() view returns (uint8)
18
maxAmount() view returns (uint256)
1500000000000000000000000000
name() view returns (string)
Alpha
owner() view returns (address)
0xe2ba5bf933f1f7581a7b852ee40f30686a8737b8
symbol() view returns (string)
ALPHA
totalSupply() view returns (uint256)
100000000000000000000000000000
uniswapV2Pair() view returns (address)
0x70235a346a1ec1d7a40181ff88a3a2e5260e1d04
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklist)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAlphaClaimContract(address _alphaClaimContract)
setMaxAmount(uint256 _maxAmount)
setMevBurnPercent(uint256 _percent)
setRule(address _uniswapV2Pair)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.