Volt Inu DAO
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7db5…58ac
0x45f6…1b51
4 additional
variables
Balances ($5.17)
Native
Value
$5.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001667 | $3,103.88 |
$5.17 | |
Volt DAO | ERC-20 | 1.82414B | -- | -- | |
UNI-V2 | ERC-20 | 0.000003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17048967 | 2 years ago | | | 0 | 0.0010870962 | |
| 17048960 | 2 years ago | | | 0 | 0.0010310880 | |
| 17048958 | 2 years ago | | | 0 | 0.0011892409 | |
| 17048955 | 2 years ago | | | 0 | 0.0011879853 | |
| 17048951 | 2 years ago | | | 0 | 0.0010858592 | |
| 17048945 | 2 years ago | | | 0 | 0.0012415074 | |
| 17048943 | 2 years ago | | | 0 | 0.0011466094 | |
| 17048938 | 2 years ago | | | 0 | 0.0011924909 | |
| 17048938 | 2 years ago | | | 0 | 0.0011924909 | |
| 17048936 | 2 years ago | | | 0 | 0.0012241236 |
ABI
ABI objects
Getter at block 21192242
_maxTxAmount() view returns (uint256)
2000000000000000000
_maxWalletAmount() view returns (uint256)
2000000000000000000
_totalFee() view returns (uint256)
80
autoLpDivisor() view returns (uint256)
10
decimals() view returns (uint8)
9
devAddress() view returns (address)
0x45f6e219a683c7560d71d0249fc353f385301b51
devDivisor() view returns (uint256)
35
getTime() view returns (uint256)
1731663383
getUnlockTime() view returns (uint256)
0
isBuyTaxEnabled() view returns (bool)
true
minimumTokensBeforeSwapAmount() view returns (uint256)
10000000000000
name() view returns (string)
Volt Inu DAO
owner() view returns (address)
0x65a7c5a59b875fe737c18ee62f729f1cb1466a58
rewardPoolAddress() view returns (address)
0x7db5af2b9624e1b3b4bb69d6debd9ad1016a58ac
rewardPoolDivisor() view returns (uint256)
35
sellFactor() view returns (uint256)
10
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
Volt DAO
totalSupply() view returns (uint256)
69000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xc9c5d3eb5d7b9d0ab48153d37524c25c399acad9
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAutomatedMarketMaker(address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAccount(address account, bool blacklist)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableAutomatedMarketMaker(address account, bool enable)
enableTrading()
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setBuyTaxEnabled(bool _enable)
setDevAddress(address _devAddress)
setMaxTxAmount(uint256 maxTxAmount)
setMaxWalletLimit(uint256 maxWalletLimit)
setNumTokensSellToAddToLiquidity(uint256 _minimumTokensBeforeSwap)
setRewardPoolAddress(address _rewardPoolAddress)
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
updateFeeDivisor(uint256 newAutoLpDivisor, uint256 newDevDivisor, uint256 newrewardPoolDivisor)
updateSellFactor(uint256 _sellFactor)
withdrawETH(address recipient)
withdrawUnsupportedTokens(address token, address recipient)
AccountBlacklisted(address indexed account, bool indexed blacklist)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerEnable(address indexed account, bool indexed enable)
BuyTaxEnabled(bool indexed enable, uint256 blockNumber)
FeesUpdated(uint256 autoLpDivisor, uint256 devDivisor, uint256 rewardPoolDivisor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFactorUpdated(uint256 previousSellFactor, uint256 newSellFactor)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.