Diamond of Ethereum
Verified contract
Active on
Ethereum with 220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Diamond of Ethereum"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12972750 | 3 years ago | | | 0 | 0.0011698059 | |
| 12085080 | 4 years ago | | | 0 | 0.0087337250 | |
| 12084567 | 4 years ago | | | 0 | 0.0071513750 | |
| 12084538 | 4 years ago | | | 0 | 0.0083934500 | |
| 12084462 | 4 years ago | | | 0 | 0.0074406800 | |
| 12084460 | 4 years ago | | | 0 | 0.0083480800 | |
| 12084452 | 4 years ago | | | 0 | 0.0078943800 | |
| 12084394 | 4 years ago | | | 0 | 0.0087836320 | |
| 12084364 | 4 years ago | | | 0 | 0.0080849340 | |
| 12084335 | 4 years ago | | | 0 | 0.0066693900 |
ABI
ABI objects
Getter at block 21101473
INITIAL_SUPPLY() view returns (uint256)
91431000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Diamond of Ethereum
symbol() view returns (string)
EDM
totalSupply() view returns (uint256)
91431000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.