Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
23 additional
variables
Balances ($819.97)
Native
Value
$819.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.246368 | $3,328.21 |
$819.97 | |
MANE | ERC-20 | 7.006279K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21080055 | 12 days ago | | | 0 | 0.00073500867 | |
| 21023843 | 20 days ago | | | 0 | 0.00039443834 | |
| 21011687 | 22 days ago | | | 0 | 0.00034109632 | |
| 20987129 | 25 days ago | | | 0 | 0.00060303478 | |
| 20968487 | a month ago | | | 0 | 0.0014377654 | |
| 20894432 | a month ago | | | 0 | 0.00051031058 | |
| 20894425 | a month ago | | | 0 | 0.0012532835 | |
| 20894386 | a month ago | | | 0 | 0.0015237809 | |
| 20848744 | a month ago | | | 0 | 0.00019949335 | |
| 20848740 | a month ago | | | 0 | 0.00018700509 |
ABI
ABI objects
Getter at block 21168958
ReflectionFeeonBuy() view returns (uint256)
0
ReflectionFeeonSell() view returns (uint256)
0
burnFeeOnBuy() view returns (uint256)
10
burnFeeOnSell() view returns (uint256)
10
contractTypeBlazex() pure returns (uint256)
2
decimals() view returns (uint8)
18
liquidityFeeonBuy() view returns (uint256)
10
liquidityFeeonSell() view returns (uint256)
10
lpPair() view returns (address)
0x401347fe27da1c1819ffaaf01c487e3f99e79ec7
marketingFeeonBuy() view returns (uint256)
30
marketingFeeonSell() view returns (uint256)
30
marketingWallet() view returns (address)
0xe3feb50cfefd2f2901987fbe1d5a000654cab62b
maxTransactionAmountBuy() view returns (uint256)
100000000000000000000000000
maxTransactionAmountSell() view returns (uint256)
100000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
maxWalletAmount() view returns (uint256)
1000000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
MANE
owner() view returns (address)
0x0000000000000000000000000000000000000000
referralCommission() view returns (uint256)
25000000000000000
referralWallet() view returns (address)
0xdd02f7cd47ef1b70b386d948152b13fc09640895
serviceFee() view returns (uint256)
25000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
10000000000000000000000
symbol() view returns (string)
MANE
totalReflectionDistributed() view returns (uint256)
1906365562986228388530998
totalSupply() view returns (uint256)
96190110512081982613132754
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x401347fe27da1c1819ffaaf01c487e3f99e79ec7
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletToWalletTransferWithoutFee() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
isExcludedFromMaxWalletLimit(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events addLiquidityETH(uint256 _tokenAmount) payable returns (bool)
approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableTrading()
enableWalletToWalletTransferWithoutFee(bool enable)
excludeFromFees(address account, bool excluded)
excludeFromMaxWallet(address account, bool exclude)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFeePercentages(uint256 _ReflectionFeeonBuy, uint256 _liquidityFeeonBuy, uint256 _marketingFeeonBuy, uint256 _burnFeeOnBuy)
setEnableMaxTransactionLimit(bool enable)
setEnableMaxWalletLimit(bool enable)
setExcludeFromMaxTransactionLimit(address account, bool exclude)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSellFeePercentages(uint256 _ReflectionFeeonSell, uint256 _liquidityFeeonSell, uint256 _marketingFeeonSell, uint256 _burnFeeOnSell)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesChanged(uint256 ReflectionFee, uint256 liquidityFee, uint256 marketingFee)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
ExcludedFromMaxWalletLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
MaxWalletLimitAmountChanged(uint256 maxWalletAmount)
MaxWalletLimitStateChanged(bool maxWalletLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeesChanged(uint256 ReflectionFee, uint256 liquidityFee, uint256 marketingFee)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapEnabledUpdated(bool enabled)
SwapTokensAtAmountUpdated(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
WalletToWalletTransferWithoutFeeEnabled(bool enabled)
constructor()
receive()
This contract contains no error objects.