ENLIGHTEN

Verified contract

Active on Ethereum with 2,578 txns
Deployed by via 0xe129a1bd at 14911122
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables
ERC-20
--
0x85c2fde1817be20e34f8a56068d7ebbb8497a20263ec3f61db4d5ee532dfc0fd
0xd7df9edba6d7052fc87abedd3df9874174d74c34f190015537d0bf5f59be917e
0xad5100be0dd0e032de70fe816bd2db24cac3895df68143210bbad537ddfe1a14
0x95e1125b448249f13d1a1adeba33591336d83866accafbd10d5659ad01d6b4e2
0x955e6721a53d68682d4326a12546799f7873e18d2f1e5f66c8f3e2f63fbf1d47
0xeb25a3d6248b41c49d5ce07abfe147edf5d23b7b93856c098acc916acfefb30e
0xc0cafb6afe22e0c585439aad5035ca2684d4fb01395e23d8e2e14b59f68d44ff
0x38b6e3bc43cf99ee1e22416e0c18f3771878d9bd70807715db6314558a02e8be
0x1775d693c78c45e1950397ff0b565af21e01f2e7b159e1b4091a82e06828f701
0x3eefe19ae9a8eaea1ea37d4d5ae7dd429cf2938fc288704df4e8ebd2e049db3b

Functions
Getter at block 20877219
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x86f08fa7807cdd7391bf60ed14017d6384bd9277
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
0
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
0
getNumberOfDividendTokenHolders(view returns (uint256)
213
getNumberOfDividends(view returns (uint256)
7888736989148626258368400
limitsInEffect(view returns (bool)
false
liquidityActiveBlock(view returns (uint256)
0
liquidityBuyFee(view returns (uint256)
20
liquiditySellFee(view returns (uint256)
20
lpPercToWithDraw(view returns (uint256)
0
lpWithdrawRequestDuration(view returns (uint256)
259200
lpWithdrawRequestPending(view returns (bool)
false
lpWithdrawRequestTimestamp(view returns (uint256)
0
maxTransactionAmount(view returns (uint256)
500000000000000000000000
maxWallet(view returns (uint256)
500000000000000000000000
name(view returns (string)
ENLIGHTEN
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
0
operationsSellFee(view returns (uint256)
0
operationsWallet(view returns (address)
0x000000000000000000000000000000000000dead
owner(view returns (address)
0x000000000000000000000000000000000000dead
rewardsBuyFee(view returns (uint256)
30
rewardsSellFee(view returns (uint256)
30
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
50000000000000000000000
symbol(view returns (string)
MONKE
tokensForLiquidity(view returns (uint256)
11492881856315721342089
tokensForOperations(view returns (uint256)
0
tokensForRewards(view returns (uint256)
17239322784473582013133
totalBuyFees(view returns (uint256)
50
totalSellFees(view returns (uint256)
50
totalSupply(view returns (uint256)
100000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
14911290
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0xd1fca736d6bf9a8798e4ecb0609cf89dd73ec315
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
dividendTokenBalanceOf(address accountview returns (uint256)
getAccountDividendsInfo(address accountaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getAccountDividendsInfoAtIndex(uint256 indexaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getTotalDividendsDistributed(address rewardTokenview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
withdrawableDividendOf(address accountaddress rewardTokenview returns (uint256)
State-modifying
addPresaleAddressForExclusions(address _presaleAddress
approve(address spenderuint256 amountreturns (bool)
cancelLPWithdrawRequest(
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrading(
excludeFromDividends(address account
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
excludeMultipleAccountsFromFees(address[] accountsbool excluded
includeInDividends(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
processDividendTracker(uint256 gas
removeLimits(returns (bool)
renounceOwnership(
requestToWithdrawLP(uint256 percToWithdraw
setAutomatedMarketMakerPair(address pairbool value
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateClaimWait(uint256 claimWait
updateGasForProcessing(uint256 newValue
updateMaxAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
updateSellFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateSwapEnabled(bool enabled
withdrawRequestedLP(
withdrawStuckEth(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
CanceledLpWithdrawRequest(
DevWalletUpdated(address indexed newWalletaddress indexed oldWallet
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeMultipleAccountsFromFees(address[] accountsbool isExcluded
ExcludedMaxTransactionAmount(address indexed accountbool isExcluded
GasForProcessingUpdated(uint256 indexed newValueuint256 indexed oldValue
OperationsWalletUpdated(address indexed newWalletaddress indexed oldWallet
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProcessedDividendTracker(uint256 iterationsuint256 claimsuint256 lastProcessedIndexbool indexed automaticuint256 gasaddress indexed processor
RequestedLPWithdraw(
SendDividends(uint256 tokensSwappeduint256 amount
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
WithdrewLPForMigration(
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.