Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000755 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18872177 | 3 months ago | | | 0 | 1.4988600e-7 | |
| 17687750 | 4 months ago | | | 0 | 2.1483660e-7 | |
| 17239425 | 4 months ago | | | 0 | 3.3671115e-7 | |
| 17239310 | 4 months ago | | | 0 | 6.3707028e-7 | |
| 17239269 | 4 months ago | | | 0 | 6.8974158e-7 | |
| 16786624 | 5 months ago | | | 0 | 2.2566240e-7 | |
| 16638922 | 5 months ago | | | 0 | 8.1918517e-7 | |
| 16635655 | 5 months ago | | | 0 | 0.0000013142238 | |
| 16172034 | 5 months ago | | | 0 | 0.000000505247763624 | |
| 16072955 | 5 months ago | | | 0 | 7.5624000e-7 |
ABI
ABI objects
Getter at block 22758618
MAX_TRANSFERS_BEFORE_EXPIRY() view returns (uint256)
400
MAX_WALLET_TOKENS() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CATISM
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CTSM
totalSupply() view returns (uint256)
1000000000000000000000000000
transferCount() view returns (uint256)
400
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)
renounceOwnership()
transfer(address to, uint256 value) 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(string name, string symbol)
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)
ExceedsMaximumWalletTokenAmount()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)