crypto currency school coin
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "crypto currency school coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9303260 | 5 years ago | | | 0 | 0.00079144200 | |
| 9291270 | 5 years ago | | | 0 | 0.00079144200 | |
| 8717925 | 5 years ago | | | 0 | 0.000094506000 | |
| 8416747 | 5 years ago | | | 0 | 0.000047253000 | |
| 8146735 | 5 years ago | | | 0 | 0.0015623100 | |
| 7995148 | 5 years ago | | | 0 | 0.00045403500 | |
| 7994904 | 5 years ago | | | 0 | 0.0020371050 | |
| 7949803 | 5 years ago | | | 0 | 0.0013580700 | |
| 7935070 | 5 years ago | | | 0 | 0.00090807000 | |
| 7821559 | 6 years ago | | | 0 | 0.0010411870 |
ABI
ABI objects
Getter at block 21306629
decimals() view returns (uint8)
0
isOwner() view returns (bool)
false
locked() view returns (bool)
false
name() view returns (string)
crypto currency school coin
owner() view returns (address)
0x497e0ce5fc1c3d124b26e1f04976543605afeda2
symbol() view returns (string)
CCSC
totalSupply() view returns (uint256)
1000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
sendERC20Token(address _tokenAddress, address _to, uint256 _amount)
sendEther(address _to, uint256 _amount)
setLocked(bool _locked)
splitStock(uint256 splitNumber)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.