Heterophobic
Verified contract
Active on
Ethereum with 170 txns
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 "Heterophobic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20454749 | 4 months ago | | | 0 | 0.000076225083 | |
| 19600545 | 8 months ago | | | 0 | 0.00045042973 | |
| 18994222 | a year ago | | | 0 | 0.00083804367 | |
| 18991854 | a year ago | | | 0 | 0.0019880607 | |
| 18991197 | a year ago | | | 0 | 0.0011492014 | |
| 18990745 | a year ago | | | 0 | 0.0016182706 | |
| 18990328 | a year ago | | | 0 | 0.00080121827 | |
| 18987097 | a year ago | | | 0 | 0.00098666213 | |
| 18987048 | a year ago | | | 0 | 0.00086112893 | |
| 18986995 | a year ago | | | 0 | 0.00091681974 |
ABI
ABI objects
Getter at block 21292353
ID() view returns (bytes32)
0x57a111374081e80da9971fbab0320cecc928b9bb1ed50257708c06a2742b8e51
MAX_FEE() view returns (uint256)
2500
PERCENT_BASE() view returns (uint256)
10000
config() view returns (bool tradeEnabled, bool swapping, uint8 gasRestrictionsDurationBlocks, uint16 buyFees, uint16 sellFees, uint16 swapThresholdBasisPoints, uint16 maxTokenAmountPertransactionBasisPoints, uint16 maxTokenAmountPerWalletBasisPoints, uint16 maxPriorityFeePerGasGwei, uint32 deployedBlockNumber, uint104 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
enableTrade()
renounceOwnership()
setFees(uint16 _buyFees, uint16 _sellFees)
setMaxSupplyPercentPerWallet(uint16 _newSupplyPercentBasisPoints)
setMaxSupplyPercentPertransaction(uint16 _newSupplyPercentBasisPoints)
setSwapThreshold(uint16 _supplyPercent)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawToken(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, uint256 _supplyToLiquidity, address _routerAddress, uint16 _buyFees, uint16 _sellFees, uint16 _maxPriorityFeePerGas, uint8 _gasRestrictionsBlocks, bool _renounce, bool _tradeEnabled)
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
aboveMaxSupplyPercentPerWallet(uint256 amount, uint256 maxAmount)
aboveMaxSupplyPercentPertransaction(uint256 amount, uint256 maxAmount)
belowMinSupplyPercentPerWallet(uint256 amount, uint256 minAmount)
belowMinSupplyPercentPertransaction(uint256 amount, uint256 minAmount)
feesTooHigh(uint256 fees, uint256 maxFees)
restricted(address account)
swapThresholdOutOfRange(uint256 threshold, uint256 minThreshold, uint256 maxThreshold)
tradeNotEnabled()