Eden Coin
Verified contract
Active on
Ethereum with 1,847 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 |
---|---|---|---|---|---|
EDN | ERC-20 | 146.49884K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192075 | 2 days ago | | | 0 | 0.0010813604 | |
| 21185640 | 3 days ago | | | 0 | 0.0017396269 | |
| 20984942 | a month ago | | | 0 | 0.00061007279 | |
| 20984899 | a month ago | | | 0 | 0.00090947781 | |
| 20741454 | 2 months ago | | | 0 | 0.00018097966 | |
| 20688890 | 2 months ago | | | 0 | 0.000051712195 | |
| 20665662 | 2 months ago | | | 0 | 0.00015786217 | |
| 20663443 | 2 months ago | | | 0 | 0.00041880254 | |
| 20659967 | 2 months ago | | | 0 | 0.000022209745 | |
| 20658929 | 2 months ago | | | 0 | 0.000031228940 |
ABI
ABI objects
Getter at block 21205221
decimals() view returns (uint8)
18
name() view returns (string)
Eden Coin
owner() view returns (address)
0x81df86befe6357841098b7ab5aa911053af2b123
symbol() view returns (string)
EDN
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
State-modifying
Events allow(address who)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deny(address who)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.