CLearingHouse Token
Verified contract
Active on
Ethereum with 3,193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLH | ERC-20 | 1.166667K | $0.000721 |
$0.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199723 | 2 days ago | | | 0 | 0.00051579213 | |
| 21199610 | 2 days ago | | | 0 | 0.00054918657 | |
| 21199585 | 2 days ago | | | 0 | 0.00086478020 | |
| 21187463 | 4 days ago | | | 0 | 0.0012836193 | |
| 21187463 | 4 days ago | | | 0 | 0.0012836193 | |
| 21187340 | 4 days ago | | | 0 | 0.0019353605 | |
| 21187323 | 4 days ago | | | 0 | 0.0021984549 | |
| 21185203 | 4 days ago | | | 0 | 0.0017289063 | |
| 21184967 | 4 days ago | | | 0 | 0.0013686662 | |
| 21183415 | 5 days ago | | | 0 | 0.0022141666 |
ABI
ABI objects
Getter at block 21215707
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[0x921C13069FCDC3083C26B5fd1Fe3D7ADA867c068]
granularity() view returns (uint256)
1
name() view returns (string)
CLearingHouse Token
owner() view returns (address)
0x921c13069fcdc3083c26b5fd1fe3d7ada867c068
paused() view returns (bool)
false
symbol() view returns (string)
CLH
totalSupply() view returns (uint256)
625357143000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
greyList(address) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events addGreyList(address _user)
approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorMint(address account, uint256 amount, bytes userData, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
pause()
removeGreyList(address _user)
renounceOwnership()
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AddGreyList(address indexed user)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RemoveGreyList(address indexed user)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string name_, string symbol_, address[] defaultOperators_, uint256[] initAmount, address[] initReceiver, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.