Alpha Dao
Verified contract
Active on
Ethereum with 118 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 |
---|---|---|---|---|---|
ALPHA | ERC-20 | 200B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13907767 | 3 years ago | | | 0 | 0.0022201549 | |
| 13891865 | 3 years ago | | | 0 | 0.0020452681 | |
| 13812180 | 3 years ago | | | 0 | 0.0047989573 | |
| 13812177 | 3 years ago | | | 0 | 0.0039912667 | |
| 13812145 | 3 years ago | | | 0 | 0.0045388228 | |
| 13812137 | 3 years ago | | | 0 | 0.0063801000 | |
| 13812134 | 3 years ago | | | 0 | 0.016145838 | |
| 13812132 | 3 years ago | | | 0 | 0.0028745225 | |
| 13812131 | 3 years ago | | | 0 | 0.0057538938 | |
| 13812112 | 3 years ago | | | 0 | 0.0054826528 |
ABI
ABI objects
Getter at block 21287786
alreadyTakenFees() view returns (uint256)
0
decimals() view returns (uint8)
9
liquidityState() view returns (bool)
true
name() view returns (string)
Alpha Dao
owner() view returns (address)
0x32eec120aa639c8c9794585eb8e9a3be3ddde977
symbol() view returns (string)
ALPHA
totalSupply() pure returns (uint256)
3000000000000000000000
uniswapV2router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkSwap(address swapAddress) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveSwap(address swapAddress)
burn(address owner, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initLiqudity()
reflect(uint256 tAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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)
botBanned(address swapAddress, bool isBanned)
constructor(address router)
This contract contains no fallback and receive objects.
This contract contains no error objects.