VIDA Project
Verified contract
Active on
Ethereum with 62 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIDA | ERC-20 | 12.034923M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15669467 | 2 years ago | | | 0 | 0.00082051099 | |
| 15669456 | 2 years ago | | | 0 | 0.00098515194 | |
| 15669453 | 2 years ago | | | 0 | 0.00097876491 | |
| 15669429 | 2 years ago | | | 0 | 0.00098141138 | |
| 15669427 | 2 years ago | | | 0 | 0.0010209727 | |
| 15669424 | 2 years ago | | | 0 | 0.0010243100 | |
| 15669422 | 2 years ago | | | 0 | 0.0010653657 | |
| 15669421 | 2 years ago | | | 0 | 0.00094602666 | |
| 15669417 | 2 years ago | | | 0 | 0.00099561877 | |
| 15669416 | 2 years ago | | | 0 | 0.0011220780 |
ABI
ABI objects
Getter at block 21320722
buyTaxes() view returns (uint256 rfi, uint256 marketing, uint256 liquidity)
(rfi=0, marketing=6, liquidity=0)
decimals() pure returns (uint8)
9
marketingWallet() view returns (address)
0xc798ad381a5b7fe6853014bd860318088c900887
maxWalletBalance() view returns (uint256)
40000000000000000
name() pure returns (string)
VIDA Project
owner() view returns (address)
0xc798ad381a5b7fe6853014bd860318088c900887
pair() view returns (address)
0x179262464e151254b6548acc918dc8f23100c4d8
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTaxes() view returns (uint256 rfi, uint256 marketing, uint256 liquidity)
(rfi=0, marketing=98, liquidity=0)
swapEnabled() view returns (bool)
false
swapTokensAtAmount() view returns (uint256)
50000000000000
symbol() pure returns (string)
VIDA
totFeesPaid() view returns (uint256 rfi, uint256 marketing, uint256 liquidity)
(rfi=0, marketing=11456720353588997, liquidity=578202459075293)
totalSupply() view returns (uint256)
100000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address _bot) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferRfi) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAllowedTransfer(address account, bool value)
setBot(address _user, bool value)
setBuyTaxes(uint256 rfi, uint256 liquidity, uint256 marketing)
setMaxWallet(uint256 amount)
setSellTaxes(uint256 rfi, uint256 liquidity, uint256 marketing)
setTradingEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address newWallet)
updateSwapEnabled(bool _enabled)
updateSwapTokensAtAmount(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedRouter(address oldRouter, address newRouter)
constructor(address routerAddress)
receive()
This contract contains no error objects.