Element
Verified contract
Active on
Ethereum with 8,230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELT | ERC-20 | 7.465812M | -- | -- | |
ELT | ERC-20 | 300 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260093 | 8 hours ago | | | 0 | 0.00036625308 | |
| 21199789 | 9 days ago | | | 0 | 0.00037772345 | |
| 21199154 | 9 days ago | | | 0 | 0.00051765709 | |
| 21196775 | 9 days ago | | | 0 | 0.00060011700 | |
| 21174096 | 12 days ago | | | 0 | 0.0012020466 | |
| 21168129 | 13 days ago | | | 0 | 0.0011774004 | |
| 21158573 | 14 days ago | | | 0 | 0.00098513372 | |
| 21149379 | 16 days ago | | | 0 | 0.00064702455 | |
| 21132547 | 18 days ago | | | 0 | 0.0012910729 | |
| 21098876 | 23 days ago | | | 0 | 0.00037544795 |
ABI
ABI objects
Getter at block 21262421
decimals() view returns (uint8)
18
name() view returns (string)
Element
symbol() view returns (string)
ELT
totalSupply() view returns (uint256)
4000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calLockAmount(address addr) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.