The Vault
Verified contract
Active on
Ethereum with 708 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e9c…3a44
7 additional
variables
Balances ($7,904.74)
Native
Value
$7,904.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.16618 | $3,649.16 |
$7,904.74 | |
VAULT | ERC-20 | 0.460957 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20163284 | 5 months ago | | | 0 | 0.00049151509 | |
| 19822000 | 7 months ago | | | 0 | 0.00042074156 | |
| 19638658 | 8 months ago | | | 0 | 0.0014622723 | |
| 19577606 | 8 months ago | | | 0 | 0.0019289495 | |
| 19573657 | 8 months ago | | | 0 | 0.0039163445 | |
| 19347140 | 9 months ago | | | 0 | 0.0024684491 | |
| 19304162 | 9 months ago | | | 0 | 0.0013886071 | |
| 19132798 | 10 months ago | | | 0 | 0.0010302877 | |
| 19083655 | 10 months ago | | | 0 | 0.0019241594 | |
| 19079543 | 10 months ago | | | 0 | 0.00024965514 |
ABI
ABI objects
Getter at block 21282638
_checkWalletLimit() view returns (bool)
false
_devShares() view returns (uint256)
1
_liquidityShares() view returns (uint256)
0
_taxOnBuy() view returns (uint256)
4
_taxOnSell() view returns (uint256)
4
_totalDistributionShrs() view returns (uint256)
2
_tradingOpen() view returns (bool)
true
_vaultShares() view returns (uint256)
1
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
ethSentFromVault() view returns (uint256)
3561925745580607101
getCirculatingSupply() view returns (uint256)
376263229536634079973
getStats() view returns (uint256, uint256, uint256, uint256)
(622736770463365920027, 3561925745580607101, 2166179874101732159, 5761116686440777)
getVaultTokenValue() view returns (uint256)
5761116686440777
maxTxAmount() view returns (uint256)
10000000000000000000
name() view returns (string)
The Vault
owner() view returns (address)
0x000000000000000000000000000000000000dead
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
VAULT
totalBurned() view returns (uint256)
622736770463365920027
totalSupply() view returns (uint256)
377263229536634079973
uniswapPair() view returns (address)
0x8e04812bf2fe3abdc684ae912490cdd4e2ba33ef
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletMax() view returns (uint256)
1000000000000000000000
Read-only
_checkExcludedFromFees(address) view returns (bool)
_checkMarketPair(address) view returns (bool)
_checkTxLimitExcept(address) view returns (bool)
_checkWalletLimitExcept(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getEthOut(uint256 amount) view returns (uint256 value)
State-modifying
Events _addMarketPair(address account)
_setBuyFee(uint256 newTax)
_setMaxTxAmount(uint256 maxTxAmount)
_setSellFee(uint256 newTax)
_set_checkExcludedFromFees(address account, bool newValue)
_set_checkTxLimitExcept(address holder, bool exempt)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
makeItLive()
setDevMarketingWallet(address newAddress)
setDistributionSettings(uint256 newLiquidityShare, uint256 newDevShare, uint256 newBurnShare)
setNumTokensBeforeSwap(uint256 newLimit)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletMax(uint256 maxWalletAmount)
set_checkWalletLimitExcept(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
useTheVault(uint256 amount) returns (bool)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
ExchangedOnVault(address account, uint256 burnAmount, uint256 ethRecievedAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.