Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6dcd…a561
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
9 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,146.67 |
$0 | |
OPM | ERC-20 | 7.132574K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206550 | 7 minutes ago | | | 0 | 0.00040923014 | |
| 21205288 | 4 hours ago | | | 0 | 0.00041365945 | |
| 21204217 | 8 hours ago | | | 0 | 0.00064777495 | |
| 21204217 | 8 hours ago | | | 0 | 0.00064777495 | |
| 21203583 | 10 hours ago | | | 0 | 0.00046916239 | |
| 21203169 | 11 hours ago | | | 0 | 0.00058952731 | |
| 21202966 | 12 hours ago | | | 0 | 0.00060254925 | |
| 21202874 | 12 hours ago | | | 0 | 0.00057118263 | |
| 21202356 | 14 hours ago | | | 0 | 0.00055320260 | |
| 21202238 | 15 hours ago | | | 0 | 0.00081797899 |
ABI
ABI objects
Getter at block 21206586
antiSnipeEndBlock() view returns (uint256)
21187354
buyFees() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=1, secondary=3, liquidity=0, proof=1, total=5)
buyTaxesSettled() view returns (bool)
true
cancelled() view returns (bool)
false
decimals() view returns (uint8)
9
feeTokens() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=1426514733831, secondary=4279544193451, liquidity=0, proof=1426514741350, total=7132573669460)
getCirculatingSupply() view returns (uint256)
100000000000000000
initMaxWallet() view returns (uint256)
5
isAntiSnipeActive() view returns (bool)
false
isTradingEnabled() view returns (bool)
true
launchedAt() view returns (uint256)
1731604331
lockID() view returns (uint256)
23341
lockerAddress() view returns (address)
0xe2fe530c047f2d85298b07d9333c05737f1435fb
lpLockDuration() view returns (uint256)
31536000
mainWallet() view returns (address)
0x89c5e9b79faf39c7d294cf9d2ea220d41959dbee
maxTxAmount() view returns (uint256)
500000000000000
maxWallet() view returns (uint256)
1000000000000000
maxWalletChanged() view returns (bool)
true
name() view returns (string)
OpMentis
owner() view returns (address)
0x89c5e9b79faf39c7d294cf9d2ea220d41959dbee
pair() view returns (address)
0xd32feedccb15530da9d5cc64b3074c5dfc583792
proofFeeReduced() view returns (bool)
true
proofFeeRemoved() view returns (bool)
false
proofStaking() view returns (address)
0x377e168af6a06075423aede50856de177efaac3e
proofWallet() view returns (address)
0xe9b4d32f829951a3ce145d2caa84cf66af56ca5e
restingBuyTotal() view returns (uint256)
5
restingSellTotal() view returns (uint256)
5
restrictWhales() view returns (bool)
false
secondaryWallet() view returns (address)
0x6dcd68bf696f348feae9dd2a9e5b68bbf79da561
sellFees() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=1, secondary=3, liquidity=0, proof=1, total=5)
sellTaxesSettled() view returns (bool)
true
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
125000000000000
swapping() view returns (uint256)
1
symbol() view returns (string)
OPM
totalSupply() view returns (uint256)
100000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
version() pure returns (uint8)
3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
swapThrottle(uint256) view returns (bool)
userInfo(address) view returns (bool isFeeExempt, bool isTxLimitExempt, uint256 lastTxBlock)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
cancel()
changeFees(uint256 liquidityBuy, uint256 mainBuy, uint256 secondaryBuy, uint256 liquiditySell, uint256 mainSell, uint256 secondarySell)
fundLiquidity()
launch(uint256 bundleBuyAmount) payable
renounceOwnership()
setFeeExempt(address account, bool value)
setFeeExempt(address[] accounts)
setMainWallet(address newWallet)
setMaxTxAmount(uint256 _maxTxAmt)
setMaxWalletSize(uint256 _maxWalletSize)
setRestrictWhalesEnabled(bool _enabled)
setSecondaryWallet(address newWallet)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapAtAmount(uint256 amount)
setTxLimitExempt(address account, bool value)
setTxLimitExempt(address[] accounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensAutoLiq, uint256 ethAutoLiq)
SwapAndLiquifyEnabledUpdated(bool enabled)
TokenCancelled(uint256 returnedETH)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, struct ITokenFeeInfo _buyFees, struct ITokenFeeInfo _sellFees, uint256 _percentToLP, uint256 _lpLockDuration, uint256 _initMaxWallet, address _mainWallet, address _secondaryWallet, struct ITokenProofInfo _addresses)
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)
ExceedsMaxTxAmount()
ExceedsMaxWalletAmount()
InvalidConfiguration()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingNotEnabled()
TransferDelayEnabled(uint256 currentBlock, uint256 delayedUntil)