Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Kols AI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21303116 | 10 minutes ago | | | 0 | 0.00062528582 | |
| 21303061 | 21 minutes ago | | | 0 | 0.00076338584 | |
| 21302944 | 44 minutes ago | | | 0 | 0.00065670679 | |
| 21302885 | an hour ago | | | 0 | 0.00065091411 | |
| 21302850 | an hour ago | | | 0 | 0.00071165611 | |
| 21302844 | an hour ago | | | 0.00671 | 0.00039726073 | |
| 21302158 | 3 hours ago | | | 0 | 0.00078181042 | |
| 21301732 | 5 hours ago | | | 0 | 0.00092137919 | |
| 21301163 | 7 hours ago | | | 0 | 0.00058176524 | |
| 21300999 | 7 hours ago | | | 0 | 0.00062130565 |
ABI
ABI objects
Getter at block 21303162
decimals() pure returns (uint8)
18
developmentAddress() view returns (address)
0x9696c7214608975333738fc29e3b94cd9af26c0a
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
1257381169014131171835
maxWalletAmount() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Kols AI
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x8a09755f8eb067e689dd960422a279c99fbc18f4
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
1
symbol() view returns (string)
KolsAI
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
developmentFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
developmentAddressSetup(address _newAddress)
developmentFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
CannotExceedMaxWalletAmount(uint256 maxWalletAmount)
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)
FailedInnerCall()
InvalidAMM(address AMM)
InvalidAmountToRecover(uint256 amount, uint256 maxAmount)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
InvalidToken(address tokenAddress)
MaxWalletAmountTooLow(uint256 maxWalletAmount, uint256 limit)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)