EarnDefiCoin
Verified contract
Active on
Ethereum with 33,876 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,393.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 6.86342K | $0.999806 |
$6,862.09 | |
WETH | ERC-20 | 0.48 | $3,189.70 |
$1,531.06 | |
SUSHI | ERC-20 | 0.001 | $0.790161 |
$0 | |
LEV | ERC-20 | 1K | -- | -- | |
EDC | ERC-20 | 152.102315 | -- | -- | |
UNIP | ERC-20 | 19.5 | -- | -- | |
DBTC | ERC-20 | 0.18 | -- | -- | |
BER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042672 | 16 days ago | | | 0 | 0.00017697248 | |
| 20978986 | 25 days ago | | | 0 | 0.00084419790 | |
| 20936337 | a month ago | | | 0 | 0.00057365814 | |
| 20936334 | a month ago | | | 0 | 0.00058650548 | |
| 20896166 | a month ago | | | 0 | 0.000091695691 | |
| 20896163 | a month ago | | | 0 | 0.00012115374 | |
| 20896112 | a month ago | | | 0 | 0.00010412129 | |
| 20896109 | a month ago | | | 0 | 0.00010290959 | |
| 20890531 | a month ago | | | 0 | 0.00015706555 | |
| 20864097 | a month ago | | | 0 | 0.00042726818 |
ABI
ABI objects
Getter at block 21160538
decimals() view returns (uint8)
18
governance() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
EarnDefiCoin
symbol() view returns (string)
EDC
totalSupply() view returns (uint256)
1100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.