MatrixFarm
Verified contract
Active on
Ethereum with 42 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a57…b411
Balances ($0.00)
No balances found for "MatrixFarm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14499229 | 3 years ago | | | 0 | 0.0028560656 | |
| 14499207 | 3 years ago | | | 0 | 0.0038088310 | |
| 14499195 | 3 years ago | | | 0 | 0.0030130747 | |
| 14499185 | 3 years ago | | | 0 | 0.0033803726 | |
| 14242476 | 3 years ago | | | 0 | 0.0030402208 | |
| 14241329 | 3 years ago | | | 0 | 0.0035343885 | |
| 14208172 | 3 years ago | | | 0 | 0.0031005012 | |
| 14203294 | 3 years ago | | | 0 | 0.00098332760 | |
| 14201606 | 3 years ago | | | 0 | 0.0026472547 | |
| 14201567 | 3 years ago | | | 0 | 0.0036299148 |
ABI
ABI objects
Getter at block 21204886
owner() view returns (address)
0xe00b8f19b58970ea31850172ded71b226c08aa14
poolLength() view returns (uint256)
4
rewardToken() view returns (address)
0x1a57367c6194199e5d9aea1ce027431682dfb411
userTotalDepositToken() view returns (uint256)
991000000000000000000
Read-only
getMultiplier(uint256 bonusEndBlock, uint256 lastRewardBlock, uint256 blockNumber) pure returns (uint256)
pendingToken(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 lastRewardBlock, uint256 accTokenPerShare, uint256 tokenPerBlock, uint256 startBlock, uint256 bonusEndBlock)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(address _lpToken, bool _withUpdate, uint256 _tokenPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
backRewardToken(uint256 amount)
deposit(uint256 _pid, uint256 _amount)
farmEarlyEnd(uint256 _pid, uint256 _bonusEndBlock)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _tokenPerBlock, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
AddNewPool()
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetPool(uint256 indexed pid)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.