Mane DAO
Verified contract
Active on
Ethereum with 1,166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000001 | $3,088.62 |
$0 | |
MANE | ERC-20 | 2.037334B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495125 | 3 months ago | | | 0 | 0.000052732906 | |
| 20347067 | 4 months ago | | | 0 | 0.000088358600 | |
| 19660866 | 7 months ago | | | 0 | 0.00067530964 | |
| 19385632 | 8 months ago | | | 0 | 0.0039976362 | |
| 19385631 | 8 months ago | | | 0 | 0.0040339764 | |
| 18862437 | a year ago | | | 0 | 0.00095290774 | |
| 18726441 | a year ago | | | 0 | 0.0022194476 | |
| 18720563 | a year ago | | | 0 | 0.0020500411 | |
| 18720561 | a year ago | | | 0 | 0.0036169526 | |
| 18718755 | a year ago | | | 0 | 0.0021045509 |
ABI
ABI objects
Getter at block 21208266
compoundingEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
dividendFeeBPS() view returns (uint256)
100
dividendSellFeeBPS() view returns (uint256)
100
dividendTracker() view returns (address)
0x0a7c9b89f68724e99b1c9c80bf7ceb57b68d4b71
lastSwapTime() view returns (uint256)
1704248999
liquidityFeeBPS() view returns (uint256)
100
liquiditySellFeeBPS() view returns (uint256)
100
marketingFeeBPS() view returns (uint256)
100
marketingSellFeeBPS() view returns (uint256)
100
maxTxBPS() view returns (uint256)
10000
maxWalletBPS() view returns (uint256)
10000
name() view returns (string)
Mane DAO
owner() view returns (address)
0xa91a5bea943c74aede25e521db051c23e1cb9931
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
MANE
taxEnabled() view returns (bool)
true
totalFeeBPS() view returns (uint256)
400
totalSellFeeBPS() view returns (uint256)
400
totalSupply() view returns (uint256)
100000000000000000000000000000
treasuryFeeBPS() view returns (uint256)
100
treasurySellFeeBPS() view returns (uint256)
100
uniswapV2Pair() view returns (address)
0x7098d9eeee979db53e29d126fe59b744f52c6bc8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
accumulativeDividendOf(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
getAccountInfo(address account) view returns (address, uint256, uint256, uint256, uint256)
getLastClaimTime(address account) view returns (uint256)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTx(address account) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
withdrawableDividendOf(address account) view returns (uint256)
withdrawnDividendOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blackListMany(address[] _users)
claim()
compound()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account, bool excluded)
excludeFromFees(address account, bool excluded)
excludeFromMaxTx(address account, bool excluded)
excludeFromMaxWallet(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSendDividend(uint256 amount, address holder)
openTrading()
renounceOwnership()
returnETH(uint256 _amount)
returnToken(address _token, uint256 _amount)
setAutomatedMarketMakerPair(address pair, bool value)
setCompoundingEnabled(bool _enabled)
setFee(uint256 _treasuryFee, uint256 _marketingFee, uint256 _liquidityFee, uint256 _dividendFee, uint256 _sellTreasuryFee, uint256 _sellMarketingFee, uint256 _sellLiquidityFee, uint256 _sellDividendFee)
setMaxTxBPS(uint256 bps)
setMaxWalletBPS(uint256 bps)
setSwapEnabled(bool _enabled)
setTaxEnabled(bool _enabled)
setWallet(address _marketingWallet, address _liquidityWallet, address _treasuryWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlackListMany(address[] _users)
updateDividendSettings(bool _swapEnabled, uint256 _swapTokensAtAmount, bool _swapAllToken)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistEnabled(bool enabled)
CompoundingEnabled(bool enabled)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndAddLiquidity(uint256 tokensSwapped, uint256 nativeReceived, uint256 tokensIntoLiquidity)
SwapEnabled(bool enabled)
TaxEnabled(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(address _marketingWallet, address _treasuryWallet, address _liquidityWallet)
receive()
This contract contains no error objects.