KEPLER

Verified contract

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

No balances found for "KEPLER"

0x2c2ffff9f9a9b5025f3fdbc440ae1ef8a2c98bea3840fe94536bb485a38a2470
0x22d7432fc65c661c43e4951725d4f8c8bbb2de7ba51ab0706eacffd1ef6e4449
0xfb0ba5f8015e818084157d8c7f3890c07d967ce2e2758440a5d2c50fa60184bb
0x20f73a7fe50ae39c17c9758e952952e3563ff501171a70ac63335c521271f6f6
0x164abb07a165d46f7d2146266d3776bb6a0211bd1acb29bc9ddeaa07dd366cb2
0xde17679c5f07cce4fcd47100837c28a92c700f867e9d3d89c3360d4d448848b5
0x8314294285876284133907a4c427da79b4afe705b2c65dd04fffcdb0934d2717
0x16859fefb129a54055e103c49309a78f4f2d76654de3f9071728fefe1d9b3d32
0x006a642c4cc69352fee580ea08825dbfbf0cffc577cd2b08ef581c4688d1e486
0xf0225e03af6635c607acf6bd6c0210ec40b02f7b5c6bfb940ccb49e1d58a5859

Functions
Getter at block 20954857
DEV_ENTITY(view returns (address)
0x04bda42de3bc32abb00df46004204424d4cf8287
FEE(view returns (uint256)
2
VERSION(view returns (uint8)
2
buyTaxRate(view returns (uint256)
0
decimals(view returns (uint8)
18
feeHandler(view returns (address)
0x6649c6035d74b4e6f45eb79889bcdd7556bfef70
feeReceiver(view returns (address)
0x8d613e4f5b3f9552bc9edc61d12bb005a0e243d3
name(view returns (string)
KEPLER
owner(view returns (address)
0x0000000000000000000000000000000000000000
randomizer(view returns (string)
i7fw1
sellTaxRate(view returns (uint256)
5
symbol(view returns (string)
KEPLER
taxPaused(view returns (bool)
false
totalSupply(view returns (uint256)
1000000000000000000000000000000000
uniswapRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBlacklisted(addressview returns (bool)
isUniswapV2Pair(addressview returns (bool)
isWhitelisted(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
pauseTax(bool _status
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateBlacklist(address accountbool _isBlacklisted
updateFeeReceiver(address newFeeReceiver
updatePair(address pairbool isAdded
updateTaxRates(uint256 newBuyTaxRateuint256 newSellTaxRate
updateWhitelist(address accountbool _isWhitelisted
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistUpdated(address indexed accountbool isBlacklisted
DeployedContract(address indexed contractAddressuint8 version
FeeReceiverUpdated(address indexed newFeeReceiver
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PairUpdated(address indexed pairbool isAdded
TaxPaused(bool isPaused
TaxRatesUpdated(uint256 newBuyTaxRateuint256 newSellTaxRate
Transfer(address indexed fromaddress indexed touint256 value
WhitelistUpdated(address indexed accountbool isWhitelisted
Constructor
constructor(string namestring symboluint256 buyTaxuint256 sellTaxuint256 supplyaddress _routerAddressaddress _feeReceiver
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account