CATCOIN 2.0
Verified contract
Active on
Ethereum with 184 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 "CATCOIN 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17714082 | a year ago | | | 0 | 0.0015766355 | |
| 17678257 | a year ago | | | 0 | 0.0033131873 | |
| 17653332 | a year ago | | | 0 | 0.00037161277 | |
| 17653331 | a year ago | | | 0 | 0.00063400002 | |
| 17602437 | a year ago | | | 0 | 0.00030278390 | |
| 17601846 | a year ago | | | 0 | 0.00062814295 | |
| 17599624 | a year ago | | | 0 | 0.00087156760 | |
| 17598882 | a year ago | | | 0 | 0.00068658469 | |
| 17598652 | a year ago | | | 0 | 0.00068918110 | |
| 17598403 | a year ago | | | 0 | 0.00068966112 |
ABI
ABI objects
Getter at block 21317795
centiBuyTax() view returns (uint256)
0
centiSellTax() view returns (uint256)
0
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x80c93b67ef2df30d03e4126913403924f0adb968
maxTxAmount() view returns (uint256)
416146500000000000000000000000000
maxWalletAmount() view returns (uint256)
416146500000000000000000000000000
name() view returns (string)
CATCOIN 2.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
84070000001000000000000000000
symbol() view returns (string)
CATCOIN2.0
totalSupply() view returns (uint256)
420350000000000000000000000000000
uniswapV2Pair() view returns (address)
0x83d8de112071b70485e6aa97c264a4e7809bcd49
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
getAllTaxes()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBuyTax(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setMarketingWallet(address wallet)
setMaxTx(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setMaxWallet(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
setSellTax(uint256 _wholeNumber, uint256 _firstNumberAfterDecimal, uint256 _secondNumberAfterDecimal)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(string name_, string symbol_, uint256 supply_, uint8 decimals_, struct MarketingTaxParameters parameters, address uniswapV2Router_, address addr_, struct MarketingTaxRefInfo refInfo_)
receive()
This contract contains no error objects.