Calico Cat
Verified contract
Active on
Ethereum with 719 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,070.28 |
$0 | |
CALIC | ERC-20 | 8.81067M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20685300 | 2 months ago | | | 0 | 0.0010494148 | |
| 20368390 | 4 months ago | | | 0 | 0.00026999516 | |
| 20082599 | 5 months ago | | | 0 | 0.0015589803 | |
| 20082565 | 5 months ago | | | 0 | 0.00051500041 | |
| 20037484 | 5 months ago | | | 0 | 0.00040665603 | |
| 19955898 | 6 months ago | | | 0 | 0.00039329328 | |
| 19948745 | 6 months ago | | | 0 | 0.00049084570 | |
| 19948745 | 6 months ago | | | 0 | 0.00049084570 | |
| 19948745 | 6 months ago | | | 0 | 0.00049084570 | |
| 19948745 | 6 months ago | | | 0 | 0.00049084570 |
ABI
ABI objects
Getter at block 21210540
_getTaxRate() view returns (uint256)
69
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
getMaxWalletSize() view returns (uint256)
1000000000000000000000000000000
getSwapTokensAtAmount() view returns (uint256)
500000000000000000000000000
name() view returns (string)
Calico Cat
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xb4ea3bcb4a6e24a572785c946a86a20616479be9
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
startBlock() view returns (uint256)
18621193
symbol() view returns (string)
CALIC
totalSupply() view returns (uint256)
1000000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFee(address) view returns (bool)
State-modifying
Events addExemptFee(address _address)
approve(address spender, uint256 value) returns (bool)
removeExemptFee(address _address)
renounceOwnership()
rescueETH()
setTradingEnabled()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
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()
receive()
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)