Ecosystem Health Chain
Verified contract
Active on
Ethereum with 8,969 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EHC | ERC-20 | 1.996K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9042427 | 5 years ago | | | 0 | 0.00018709000 | |
| 9033070 | 5 years ago | | | 0 | 0.000087494993 | |
| 9032019 | 5 years ago | | | 0 | 0.00014571700 | |
| 9030561 | 5 years ago | | | 0 | 0.000060935352 | |
| 9030560 | 5 years ago | | | 0 | 0.000060935352 | |
| 9029972 | 5 years ago | | | 0 | 0.000087430200 | |
| 9018109 | 5 years ago | | | 0 | 0.000029143400 | |
| 9013540 | 5 years ago | | | 0 | 0.000040667000 | |
| 9013416 | 5 years ago | | | 0 | 0.00020615100 | |
| 9013407 | 5 years ago | | | 0 | 0.00022489200 |
ABI
ABI objects
Getter at block 21276323
decimals() view returns (uint8)
18
name() view returns (string)
Ecosystem Health Chain
owner() view returns (address)
0x32306786b87a29917d956ad50f93c2766c9efe32
paused() view returns (bool)
false
symbol() view returns (string)
EHC
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events airDrop(address _to, uint256 _value) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
claimTokens(address _token)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
multiTransfer(address[] recipients, uint256[] amounts)
pause()
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)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
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.