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 |
---|---|---|---|---|---|
EDDA | ERC-20 | 0.276103 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163090 | 5 days ago | | | 0 | 0.00031379250 | |
| 21042510 | 22 days ago | | | 0 | 0.00049905051 | |
| 20994591 | a month ago | | | 0 | 0.00068526602 | |
| 20871726 | a month ago | | | 0 | 0.0021713048 | |
| 20775602 | 2 months ago | | | 0 | 0.00034757752 | |
| 20705761 | 2 months ago | | | 0 | 0.00014369687 | |
| 20669492 | 2 months ago | | | 0 | 0.000074588750 | |
| 20649089 | 3 months ago | | | 0 | 0.000030588362 | |
| 20649089 | 3 months ago | | | 0 | 0.000030588362 | |
| 20613934 | 3 months ago | | | 0 | 0.00010713502 |
ABI
ABI objects
Getter at block 21198420
decimals() view returns (uint8)
18
governance() view returns (address)
0x33e3da186e223acc94bc3484127eceb8b54b6704
isGovernance() view returns (bool)
false
name() view returns (string)
EDDA
symbol() view returns (string)
EDDA
totalSupply() view returns (uint256)
5000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
setGovernance(address newGovernance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
GovernanceTransferred(address indexed previousGovernance, address indexed newGovernance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.