Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VYPER | ERC-20 | 201.523481M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19455188 | 8 months ago | | | 0 | 0.00090399017 | |
| 19455186 | 8 months ago | | | 0 | 0.0054951127 | |
| 19455186 | 8 months ago | | | 0 | 0.0090377500 | |
| 19455182 | 8 months ago | | | 0 | 0.0020298405 | |
| 19455179 | 8 months ago | | | 0 | 0.0016212839 | |
| 19455173 | 8 months ago | | | 0 | 0.0024084171 | |
| 19455171 | 8 months ago | | | 0 | 0.00090637591 | |
| 19455169 | 8 months ago | | | 0 | 0.0015199408 |
ABI
ABI objects
Getter at block 21280368
buyDevFee() view returns (uint256)
0
buyMarketFee() view returns (uint256)
20
buyTotalFees() view returns (uint256)
20
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xf9b43d6ff0c9c2b9c0b15854a9fa549bb5c6ef02
limitsInEffect() view returns (bool)
false
marketingWallet() view returns (address)
0xf9b43d6ff0c9c2b9c0b15854a9fa549bb5c6ef02
maximumTransactionAllowed() view returns (uint256)
10000000000000000000000000
maximumWalletAllowed() view returns (uint256)
20000000000000000000000000
name() view returns (string)
VYPER
owner() view returns (address)
0xf9b43d6ff0c9c2b9c0b15854a9fa549bb5c6ef02
sellDevFee() view returns (uint256)
0
sellMarketFee() view returns (uint256)
97
sellTotalFees() view returns (uint256)
97
swapBackThreshold() view returns (uint256)
100000000000000000000000
swapEnabled() view returns (bool)
true
symbol() view returns (string)
VYPER
tokensForDev() view returns (uint256)
0
tokensForMarket() view returns (uint256)
124187930698700099349419150
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapPair() view returns (address)
0x1aa046b9e80839c557a49a4b7bc9301665d86811
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
ammPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludemaximumTransactionAllowed(address) view returns (bool)
State-modifying
Events LaunchProgram()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool value)
excludeFrommaximumTransactionAllowed(address addr, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTradingWithPermit(uint8 v, bytes32 r, bytes32 s)
removeLimits() returns (bool)
renounceOwnership()
setAMMPair(address pair, bool value)
setAntiDrainer(address newAntiDrainer)
setBlackList(address addr, bool enable)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyRates(uint256 newMarketFee, uint256 newDevFee)
updateSellRates(uint256 newMarketFee, uint256 newDevFee)
updateSwapEnabled(bool enabled)
updatemaximumTransactionAllowed(uint256 newNum)
updatemaximumWalletAllowed(uint256 newNum)
updateswapBackThreshold(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.