Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Yield"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2504237 | a year ago | | | 0 | 0.000043123502 | |
| 2503756 | a year ago | | | 0 | 0.00024337951 | |
| 2427124 | a year ago | | | 0 | 0.000036451502 | |
| 2426954 | a year ago | | | 0 | 0.00011385001 | |
| 2426848 | a year ago | | | 0 | 0.000043141502 | |
| 2426818 | a year ago | | | 0 | 0.00019426351 | |
| 2426788 | a year ago | | | 0 | 0.00011354400 | |
| 2426763 | a year ago | | | 0 | 0.00013951801 |
ABI
ABI objects
Getter at block 23084533
_burnFee() view returns (uint256)
0
_maxTxAmount() view returns (uint256)
10000000000000000
_taxFee() view returns (uint256)
1
burnWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint256)
8
name() view returns (string)
Yield
owner() view returns (address)
0x96992b26cdbca53a1c312f3baee80499a9bb0048
symbol() view returns (string)
YIELD
totalFees() view returns (uint256)
100000000000000
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(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)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxTxPercent(uint256 maxTxPercent)
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.