Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a5c…8279
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MARU | ERC-20 | 5.569953B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13498122 | 6 months ago | | | 0 | 1.4891830e-7 | |
| 12959278 | 7 months ago | | | 0 | 1.1262480e-7 | |
| 12933342 | 7 months ago | | | 0 | 0.000000097331285667 | |
| 12933315 | 7 months ago | | | 0 | 0.000000087693623746 | |
| 12933011 | 7 months ago | | | 0 | 1.6191976e-7 | |
| 12932947 | 7 months ago | | | 0 | 4.6679773e-7 | |
| 12932880 | 7 months ago | | | 0 | 4.8022341e-7 | |
| 12932837 | 7 months ago | | | 0 | 4.5327612e-7 | |
| 12932817 | 7 months ago | | | 0 | 4.5841533e-7 | |
| 12932795 | 7 months ago | | | 0 | 2.7095395e-7 |
ABI
ABI objects
Getter at block 21793745
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x7a5ccf2bf0eb5277461b8a6e694a02de51de8279
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)
32
getNumberOfDividends() view returns (uint256)
4341850113514675125092191344
limitsInEffect() view returns (bool)
true
liquidityActiveBlock() view returns (uint256)
0
liquidityBuyFee() view returns (uint256)
0
liquiditySellFee() view returns (uint256)
0
maxTxn() view returns (uint256)
2000000000000000000000000000
name() view returns (string)
MARU
operationsBuyFee() view returns (uint256)
20
operationsSellFee() view returns (uint256)
20
operationsWallet() view returns (address)
0x043e0c901b813f45dcaadb8161b0613d66ebb565
owner() view returns (address)
0x043e0c901b813f45dcaadb8161b0613d66ebb565
rewardsBuyFee() view returns (uint256)
40
rewardsSellFee() view returns (uint256)
40
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000000
symbol() view returns (string)
MARU
tokensForLiquidity() view returns (uint256)
0
tokensForOperations() view returns (uint256)
1856651108499221041804931051
tokensForRewards() view returns (uint256)
3713302216998442083609862104
totalBuyFees() view returns (uint256)
60
totalSellFees() view returns (uint256)
60
totalSupply() view returns (uint256)
100000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
12911849
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xbab9d7ce908578f8d56fe952e057f99519110155
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getTotalDividendsDistributed(address rewardToken) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
withdrawableDividendOf(address account, address rewardToken) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
includeInDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processDividendTracker(uint256 gas)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateClaimWait(uint256 claimWait)
updateGasForProcessing(uint256 newValue)
updateMaxWalletAmount(uint256 newNum)
updateOperationsWallet(address newOperationsWallet)
updateRewardToken(address _nextRewardToken)
updateSellFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateSwapTokensAtAmount(uint256 _value)
withdrawStuckEth()
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
ExcludedMaxTransactionAmount(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
OperationsWalletUpdated(address indexed newWallet, address indexed oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.