Ethereum Yield
Verified contract
Active on
Ethereum with 8,237 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($240.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 240 | $1.00 |
$240 | |
ETHY | ERC-20 | 3.622137 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21186555 | 2 days ago | | | 0 | 0.0028818435 | |
| 21157660 | 6 days ago | | | 0 | 0.00072834476 | |
| 21133830 | 9 days ago | | | 0 | 0.00026779887 | |
| 21033202 | 23 days ago | | | 0 | 0.00029929003 | |
| 21002854 | a month ago | | | 0 | 0.00025845167 | |
| 20823334 | 2 months ago | | | 0 | 0.00083101340 | |
| 20757096 | 2 months ago | | | 0 | 0.00010663324 | |
| 20747768 | 2 months ago | | | 0 | 0.000079254745 | |
| 20731320 | 2 months ago | | | 0 | 0.000074256238 | |
| 20709269 | 2 months ago | | | 0 | 0.000030868799 |
ABI
ABI objects
Getter at block 21199334
canWhitelist() view returns (bool)
true
decimals() view returns (uint8)
18
feeDistributor() view returns (address)
0x570a2b6de3b83fd09ac88bbc82d7cb375dce7b56
name() view returns (string)
Ethereum Yield
owner() view returns (address)
0xc1816a017a613cec685eec56ca4881e5b1b2dcfa
symbol() view returns (string)
ETHY
totalSupply() view returns (uint256)
500000000000000000000000
txFee() view returns (uint8)
60
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateAmountsAfterFee(address sender, address recipient, uint256 amount) view returns (uint256 transferToAmount, uint256 transferToFeeDistributorAmount)
feelessReciever(address) view returns (bool)
feelessSender(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
renounceWhitelist()
setFee(uint8 _newTxFee)
setFeeDistributor(address _distributor)
setFeelessReciever(address _recipient, bool _feeless)
setFeelessSender(address _sender, bool _feeless)
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.