Kols AI

Verified contract

Active on Ethereum with 165 txns
Deployed by via 0xea018dbb at 21280371
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Kols AI"

0x7a86749bb1f6ed3515fd63c61a1cdeeaf9943de2dfc0e7fcc063e3aa412de9c0
0x4faf6844c241a082dd4d8ed4dd8ed4893e4248eb530b1c2937247d17cd7ff83a
0x292fc7fb0dc6c9cf8c1fc2505bcbc136cdee689afcf976f18fdd932050f5697e
0xf77cf26e728ea6f337ced34a446f186b9525c0ecb8b96222c6f07c4d43549f5f
0x19c72a03bbed22b394111306a151b283578a4600c86b715a2fa89431b9313d92
0xab60d947a0f93faee15e802a5234a1abd36d5c394009bc9491cd1ac42d965383
0x882dc467810bea05ddf806490cd93c0b3ae733aeaeec4211ae09f11bdaac20ea
0x75154bd10acf7d10ec56c3b670a5d01c980b8e84a5c353f13cb14972549a4342
0x28a956f897f53de766c9a2dad1c813a3d966f30e14f399531bffe97051016ce1
0x06f061b5a2a731c78966c511d809961dbc265198d7046d506c789de230534f38

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
developmentFees(uint256view returns (uint16)
isExcludedFromFees(addressview returns (bool)
isExcludedFromLimits(addressview returns (bool)
totalFees(uint256view returns (uint16)
State-modifying
acceptOwnership(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
developmentAddressSetup(address _newAddress
developmentFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
excludeFromFees(address accountbool isExcluded
excludeFromLimits(address accountbool isExcluded
recoverForeignERC20(address tokenAddressuint256 amount
recoverToken(uint256 amount
renounceOwnership(
setAMM(address AMMbool isAMM
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateMaxWalletAmount(uint256 _maxWalletAmount
updateSwapThreshold(uint16 _swapThresholdRatio
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeFromLimits(address indexed accountbool isExcluded
MaxWalletAmountUpdated(uint256 maxWalletAmount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
SwapThresholdUpdated(uint16 swapThresholdRatio
Transfer(address indexed fromaddress indexed touint256 value
WalletTaxAddressUpdated(uint8 indexed idaddress newAddress
WalletTaxFeesUpdated(uint8 indexed iduint16 buyFeeuint16 sellFeeuint16 transferFee
WalletTaxSent(uint8 indexed idaddress recipientuint256 amount
Constructor
constructor(
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
CannotDepositNativeCoins(address account
CannotExceedMaxTotalFee(uint16 buyFeeuint16 sellFeeuint16 transferFee
CannotExceedMaxWalletAmount(uint256 maxWalletAmount
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidAMM(address AMM
InvalidAmountToRecover(uint256 amountuint256 maxAmount
InvalidSwapThresholdRatio(uint16 swapThresholdRatio
InvalidTaxRecipientAddress(address account
InvalidToken(address tokenAddress
MaxWalletAmountTooLow(uint256 maxWalletAmountuint256 limit
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token