Verification Protocol
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.64)
Native
Value
$0.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00016 | $4,005.31 |
$0.64 | |
VPro | ERC-20 | 444.668431K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15887870 | 2 years ago | | | 0 | 0.00068068128 | |
| 15887848 | 2 years ago | | | 0 | 0.00059101036 | |
| 15884053 | 2 years ago | | | 0 | 0.0015457573 | |
| 15881971 | 2 years ago | | | 0 | 0.00053270905 | |
| 15881958 | 2 years ago | | | 0 | 0.00045943221 | |
| 15881928 | 2 years ago | | | 0 | 0.00026203472 | |
| 15881923 | 2 years ago | | | 0 | 0.00027903950 | |
| 15881742 | 2 years ago | | | 0 | 0.00056542656 | |
| 15881735 | 2 years ago | | | 0 | 0.00048451194 | |
| 15881669 | 2 years ago | | | 0 | 0.00055531442 |
ABI
ABI objects
Getter at block 21419930
_buyLiquidityFee() view returns (uint256)
1
_buyMarketingFee() view returns (uint256)
1
_buyTeamFee() view returns (uint256)
0
_liquidityShare() view returns (uint256)
2
_marketingShare() view returns (uint256)
2
_sellLiquidityFee() view returns (uint256)
1
_sellMarketingFee() view returns (uint256)
2
_sellTeamFee() view returns (uint256)
1
_teamShare() view returns (uint256)
2
_totalDistributionShares() view returns (uint256)
6
buyTax() view returns (uint256)
2
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
100000000000000000
marketingWallet() view returns (address)
0x73a65a0f7faddfcc96f2b7ed3263679af869b6dd
name() view returns (string)
Verification Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
4
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
VPro
teamWallet() view returns (address)
0x73a65a0f7faddfcc96f2b7ed3263679af869b6dd
totalSupply() view returns (uint256)
100000000000000000
uniswapPair() view returns (address)
0x79c7c3f8325c9f5b6c84d5b43e8ab2e8fffe8db8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events addMarketPair(address account)
approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
clearStuckBalance()
clearStuckTokens() returns (bool claim)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFees()
removeLimits()
renounceOwnership()
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newTeamShare)
setDividenPurpose(address newAddress)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setMarketingWallet(address newAddress)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setTeamWallet(address newAddress)
setWalletLimit(uint256 newLimit)
transfen(address newAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.