Omira

Verified contract

Active on Ethereum
Deployed by via 0x31eea060 at 21316189
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $119.89
ERC-20
--
0xccf8e61d350cdda0a151163298ca91c5f617e61c749e49d23d272849f6c23ca8
0xe59855f0380fcc19821729197c6588fb66c405bff70d1343ab7852aed876d1e5
0x1848f2fef60f696df690e39aacccdb347c3deeeec4a498b1376e4cf9accdfcbc
0x4a563148c23048ee33c56a4bf999fe58af9797c78f623f6c3bc087a60395147f
0x86ac42396a4182b882da6d5ca24fcf20b1985956a3ff930ae3eeb4bba6a31d78
0xeaa96da8dfe22997f5b82a62f82dabefb8470bb41c1d477d5ed03b0751d4b143
0x452d24365d130a09a194923a31ad9d4f8077dff3dc2a1848f5ce9671a78d3b87
0x033e19f41ca2f414644e6ae0aaefff1cbd00996a9988af53ffee88d8bf3d879c
0x53fdd2be6f762248551685b0f1ab82fe0641677af3bee5a5effe16d1efd81cc4
0x1e4559224f1f8447072c35c1050388f7da4301164c916345179f43fe7bf796d6

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
batchExcludeFromLimitation(address[] accountbool[] excluded
excludeFromLimitation(address accountbool excluded
renounceOwnership(
setPurchaseLimit(uint256 _limit
setSellBuyTax(uint256 forMarketingInPercentageuint256 forLiquidityInPercentage
setSwapThreshold(uint256 amount
setTradingOpen(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawERC20Token(address tokenaddress to
withdrawETH(address _to
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BatchExcludeFromLimitation(address[] accountbool[] isExcluded
ERC20Withdrawn(address indexed touint256 amount
ETHWithdrawn(address indexed touint256 amount
ExcludeFromLimitation(address indexed accountbool isExcluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseLimitUpdated(uint256 limitPercent
SwapAndLiqThresholdSet(uint256 amount
SwapAndLiquified(uint256 tokensSwappeduint256 tokensForLiquidityuint256 ethForLiquidityuint256 ethForMarketing
TaxUpdated(uint256 taxPercent
TradingStatusUpdated(bool status
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _marketingWalletaddress _uniRouter
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account