Healthy Cell Chain
Verified contract
Active on
Ethereum with 9,122 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 "Healthy Cell Chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10437770 | 4 years ago | | | 0 | 0.0017849371 | |
| 9266176 | 5 years ago | | | 0 | 0.0010512803 | |
| 9266148 | 5 years ago | | | 0 | 0.0010816925 | |
| 8096279 | 5 years ago | | | 0 | 0.000057847172 | |
| 8096271 | 5 years ago | | | 0 | 0.000040280086 | |
| 8096258 | 5 years ago | | | 0 | 0.000040280086 | |
| 8096245 | 5 years ago | | | 0 | 0.000057847172 | |
| 8096223 | 5 years ago | | | 0 | 0.000057847172 | |
| 8096215 | 5 years ago | | | 0 | 0.000040280086 | |
| 8096208 | 5 years ago | | | 0 | 0.000092981344 |
ABI
ABI objects
Getter at block 21322056
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
creationTime() view returns (uint256)
1536718488
decimals() view returns (uint8)
18
name() view returns (string)
Healthy Cell Chain
owner() view returns (address)
0x8811d40631bcf736a9e5b7ffd69a233846bdac73
paused() view returns (bool)
false
symbol() view returns (string)
CELL
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
lockaddress(address) view returns (bool)
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)
lockAddress(address target, bool status)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address lockaddress, bool status)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
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.