MEME KONG
Verified contract
Proxy
Active on
Ethereum with 3,852 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
0xa7d8…e05e
20 additional
variables
Balances ($4,841.61)
Native
Value
$4,841.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.459707 | $3,316.84 |
$4,841.61 | |
MKONG | ERC-20 | 110.256716M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272416 | 3 hours ago | | | 0 | 0.0016118857 | |
| 21263526 | a day ago | | | 0 | 0.00052410096 | |
| 21262575 | 2 days ago | | | 0 | 0.00044198844 | |
| 21262567 | 2 days ago | | | 0 | 0.00052700473 | |
| 21254649 | 3 days ago | | | 0 | 0.00057525417 | |
| 21254617 | 3 days ago | | | 0 | 0.00041792137 | |
| 21254615 | 3 days ago | | | 0 | 0.00037487122 | |
| 21254614 | 3 days ago | | | 0 | 0.00038842099 | |
| 21253301 | 3 days ago | | | 0 | 0.0018565302 | |
| 21253294 | 3 days ago | | | 0 | 0.00076630143 |
ABI
ABI objects
Getter at block 21273334
implementation() view returns (address impl)
0x5404cc30b05c5263eb3b6d75b6c7d572166d5894
maintenance() view returns (bool _maintenance)
false
proxyOwner() view returns (address owner)
0x0f22887ad28c12c10c98369b04069404aee71f33
UNSTAKE_TIMEOFF() view returns (uint256)
777600
_swapTokensAmount() view returns (uint256)
25000000000000
admin() view returns (address)
0x0f22887ad28c12c10c98369b04069404aee71f33
basisPointsForLPBurn() view returns (uint256)
5
burnAdjust() view returns (uint256)
10
decimals() view returns (uint8)
9
lastLpBurnTime() view returns (uint256)
1732522679
lpBurnEnabled() view returns (bool)
true
lpBurnFrequency() view returns (uint256)
86400
maxTaxAmount() view returns (uint256)
2000000000000000
maximumStakingAmount() view returns (uint256)
2000000000000000
mkongBalance() view returns (uint256)
0
name() view returns (string)
MEME KONG
owner() view returns (address)
0x0f22887ad28c12c10c98369b04069404aee71f33
poolBurnAdjust() view returns (uint256)
2000
stakerStorage() view returns (address)
0xa7d8529808b10b625d6437369ea04af6cef0e05e
stakingRewardsPool() view returns (uint256)
46958071136193972
symbol() view returns (string)
MKONG
totalStaked() view returns (uint256)
63261732369181293
totalSupply() view returns (uint256)
175183512890824738
uniPool() view returns (address)
0xdab1419c66800b2bd76d65a2b01ed5a9f9417098
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
viewCurrentSellTax() view returns (uint256)
18
viewStakingRewardsPool() view returns (uint256)
46958071136193972
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
calcStakingRewards(address _user) view returns (uint256)
isClaimable(address user) view returns (bool)
minsPastStakeTime(address _user) view returns (uint256)
timeDiffForClaim(address user) view returns (uint256)
State-modifying
Events setMaintenance(bool _maintenance)
transferProxyOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
BurnMkong(uint256 amt)
ClaimStakeInterest()
ClaimUnStakeAmount()
RollStakeInterest()
StakeTokens(uint256 amt)
UnstakeTokens(uint256 _amount, bool isEmergency)
addToStakingRewardsPool(uint256 _amt)
approve(address spender, uint256 amount) returns (bool)
apyUnique(uint256 _unique)
blockBots(address bot)
burnForCrossChainTransfer(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getAI(uint256 aiTotal, uint256 aiCommissionPercent, uint256 aiBurnPercent)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(uint256 initialTokens, address _adminAccount, address _router, address _stakerStorageAddress)
lockTrading()
renounceOwnership()
rescueAnyERC20Tokens(address _tokenAddr, address _to, uint128 _amount)
sendEthToAdmin(uint256 amount)
setAdmin(address _admin)
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _basisPoints, bool _enabled)
setBurnAdjust(uint256 _v)
setBurnPercentage(uint256 _per)
setBuyAdminCommission(uint256 _per)
setDynamicPercentage(uint256 _per)
setMaxTransactionAmount(uint256 _amt)
setMinMkong(uint256 _amt)
setOFTAdapter(address oftAdapter)
setSellAdminCommission(uint256 _per)
setSellAdminPercentageMax(uint256 _per)
setSwapTokensAmount(uint256 amount)
setUnipool(address _lpAddress)
setUniswapRouterAddress(address _newRouter)
setUnstakeTimeoffInNumDays(uint256 timeInDays)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockBot(address notbot)
uniPoolBurnAdjust(uint256 _v)
unlockTrading()
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoBurnFailed(uint256 amount)
EmergencyTokenUnstake(address indexed user, uint256 value, uint256 fee)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapFailed(uint256 amount)
TokenBurn(address indexed user, uint256 value)
TokenStake(address indexed user, uint256 value)
TokenUnstake(address indexed user, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
UniSwapBuySell(address indexed from, address indexed to, uint256 value, uint256 adminCommission, uint256 burnAmount)
constructor()
fallback()
receive()
receive()
This contract contains no error objects.