Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($119.89)
Native
Value
$119.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.031639 | $3,789.29 |
$119.89 | |
OMIRA | ERC-20 | 158.883081K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21330348 | a minute ago | | | 0 | 0.0023172004 | |
| 21330276 | 15 minutes ago | | | 0 | 0.0024296531 | |
| 21330270 | 17 minutes ago | | | 0 | 0.0025813093 | |
| 21330194 | 32 minutes ago | | | 0 | 0.0025994397 | |
| 21330168 | 37 minutes ago | | | 0 | 0.0023054893 | |
| 21330164 | 38 minutes ago | | | 0 | 0.0022505171 | |
| 21330159 | 39 minutes ago | | | 0 | 0.0026789256 | |
| 21330154 | 40 minutes ago | | | 0 | 0.0024764832 | |
| 21330114 | an hour ago | | | 0 | 0.0023323819 | |
| 21330111 | an hour ago | | | 0 | 0.0020487150 |
ABI
ABI objects
Getter at block 21330351
buySellTax() view returns (uint256)
500
decimals() view returns (uint8)
18
ethFee() view returns (uint256)
5
liquidityFee() view returns (uint256)
0
marketingWallet() view returns (address)
0x3ce6b2b11776698153d0c940683339ed952ef223
name() view returns (string)
Omira
owner() view returns (address)
0xba3a77c7f03f6e12cd893f8de76bf283fa0ff91d
purchaseLimit() view returns (uint256)
10000
swapAndLiqThreshold() view returns (uint256)
150000000000000000000000
symbol() view returns (string)
OMIRA
totalSupply() view returns (uint256)
100000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x279ba98e72f5bea8eda92f1bf0a449c32b7c420f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchExcludeFromLimitation(address[] account, bool[] excluded)
excludeFromLimitation(address account, bool excluded)
renounceOwnership()
setPurchaseLimit(uint256 _limit)
setSellBuyTax(uint256 forMarketingInPercentage, uint256 forLiquidityInPercentage)
setSwapThreshold(uint256 amount)
setTradingOpen()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Token(address token, address to)
withdrawETH(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
BatchExcludeFromLimitation(address[] account, bool[] isExcluded)
ERC20Withdrawn(address indexed to, uint256 amount)
ETHWithdrawn(address indexed to, uint256 amount)
ExcludeFromLimitation(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseLimitUpdated(uint256 limitPercent)
SwapAndLiqThresholdSet(uint256 amount)
SwapAndLiquified(uint256 tokensSwapped, uint256 tokensForLiquidity, uint256 ethForLiquidity, uint256 ethForMarketing)
TaxUpdated(uint256 taxPercent)
TradingStatusUpdated(bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _marketingWallet, address _uniRouter)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)