EarnDefiCoin
Verified contract
Active on
Ethereum with 4,722 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 31.509348 | $0.998404 |
$31.46 | |
EDC | ERC-20 | 87.347138 | -- | -- | |
EDC | ERC-20 | 8.358857 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105394 | 13 days ago | | | 0 | 0.00019480596 | |
| 21105376 | 13 days ago | | | 0 | 0.00020958580 | |
| 21088349 | 16 days ago | | | 0 | 0.00037676797 | |
| 20885506 | a month ago | | | 0 | 0.00060755802 | |
| 20640280 | 3 months ago | | | 0 | 0.000068305596 | |
| 20506607 | 3 months ago | | | 0 | 0.00012706563 | |
| 20500617 | 3 months ago | | | 0 | 0.00015943198 | |
| 20486655 | 3 months ago | | | 0 | 0.00031391600 | |
| 20386500 | 4 months ago | | | 0 | 0.00017517081 | |
| 20384515 | 4 months ago | | | 0 | 0.00064855456 |
ABI
ABI objects
Getter at block 21201088
_burndiv() view returns (uint256)
2
_closeFee() view returns (bool)
true
decimals() view returns (uint8)
9
inverseFeeRate() view returns (uint256)
20
name() view returns (string)
EarnDefiCoin
owner() view returns (address)
0xcecfe1410ecf77e28261555972e8426e77a45ceb
symbol() view returns (string)
EDC
totalFees() view returns (uint256)
11409112930812
totalSupply() view returns (uint256)
1095295443534743
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
helpUserWithdraw(address _token)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setBurnDiv(uint256 r)
setCloseFee(bool flg)
setHasFeeOnReceive(address account)
setHasFeeOnSend(address account)
setInverseFeeRate(uint256 r)
setNoFeeOnReceive(address account)
setNoFeeOnSend(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferAirdrop(address recipient, uint256 tAmount)
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.