VaultTech
Verified contract
Active on
Ethereum with 11,337 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
6 additional
variables
Balances ($982.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x0 | ERC-20 | 2.46721K | $0.182265 |
$449.69 | |
USDT | ERC-20 | 310.1729 | $1.001 |
$310.48 | |
$VAULT | ERC-20 | 30.560318K | $0.005258 |
$160.68 | |
CELL | ERC-20 | 105.876799 | $0.578668 |
$61.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156311 | 3 hours ago | | | 0 | 0.00062692888 | |
| 21154768 | 9 hours ago | | | 0 | 0.00022244607 | |
| 21154260 | 10 hours ago | | | 0 | 0.00042984520 | |
| 21150517 | a day ago | | | 0 | 0.0013168395 | |
| 21149132 | a day ago | | | 0 | 0.00050433465 | |
| 21147283 | a day ago | | | 0 | 0.00043909835 | |
| 21137186 | 3 days ago | | | 0 | 0.0019152463 | |
| 21135903 | 3 days ago | | | 0 | 0.00073518682 | |
| 21128717 | 4 days ago | | | 0 | 0.00085713398 | |
| 21126288 | 4 days ago | | | 0 | 0.00064301376 |
ABI
ABI objects
Getter at block 21157356
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 marketing, uint16 team, uint16 development, uint16 revShare, uint16 lottery, uint16 totalSwap)
(marketing=1, team=1, development=1, revShare=1, lottery=1, totalSwap=5)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=500, sellFee=500, transferFee=0)
_taxWallets() view returns (address marketing, address team, address revShare, address development, address lottery)
(marketing=0xdbe0c6143511833bac833c90c97bc67f19dbe40b, team=0x9bf0a7012270816b2ec40c025c774a25b0f0a424, revShare=0x664933151f2a0a3273566287e0dfdaf510d873e9, development=0xf59fcc93125c053ac5691f106bf3e8da75e8e421, lottery=0xe4bb972657b2277d1b4f8fece7a73e4268d72652)
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
98370228572605605297998696
getMaxTX() view returns (uint256)
100000000
getMaxWallet() view returns (uint256)
100000000
getOwner() view returns (address)
0x3230a0a1581d169f29929ba82bf4d2878aee2952
isBlacklistRenounced() view returns (bool)
false
launchStamp() view returns (uint256)
1698451043
lpPair() view returns (address)
0x4daeac8ea49c9770fa496e4de76f6d021557b22d
maxBuyTaxes() view returns (uint256)
3000
maxSellTaxes() view returns (uint256)
3000
maxTransferTaxes() view returns (uint256)
3000
name() pure returns (string)
VaultTech
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
90000000000000000000000
swapThreshold() view returns (uint256)
30000000000000000000000
symbol() pure returns (string)
$VAULT
taxesAreLocked() view returns (bool)
false
totalSupply() pure returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
excludePresaleAddresses(address router, address presale)
lockTaxes()
multiSendTokens(address[] accounts, uint256[] amounts)
removeBlacklisted(address account)
removeSniper(address account)
renounceBlacklist()
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address init)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setProtectionSettings(bool _antiSnipe, bool _antiBlock)
setRatios(uint16 marketing, uint16 team, uint16 revShare, uint16 development, uint16 lottery)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address team, address revShare, address lottery)
sweepContingency()
sweepExternalTokens(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.