Yearn Land
Verified contract
Active on
Ethereum with 3,436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 16 | $1.00 |
$16 | |
0xa9c6…10d6 | yLand | ERC-20 | 77 | -- | -- |
yLand | ERC-20 | 3.011 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20698265 | 2 months ago | | | 0 | 0.00014001600 | |
| 20566008 | 3 months ago | | | 0 | 0.000040579851 | |
| 20565820 | 3 months ago | | | 0 | 0.000030511454 | |
| 20565816 | 3 months ago | | | 0 | 0.000048454833 | |
| 20381260 | 4 months ago | | | 0 | 0.000094219801 | |
| 20381254 | 4 months ago | | | 0 | 0.000086158122 | |
| 20089851 | 5 months ago | | | 0 | 0.00021199072 | |
| 19557219 | 8 months ago | | | 0 | 0.00046164284 | |
| 18460350 | a year ago | | | 0 | 0.00030649326 | |
| 17279363 | 2 years ago | | | 0 | 0.0015424106 |
ABI
ABI objects
Getter at block 21212432
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
true
name() view returns (string)
Yearn Land
symbol() view returns (string)
yLand
totalDistributed() view returns (uint256)
9758000000000000000000
totalRemaining() view returns (uint256)
0
totalSupply() view returns (uint256)
9758000000000000000000
value() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
distributeAmounts(address[] addresses, uint256[] amounts)
finishDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.