CA-Chain Token
Verified contract
Active on
Ethereum with 13,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CA-Chain Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18846939 | a year ago | | | 0 | 0.00098344102 | |
| 16296351 | 2 years ago | | | 0 | 0.00070832703 | |
| 14374662 | 3 years ago | | | 0 | 0.0011509948 | |
| 13049661 | 3 years ago | | | 0 | 0.0016270500 | |
| 13049362 | 3 years ago | | | 0 | 0.0015185800 | |
| 13049309 | 3 years ago | | | 0 | 0.0013784280 | |
| 13049302 | 3 years ago | | | 0 | 0.0013308960 | |
| 12113234 | 4 years ago | | | 0 | 0.0024184930 | |
| 12113210 | 4 years ago | | | 0 | 0.0055358689 | |
| 11691826 | 4 years ago | | | 0 | 0.0021549120 |
ABI
ABI objects
Getter at block 21161480
DECIMALS() view returns (uint8)
18
NAME() view returns (string)
CA-Chain Token
SYMBOL() view returns (string)
CA
TOTAL_SUPPLY() view returns (uint256)
5000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CA-Chain Token
paused() view returns (bool)
false
symbol() view returns (string)
CA
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.