Trove DAO
Verified contract
Active on
Ethereum with 1,534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8b32…d03a
22 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TROVE | ERC-20 | 8.286787M | -- | -- | |
UNI-V2 | ERC-20 | 11.743404K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20538179 | 3 months ago | | | 0 | 0.000043175087 | |
| 19955363 | 6 months ago | | | 0 | 0.00019821214 | |
| 19783881 | 7 months ago | | | 0 | 0.00033423916 | |
| 19783879 | 7 months ago | | | 0 | 0.00034198281 | |
| 19433576 | 8 months ago | | | 0 | 0.0017473473 | |
| 19376572 | 8 months ago | | | 0 | 0.0018003561 | |
| 19376571 | 8 months ago | | | 0 | 0.0018806263 | |
| 19368494 | 8 months ago | | | 0 | 0.0014787863 | |
| 19263720 | 9 months ago | | | 0 | 0.0018239322 | |
| 19048146 | 10 months ago | | | 0 | 0.00033329603 |
ABI
ABI objects
Getter at block 21222054
buyCommunityFee() view returns (uint256)
1
buyLiquidityFee() view returns (uint256)
0
buyMarketingFee() view returns (uint256)
4
buyTotalFees() view returns (uint256)
5
decimals() view returns (uint8)
18
earlySellCommunityFee() view returns (uint256)
1
earlySellLiquidityFee() view returns (uint256)
0
earlySellMarketingFee() view returns (uint256)
9
enableEarlySellTax() view returns (bool)
false
feesEnabled() view returns (bool)
true
limitsInEffect() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
30000000000000000000000000
maxWallet() view returns (uint256)
50000000000000000000000000000000000000000000
mevRepelActive() view returns (bool)
false
name() view returns (string)
Trove DAO
owner() view returns (address)
0x6d7d8a7816b850aa5c60bdcc082dc234f10b5970
sellCommunityFee() view returns (uint256)
1
sellLiquidityFee() view returns (uint256)
0
sellMarketingFee() view returns (uint256)
9
sellTotalFees() view returns (uint256)
10
swapEnabled() view returns (bool)
false
swapTokensAtAmount() view returns (uint256)
250000000000000000000000
symbol() view returns (string)
TROVE
tokensForCommunity() view returns (uint256)
1561065212802609643412987
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
6725721795992722926497829
totalSupply() view returns (uint256)
10000000000000000000000000000000499999999999999999999999999
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
false
uniswapV2Pair() view returns (address)
0xe1f8b54d34228028055f1eaf535b27415c032079
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 airdrop(address[] recipients, uint256[] values)
approve(address spender, uint256 amount) returns (bool)
blacklistAccount(address account, bool isBlacklisted)
burnTrove(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address account, uint256 amount)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setEarlySellTax(bool onoff)
setMev(address _mevrepel)
setOperator(address _operator, bool _whiteList)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock(address account, uint256 amount)
updateBuyFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _communityFee)
updateCommunityWallet(address newWallet)
updateFeesEnabled(bool enabled)
updateMarketingWallet(address newMarketingWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _communityFee, uint256 _earlySellLiquidityFee, uint256 _earlySellMarketingFee, uint256 _earlySellCommunityFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
useMevRepel(bool _mevRepelActive)
useWhaleIncentive(bool enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
communityWalletUpdated(address indexed newWallet, address indexed oldWallet)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
operatorCreated(address _operator, bool _whiteList)
constructor()
receive()
This contract contains no error objects.