YstarFarming
Verified contract
Active on
Ethereum with 6,528 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YF | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069098 | 13 days ago | | | 0 | 0.00026299021 | |
| 20943792 | a month ago | | | 0 | 0.00054529592 | |
| 20908364 | a month ago | | | 0 | 0.00020061424 | |
| 20859904 | a month ago | | | 0 | 0.00017943956 | |
| 20845910 | a month ago | | | 0 | 0.00021038837 | |
| 19601856 | 7 months ago | | | 0 | 0.00045882954 | |
| 17960859 | a year ago | | | 0 | 0.00051294155 | |
| 17960833 | a year ago | | | 0 | 0.00067508428 | |
| 17960811 | a year ago | | | 0 | 0.00077401423 | |
| 17065366 | 2 years ago | | | 0 | 0.00075920362 |
ABI
ABI objects
Getter at block 21160302
decimals() view returns (uint8)
18
governance() view returns (address)
0xc866c88556898dd7ad29d5f1413bb9a2aeb79373
name() view returns (string)
YstarFarming
symbol() view returns (string)
YF
totalSupply() view returns (uint256)
20499985052108764648437
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.