Vertical AI
Verified contract
Active on
Ethereum with 2,288 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,133.01)
Native
Value
$237.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.071972 | $3,303.53 |
$237.76 | |
VERTAI | ERC-20 | 10.196934K | $0.087796 |
$895.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271997 | 15 minutes ago | | | 0 | 0.00048932391 | |
| 21271832 | an hour ago | | | 0 | 0.00071928110 | |
| 21271699 | an hour ago | | | 0 | 0.00077344330 | |
| 21271687 | an hour ago | | | 0 | 0.00070901652 | |
| 21271677 | an hour ago | | | 0 | 0.00082698934 | |
| 21271392 | 2 hours ago | | | 0 | 0.00045409429 | |
| 21271342 | 2 hours ago | | | 0 | 0.00047709014 | |
| 21271149 | 3 hours ago | | | 0 | 0.00040552593 | |
| 21270898 | 4 hours ago | | | 0 | 0.00035252956 | |
| 21270895 | 4 hours ago | | | 0 | 0.00054944907 |
ABI
ABI objects
Getter at block 21272068
decimals() view returns (uint8)
18
marketingFee() view returns (uint256)
4
marketingFeeReceiver() view returns (address)
0x432575c09c529c354b2fd78c861031de92f36057
maxSwapThreshold() view returns (uint256)
25000000000000000000000
maxWalletSize() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Vertical AI
owner() view returns (address)
0x106ccbf0fc8a99b173633fd78f675767bae00279
swapEnabled() view returns (bool)
true
symbol() view returns (string)
VERTAI
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
tradingEnabledTime() view returns (uint256)
1731432119
uniswapV2Pair() view returns (address)
0x19d1b048c8cdb4cc280676627ce8c05756c5519e
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeFeeReceiver(address _marketingFeeReceiver)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lowerFees(uint256 _newFee)
raiseMaxLimit(uint256 _newLimit)
renounceOwnership()
sellFees()
setSwapThreshold(uint256 _newThreshold)
toggleSwapping(bool _swapEnabled)
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)
ExcludeFromFees(address indexed account, bool isExcluded)
FeesLowered(uint256 _new)
MarketingFeeReceiverChanged(address marketingFeeReceiver)
MaxSwapThresholdUpdated(uint256 _new)
MaxWalletSizeRaised(uint256 _new)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendFee(uint256 tokensSwapped, uint256 bnbSend)
ToggleSwapping(bool swapEnabled)
TradingEnabled(bool tradingEnabled, uint256 tradingEnabledTime)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, address _feeReceiver, uint256 _initalLiquidity)
receive()
This contract contains no error objects.