vectorsmartgas
Verified contract
Active on
Ethereum with 2,662 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x13f2…35df
0xc839…2122
Balances ($10.12)
Native
Value
$10.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003041 | $3,320.61 |
$10.1 | |
VSG | ERC-20 | 9.076691 | $0.002933 |
$0.03 | |
$VSG | ERC-20 | 10.270877M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274707 | 10 minutes ago | | | 0 | 0.00041952786 | |
| 21274580 | 36 minutes ago | | | 0 | 0.00043214251 | |
| 21274536 | an hour ago | | | 0 | 0.00043959113 | |
| 21274517 | an hour ago | | | 0 | 0.00060948918 | |
| 21274498 | an hour ago | | | 0 | 0.00058133883 | |
| 21274491 | an hour ago | | | 0 | 0.00043150281 | |
| 21274475 | an hour ago | | | 0 | 0.00049536571 | |
| 21274379 | an hour ago | | | 0 | 0.00056700482 | |
| 21274362 | an hour ago | | | 0 | 0.00057522001 | |
| 21274333 | an hour ago | | | 0 | 0.00040162184 |
ABI
ABI objects
Getter at block 21274757
Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
devSplit() view returns (uint256)
30
lpSplit() view returns (uint256)
10
marketingSplit() view returns (uint256)
60
marketingWallet() view returns (address)
0x13f2ee0608a94b8d49a493e0413197d076d835df
name() view returns (string)
Vector Smart Gas
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
0
swapAtAmount() view returns (uint256)
100000000000000000000000
swapPair() view returns (address)
0x1e9348b71ecbaaa14eff7b4b6186b78d1a9b9b70
symbol() view returns (string)
VSG
teamWallet() view returns (address)
0xc839c6778b1b890bef6f1c4336b95682a5822122
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
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 _setAutomatedMarketMakerPair(address pair, bool value)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwapAndBurn()
renounceOwnership()
setBuyTax(uint256 _newBuyTax)
setMarketingWallet(address newMarketingWallet)
setSellTax(uint256 _newSellTax)
setSwapAtAmount(uint256 _newSwapAtAmount)
setTaxSplit(uint256 _devSplit, uint256 _marketingSplit, uint256 _lpSplit)
setTeamWallet(address newTeamWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapRouter(address newAddress)
withdawlBNB()
withdrawlToken(address _tokenAddress)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _buyTax, uint256 _sellTax, uint256 _devSplit, uint256 _marketingSplit, uint256 _lpSplit, address _router, address _MarketingWallet, address _teamWallet, uint256 initialSupply, address realOwner)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)