Elementh Token
Verified contract
Active on
Ethereum with 4,521 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Elementh Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20699682 | 2 months ago | | | 0 | 0.000049905935 | |
| 20452794 | 3 months ago | | | 0 | 0.000054243000 | |
| 18532554 | a year ago | | | 0 | 0.00081124294 | |
| 16106248 | 2 years ago | | | 0 | 0.00042961197 | |
| 15739578 | 2 years ago | | | 0 | 0.00090780974 | |
| 15522926 | 2 years ago | | | 0 | 0.0012116475 | |
| 14782292 | 2 years ago | | | 0 | 0.00090518558 | |
| 14779208 | 2 years ago | | | 0 | 0.00079128000 | |
| 13727302 | 3 years ago | | | 0 | 0.0052698367 | |
| 12794170 | 3 years ago | | | 0 | 0.0012090540 |
ABI
ABI objects
Getter at block 21158313
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
Elementh Token
symbol() view returns (string)
EEE
totalSupply() view returns (uint256)
93011322450358773644433927
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events addOwner(address newAllowed)
approve(address _spender, uint256 _value) returns (bool)
burn(address _address, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disableTransfer() returns (bool)
enableTransfer() returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeOwner(address toRemove)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.