EDC Blockchain
Verified contract
Active on
Ethereum with 47,543 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 |
---|---|---|---|---|---|
EDC | ERC-20 | 2.402K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16739915 | 2 years ago | | | 0 | 0.00098432000 | |
| 13887718 | 3 years ago | | | 0 | 0.0033219840 | |
| 13702980 | 3 years ago | | | 0 | 0.0050890752 | |
| 13681996 | 3 years ago | | | 0 | 0.0054238564 | |
| 13583722 | 3 years ago | | | 0 | 0.0088244288 | |
| 13512427 | 3 years ago | | | 0 | 0.012750608 | |
| 13170643 | 3 years ago | | | 0 | 0.0073328843 | |
| 13008922 | 3 years ago | | | 0 | 0.0015801072 | |
| 12881276 | 3 years ago | | | 0 | 0.00081958800 | |
| 12881272 | 3 years ago | | | 0 | 0.00063000000 |
ABI
ABI objects
Getter at block 21158134
decimals() view returns (uint8)
6
name() view returns (string)
EDC Blockchain
owner() view returns (address)
0x0e647e504fc7528318b9bffcdf22d341cd039508
paused() view returns (bool)
false
symbol() view returns (string)
EDC
totalSupply() view returns (uint256)
1000000000000000
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)
burnTokens(uint256 _tokens)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
destroy(address _benefitiary)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokensBurned(address indexed _owner, uint256 _tokens)
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.