Crush Crypto Core
Verified contract
Active on
Ethereum with 254 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 "Crush Crypto Core"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19757979 | 8 months ago | | | 0 | 0.00014718834 | |
| 19757963 | 8 months ago | | | 0 | 0.00024190611 | |
| 19756567 | 8 months ago | | | 0 | 0.00027070981 | |
| 19755328 | 8 months ago | | | 0 | 0.00026187336 | |
| 19755313 | 8 months ago | | | 0 | 0.00039137639 | |
| 19755308 | 8 months ago | | | 0 | 0.00025464003 | |
| 19755293 | 8 months ago | | | 0 | 0.00044177395 | |
| 19751014 | 8 months ago | | | 0 | 0.00029847413 | |
| 18340375 | a year ago | | | 0 | 0.00021133550 | |
| 18340360 | a year ago | | | 0 | 0.00024745000 |
ABI
ABI objects
Getter at block 21401974
decimals() view returns (uint8)
18
isLocked() view returns (bool success)
false
lockedUntilBlock() view returns (uint256)
0
minter() view returns (address)
0x06e3ccaf50dae224cc8b7b120ec855e97c0bb424
name() view returns (string)
Crush Crypto Core
owner() view returns (address)
0x29d38fdf26d64fa799276e6615759d27db1f1fcd
symbol() view returns (string)
CCC
totalSupply() view returns (uint256)
6924295468502612160615
version() view returns (string)
0.0.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 success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
mint(address _to, uint256 _value) returns (bool success)
replaceOwner(address _newOwner) returns (bool success)
setBlockLock(uint256 _lockedUntilBlock) returns (bool success)
setMinter(address _newMinter) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BlockLockSet(uint256 _value)
Burn(address indexed _from, uint256 _amount, uint256 _newTotalSupply)
Mint(address indexed _to, uint256 _amount, uint256 _newTotalSupply)
NewMinter(address _minter)
NewOwner(address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _tokenName, uint8 _decimalUnits, string _tokenSymbol, uint256 _lockedUntilBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.