Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,908.15 |
$0 | |
VFI | ERC-20 | 53.0057M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204421 | a month ago | | | 0 | 0.00058265922 | |
| 21203274 | a month ago | | | 0 | 0.00073214206 | |
| 21126206 | a month ago | | | 0 | 0.0025165429 | |
| 21055720 | 2 months ago | | | 0 | 0.00046590290 | |
| 21051035 | 2 months ago | | | 0 | 0.00083407621 | |
| 21046592 | 2 months ago | | | 0 | 0.00041379016 | |
| 21044442 | 2 months ago | | | 0 | 0.00075343820 | |
| 21043803 | 2 months ago | | | 0 | 0.00090675226 | |
| 21041421 | 2 months ago | | | 0 | 0.00066602934 | |
| 21040896 | 2 months ago | | | 0 | 0.00043606189 |
ABI
ABI objects
Getter at block 21405523
antiBotEnabled() view returns (bool)
true
decimals() view returns (uint8)
18
fee1() view returns (uint8)
7
fee2() view returns (uint8)
2
fee3() view returns (uint8)
1
fee4() view returns (uint8)
1
feesEnabled() view returns (bool)
true
maxTxAmount() view returns (uint256)
100000000000000000000000000000000000000
name() view returns (string)
VFI
owner() view returns (address)
0xe6b2f91385e7992505492598f65e96e0d9ed2ef7
swapTokensAtAmount() view returns (uint256)
100000000000000000000000000000000000000000000000000000000000000000
swapTokensUpperLimit() view returns (uint256)
100000000000000000000000000000000000000
symbol() view returns (string)
VFI
taxReceiver1() view returns (address)
0x7a8be766c269dc3bb7cbf5d65c17180d1465038b
taxReceiver2() view returns (address)
0x7a8be766c269dc3bb7cbf5d65c17180d1465038b
taxReceiver3() view returns (address)
0x8e267f66615a78de7dbac6fbea0fa47fa53fd802
taxReceiver4() view returns (address)
0x8e267f66615a78de7dbac6fbea0fa47fa53fd802
totalFees() view returns (uint8)
11
totalSupply() view returns (uint256)
10000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x143b0ba5129a4d12fba3842a36970ed2e4211b9b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address pair) view returns (bool)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
disableAntiBot()
enableTrading()
excludeFromFees(address account, bool excluded)
manualSend()
manualSwapAndSend()
modifyBlacklist(address account, bool blacklisted)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setMaxTxAmount(uint256 _maxTxAmount)
setSwapTokensAtAmount(uint256 swapAmount)
setSwapTokensUpperLimit(uint256 upperLimit)
setUniswapV2Pair(address pair)
toggleFees()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateFees(uint8 _fee1, uint8 _fee2, uint8 _fee3, uint8 _fee4)
updateTaxReceiver1(address _account)
updateTaxReceiver2(address _account)
updateTaxReceiver3(address _account)
updateTaxReceiver4(address _account)
AntiBotDisabled()
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistModified(address indexed account, bool blacklisted)
ExcludedFromFees(address indexed account, bool isExcluded)
FeesDistributed(uint256 totalAmountETH)
FeesUpdated(uint256 totalFee, uint8 fee1, uint8 fee2, uint8 fee3, uint8 fee4)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _admin, address _router)
receive()
Blacklisted(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ZeroAddress()