FarmFactory
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "FarmFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11196233 | 4 years ago | | | 0 | 0.0029159420 |
ABI
ABI objects
Getter at block 21305847
farmGeneratorsLength() view returns (uint256)
1
farmsLength() view returns (uint256)
118
owner() view returns (address)
0x60e2e1b2a317edfc870b6fc6886f69083fb2099a
Read-only
farmAtIndex(uint256 _index) view returns (address)
farmGeneratorAtIndex(uint256 _index) view returns (address)
userFarmAtIndex(address _user, uint256 _index) view returns (address)
userFarmsLength(address _user) view returns (uint256)
State-modifying
Events adminAllowFarmGenerator(address _address, bool _allow)
registerFarm(address _farmAddress)
renounceOwnership()
transferOwnership(address newOwner)
userEnteredFarm(address _user)
userLeftFarm(address _user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.