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 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14499584 | 6 months ago | | | 0 | 5.5845809e-7 | |
| 14499072 | 6 months ago | | | 0 | 0.000000604068812220 | |
| 14499068 | 6 months ago | | | 0 | 0.0000010363485 | |
| 14498948 | 6 months ago | | | 0 | 6.1064643e-7 | |
| 14498942 | 6 months ago | | | 0 | 0.0000010545563 | |
| 14498891 | 6 months ago | | | 0 | 6.2147042e-7 | |
| 14498886 | 6 months ago | | | 0 | 0.0000010701141 | |
| 14498862 | 6 months ago | | | 0 | 6.2560563e-7 | |
| 14498856 | 6 months ago | | | 0 | 0.0000010774076 | |
| 14498824 | 6 months ago | | | 0 | 6.3467883e-7 |
ABI
ABI objects
Getter at block 21848188
decimals() view returns (uint8)
18
name() view returns (string)
Yield Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
YIELD
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
_lastTransfer(address) view returns (uint256)
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)
renounceOwnership()
setLastTransfer(address account, uint256 timestamp)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, 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(string name_, string symbol_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)