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 "MoonFarm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18339950 | a year ago | | | 0 | 0.00013086449 | |
| 17516627 | a year ago | | | 0 | 0.00034024903 | |
| 16966362 | 2 years ago | | | 0 | 0.00043412131 | |
| 16916417 | 2 years ago | | | 0 | 0.00041088141 | |
| 16916389 | 2 years ago | | | 0 | 0.00036184279 | |
| 16892095 | 2 years ago | | | 0 | 0.0010088552 | |
| 16186644 | 2 years ago | | | 0 | 0.00065874301 | |
| 15854246 | 2 years ago | | | 0 | 0.00043542363 | |
| 15327139 | 2 years ago | | | 0 | 0.00025228144 | |
| 14743108 | 3 years ago | | | 0 | 0.0050488195 |
ABI
ABI objects
Getter at block 21195296
decimals() view returns (uint8)
18
name() view returns (string)
MoonFarm
symbol() view returns (string)
MF
totalSupply() view returns (uint256)
16680852631691268057558922
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
monthlyMints(uint256) view returns (uint256)
State-modifying
Events airDrop(address[] _users, uint256[] _balances)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
farmMint(address _user, uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
ownerMint(uint256 _amount)
setFarm(address _farm)
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(string name, string symbol, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.