Element
Verified contract
Active on
Ethereum with 3,776 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($669.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELMT | ERC-20 | 1.99189M | $0.000336 |
$669.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159964 | an hour ago | | | 0 | 0.00063240791 | |
| 21159960 | an hour ago | | | 0 | 0.0010652845 | |
| 21159900 | an hour ago | | | 0 | 0.0030734850 | |
| 21158705 | 5 hours ago | | | 0 | 0.0011888572 | |
| 21157822 | 8 hours ago | | | 0 | 0.0013184300 | |
| 21155817 | 15 hours ago | | | 0 | 0.00047672604 | |
| 21151509 | a day ago | | | 0 | 0.00072054724 | |
| 21151498 | a day ago | | | 0 | 0.0010108050 | |
| 21146366 | 2 days ago | | | 0 | 0.00038574706 | |
| 21142109 | 3 days ago | | | 0 | 0.00042999594 |
ABI
ABI objects
Getter at block 21160277
decimals() view returns (uint8)
8
name() view returns (string)
Element
symbol() view returns (string)
ELMT
totalSupply() view returns (uint256)
298221107722921018
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
confirmOwnership()
mint(address to, uint256 value)
setIssuer(address newIssuer)
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)
NewIssuer(address indexed issuer)
Transfer(address indexed from, address indexed to, uint256 value)
TransferOwnership(address indexed owner, bool indexed confirmed)
constructor(string tokenName, string tokenSymbol, uint8 tokenDecimals, address tokenOwner, address tokenIssuer, uint256 tokenMaxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.