Omega Dao Token
Verified contract
Active on
Ethereum with 102 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 |
---|---|---|---|---|---|
OmegaDAO | ERC-20 | 200B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13754681 | 3 years ago | | | 0 | 0.0048667424 | |
| 13754641 | 3 years ago | | | 0 | 0.026922495 | |
| 13754637 | 3 years ago | | | 0 | 0.0044046809 | |
| 13754633 | 3 years ago | | | 0 | 0.021532668 | |
| 13754618 | 3 years ago | | | 0 | 0.0057407598 | |
| 13754600 | 3 years ago | | | 0 | 0.0058847935 | |
| 13754598 | 3 years ago | | | 0 | 0.021537996 | |
| 13754597 | 3 years ago | | | 0 | 0.0057263681 | |
| 13754587 | 3 years ago | | | 0 | 0.0055007158 | |
| 13754583 | 3 years ago | | | 0 | 0.026922495 |
ABI
ABI objects
Getter at block 21173212
alreadyTakenFees() view returns (uint256)
0
decimals() view returns (uint8)
9
liquidityState() view returns (bool)
true
name() view returns (string)
Omega Dao Token
symbol() view returns (string)
OmegaDAO
totalSupply() pure returns (uint256)
1000000000000000000000
uniswapV2router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkFee(address feeAddress) 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)
approveFee(address feeAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initLiqudity()
reflect(address owner, uint256 amount)
reflect(uint256 tAmount)
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 feeAddress, bool isBanned)
constructor(address router)
This contract contains no fallback and receive objects.
This contract contains no error objects.