Heterophobic

Verified contract

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

No balances found for "Heterophobic"

0xf47e2e6c24d42fdf5e0e12d022e2a30cdcdaffdad99c417615dbb76f23fc1f98
0x1f07cc5250eae2db4b196450aef9be9c01feccade8f2f5971179a21dc9f59805
0x7e137919e3138d63c2f56ce64d5e0258bd87e3c77e0cc32a91ef16e659b65060
0x3f1c3fcc7ecb66ef8b28c74e86f8d7687e9d8e04f7aee6fb088e343cce69e8a4
0xe55316f03832aa98f235d7f3eb785fc25e72965ccf87b0b807b8016e1bd4cde2
0x072d4a67a35d2e19a7f9313f121c48629cbec86d5fbdd08431b8bc0ba4ac9f37
0x5e271d1cd45005f7fe038f850109bddf8ab0600a4f6cdb90c4b92fe76cafbe01
0x429272dec4f922131e68b7caacc2de8383069a14b75092ccb58501689b19d9c8
0x1949f093672ee46b3cbdc2979faa3b392bc6d58cdc581c1e03e27fb00184b18f
0xe3c759921819386e605fd6f886ca37c67c076b6a903dbd43814a2d62323b3edf

Functions
Getter at block 20937862
ID(view returns (bytes32)
0x57a111374081e80da9971fbab0320cecc928b9bb1ed50257708c06a2742b8e51
MAX_FEE(view returns (uint256)
2500
PERCENT_BASE(view returns (uint256)
10000
config(view returns (bool tradeEnabledbool swappinguint8 gasRestrictionsDurationBlocksuint16 buyFeesuint16 sellFeesuint16 swapThresholdBasisPointsuint16 maxTokenAmountPertransactionBasisPointsuint16 maxTokenAmountPerWalletBasisPointsuint16 maxPriorityFeePerGasGweiuint32 deployedBlockNumberuint104 placeholder)
(tradeEnabled=true, swapping=false, gasRestrictionsDurationBlocks=0, buyFees=0, sellFees=0, swapThresholdBasisPoints=10, maxTokenAmountPertransactionBasisPoints=200, maxTokenAmountPerWalletBasisPoints=200, maxPriorityFeePerGasGwei=0, deployedBlockNumber=18981192, placeholder=0)
decimals(view returns (uint8)
18
name(view returns (string)
Heterophobic
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CIS
totalSupply(view returns (uint256)
10000000000000000000000000000
uniswapV2Pair(view returns (address)
0x6653dc0a5813c8e96b59470eee85a273c349fb91
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
enableTrade(
renounceOwnership(
setFees(uint16 _buyFeesuint16 _sellFees
setMaxSupplyPercentPerWallet(uint16 _newSupplyPercentBasisPoints
setMaxSupplyPercentPertransaction(uint16 _newSupplyPercentBasisPoints
setSwapThreshold(uint16 _supplyPercent
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawToken(address token
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _supplyToLiquidityaddress _routerAddressuint16 _buyFeesuint16 _sellFeesuint16 _maxPriorityFeePerGasuint8 _gasRestrictionsBlocksbool _renouncebool _tradeEnabled
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
aboveMaxSupplyPercentPerWallet(uint256 amountuint256 maxAmount
aboveMaxSupplyPercentPertransaction(uint256 amountuint256 maxAmount
belowMinSupplyPercentPerWallet(uint256 amountuint256 minAmount
belowMinSupplyPercentPertransaction(uint256 amountuint256 minAmount
feesTooHigh(uint256 feesuint256 maxFees
restricted(address account
swapThresholdOutOfRange(uint256 thresholduint256 minThresholduint256 maxThreshold
tradeNotEnabled(