YFarmLand Token
Verified contract
Active on
Ethereum with 61 txns
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 "YFarmLand Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11040547 | 4 years ago | | | 0 | 0.0025934880 | |
| 11036781 | 4 years ago | | | 0 | 0.0011798080 | |
| 11036758 | 4 years ago | | | 0 | 0.0012358640 | |
| 11021732 | 4 years ago | | | 0 | 0.0024944400 | |
| 11021588 | 4 years ago | | | 0 | 0.0047200400 | |
| 11021185 | 4 years ago | | | 0 | 0.0017269200 | |
| 11020371 | 4 years ago | | | 0 | 0.0013644800 | |
| 11020300 | 4 years ago | | | 0 | 0.0011299600 | |
| 11018207 | 4 years ago | | | 0 | 0.0014924000 | |
| 11017669 | 4 years ago | | | 0 | 0.00083148000 |
ABI
ABI objects
Getter at block 21209939
decimals() view returns (uint8)
18
governance() view returns (address)
0x5f3da22ec9f49b03daa757f7a08828e8435a3337
name() view returns (string)
YFarmLand Token
symbol() view returns (string)
YFARMER
totalSupply() view returns (uint256)
23662500000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address newOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.