Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,167.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CCASH | ERC-20 | 6.279769M | $0.001619 |
$10,167.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199841 | 12 hours ago | | | 0 | 0.00044885804 | |
| 21197935 | 18 hours ago | | | 0 | 0.00062269345 | |
| 21197886 | 18 hours ago | | | 0 | 0.00057611295 | |
| 21197859 | 19 hours ago | | | 0 | 0.00055993563 | |
| 21197801 | 19 hours ago | | | 0 | 0.00057007169 | |
| 21197782 | 19 hours ago | | | 0 | 0.00059316538 | |
| 21197777 | 19 hours ago | | | 0 | 0.00055212126 | |
| 21197751 | 19 hours ago | | | 0 | 0.00057969679 | |
| 21192339 | 2 days ago | | | 0 | 0.00057310425 | |
| 21191299 | 2 days ago | | | 0 | 0.00059015656 |
ABI
ABI objects
Getter at block 21203407
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint256)
18
distributionContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
C-Cash
owner() view returns (address)
0xd8a0c274eab6be90df7d312fdcf7181309ffbfc9
paused() view returns (bool)
false
symbol() view returns (string)
CCASH
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozen(address _target) view returns (bool)
frozenAccounts(address) view returns (bool)
releasetime(address _target) view returns (uint256)
timelockAccounts(address) view returns (uint256)
State-modifying
Events addDistributionContract(address _contract)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
timelockAccount(address target, uint256 releasetime)
timeunlockAccount(address target)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address target)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TimeLockFunds(address target, uint256 releasetime)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.