Clash Token
Verified contract
Active on
Ethereum with 1,900 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,048.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.04839K | $0.999871 |
$2,048.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099949 | a month ago | | | 0 | 0.00027083834 | |
| 20322464 | 5 months ago | | | 0 | 0.00012768073 | |
| 20118649 | 5 months ago | | | 0 | 0.00017219594 | |
| 19635725 | 8 months ago | | | 0 | 0.00030413699 | |
| 19475111 | 8 months ago | | | 0 | 0.00084375910 | |
| 19031725 | 10 months ago | | | 0 | 0.0010351844 | |
| 18070410 | a year ago | | | 0 | 0.00060177793 | |
| 18063317 | a year ago | | | 0 | 0.0011228742 | |
| 17496597 | a year ago | | | 0 | 0.00055374726 | |
| 17490753 | a year ago | | | 0 | 0.00074218226 |
ABI
ABI objects
Getter at block 21318383
decimals() view returns (uint8)
18
name() view returns (string)
Clash Token
owner() view returns (address)
0x10ff0c51a307dbe7a80455260f0e624ae4b3009e
symbol() view returns (string)
SCT
totalSupply() view returns (uint256)
10000000000000000000000000
treasury() view returns (address)
0xf1de6b3b09c6d0ff017a7de45fa582766b9eeca8
Read-only
allowance(address _tokenholder, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenholder) view returns (uint256 balance)
transferableTokens(address holder) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed tokenholder, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.