BitClave - Consumer Activity Token
Verified contract
Active on
Ethereum with 6,761 txns
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 |
---|---|---|---|---|---|
CAT | ERC-20 | 1 | $0.000023 |
$0 | |
KCN | ERC-20 | 1K | -- | -- | |
CAT | ERC-20 | 95 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18298721 | a year ago | | | 0 | 0.00017181876 | |
| 17778202 | a year ago | | | 0 | 0.00086207409 | |
| 16287965 | 2 years ago | | | 0 | 0.00035874445 | |
| 16010965 | 2 years ago | | | 0 | 0.00056783667 | |
| 15866531 | 2 years ago | | | 0 | 0.00013312200 | |
| 15326390 | 2 years ago | | | 0 | 0.00018283799 | |
| 13881282 | 3 years ago | | | 0 | 0.00084571697 | |
| 13881074 | 3 years ago | | | 0 | 0.0013212970 | |
| 12932504 | 3 years ago | | | 0 | 0.00053777275 | |
| 12932483 | 3 years ago | | | 0 | 0.00053777275 |
ABI
ABI objects
Getter at block 21271830
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
BitClave - Consumer Activity Token
owner() view returns (address)
0x9f89388141c632c4c6f36d1060d5f50604ee3abc
paused() view returns (bool)
true
symbol() view returns (string)
CAT
totalSupply() view returns (uint256)
1687761278000000000000000000
version() view returns (string)
1.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
destroy()
destroyAndSend(address _recipient)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.