FarmRegistry
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa047…3085
Balances ($0.00)
No balances found for "FarmRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11174987 | 4 years ago | | | 0 | 0.0015504500 | |
| 11174986 | 4 years ago | | | 0 | 0.012259850 | |
| 11174983 | 4 years ago | | | 0 | 0.012257150 | |
| 11174970 | 4 years ago | | | 0 | 0.012257150 | |
| 11174969 | 4 years ago | | | 0 | 0.012257150 | |
| 11174968 | 4 years ago | | | 0 | 0.013006550 |
ABI
ABI objects
Getter at block 21384393
crop() view returns (address)
0xa047498beaf604eaaef4f85b0085eddbb4253085
distributor() view returns (address)
0x9db1c12d6a215dc1fcd44b611ac356d4d2bba666
isOwner() view returns (bool)
false
owner() view returns (address)
0x053889176621886e8ca98f349c1deeb3612d2960
Read-only
farms(uint256) view returns (address)
State-modifying
Events addNewFarm(address farm, uint256 totalYield, uint256 start, uint256 duration)
remainingCrops() returns (uint256)
renounceOwnership()
transferOwnership(address newOwner)
NewFarm(address indexed farm, uint256 totalYield, uint256 start, uint256 duration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _crop, address _distributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.