MEV Repellent
Verified contract
Active on
Ethereum with 2,113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEVREPEL | ERC-20 | 42.058707K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20167520 | 5 months ago | | | 0 | 0.00040098607 | |
| 19690064 | 7 months ago | | | 0 | 0.00074419969 | |
| 19591386 | 7 months ago | | | 0 | 0.00046358006 | |
| 19591383 | 7 months ago | | | 0 | 0.00044116354 | |
| 19287727 | 9 months ago | | | 0 | 0.0026353872 | |
| 19287705 | 9 months ago | | | 0 | 0.0089471519 | |
| 19272196 | 9 months ago | | | 0 | 0.0010553670 | |
| 19272196 | 9 months ago | | | 0 | 0.00097530577 | |
| 19202268 | 9 months ago | | | 0 | 0.0011345118 | |
| 19162577 | 9 months ago | | | 0 | 0.0012591628 |
ABI
ABI objects
Getter at block 21160966
burnWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
feeDivisor() view returns (uint256)
1000
limitsInEffect() view returns (bool)
false
liquidityActiveBlock() view returns (uint256)
0
marketingBuyFee() view returns (uint256)
20
marketingSellFee() view returns (uint256)
20
marketingWallet() view returns (address)
0x52c8497862e64caffd538b2cec5224c4799562db
maxTransactionAmount() view returns (uint256)
10000000000000000000000000
maxWallet() view returns (uint256)
30000000000000000000000000
name() view returns (string)
MEV Repellent
owner() view returns (address)
0xdc8cc08b479db670be9a90abb47cf76102075833
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
MEVREPEL
tokensForFees() view returns (uint256)
42058707376716893571553
tokensForMarketing() view returns (uint256)
42058707376716893571553
totalBuyFees() view returns (uint256)
20
totalSellFees() view returns (uint256)
20
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
14662084
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x61a7dc6828640f095c4eff5f3186a2c30d31c162
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
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)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeAccountStatus(address[] bots_, bool status)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading(address _mevrepel)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap()
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 _marketingBuyFee)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _marketingSellFee)
updateSwapEnabled(bool enabled)
withdrawStuckEth()
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.