LuaMasterFarmer
Verified contract
Active on
Ethereum with 45,922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb1f6…21cc
0x0ea7…4a4b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
test | ERC-20 | 100M | -- | -- | |
LUA | ERC-20 | 6.596842M | -- | -- | |
LUA-V1 | ERC-20 | 21.613924K | -- | -- | |
LUA-V1 | ERC-20 | 16.151975K | -- | -- | |
LUA-V1 | ERC-20 | 4.333234K | -- | -- | |
LUA-V1 | ERC-20 | 4.218489K | -- | -- | |
LUA-V1 | ERC-20 | 4.099686K | -- | -- | |
LUA-V1 | ERC-20 | 3.447189K | -- | -- | |
LUA-V1 | ERC-20 | 816.44403 | -- | -- | |
LUA-V1 | ERC-20 | 131.950758 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21054598 | a month ago | | | 0 | 0.0018971136 | |
| 20964163 | a month ago | | | 0 | 0.0024451357 | |
| 20963981 | a month ago | | | 0 | 0.0057237576 | |
| 20947752 | a month ago | | | 0 | 0.0013790196 | |
| 20713039 | 2 months ago | | | 0 | 0.00016240604 | |
| 20650352 | 3 months ago | | | 0 | 0.00012667267 | |
| 20624164 | 3 months ago | | | 0 | 0.00020890430 | |
| 20623232 | 3 months ago | | | 0 | 0.00026042525 | |
| 20594058 | 3 months ago | | | 0 | 0.00055451539 | |
| 20580353 | 3 months ago | | | 0 | 0.00022700501 |
ABI
ABI objects
Getter at block 21246375
FINISH_BONUS_AT_BLOCK() view returns (uint256)
11326600
PERCENT_FOR_DEV() view returns (uint256)
10
PERCENT_LOCK_BONUS_REWARD() view returns (uint256)
75
REWARD_PER_BLOCK() view returns (uint256)
10000000000000000000
START_BLOCK() view returns (uint256)
10950600
devaddr() view returns (address)
0x4855aecf5e4779156789e81f81591a4ac376e202
lua() view returns (address)
0xb1f66997a5760428d3a87d68b90bfe0ae64121cc
migrator() view returns (address)
0x0ea7dc413c6209112101b6ef99a27f9ed56b4a4b
owner() view returns (address)
0xdc127cca2f0f059af6a414ec6da19a92a6b3812c
poolLength() view returns (uint256)
19
totalAllocPoint() view returns (uint256)
1001
Read-only
HALVING_AT_BLOCK(uint256) view returns (uint256)
REWARD_MULTIPLIER(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getNewRewardPerBlock(uint256 pid1) view returns (uint256)
getPoolReward(uint256 _from, uint256 _to, uint256 _allocPoint) view returns (uint256 forDev, uint256 forFarmer)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolId1(address) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accLuaPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardDebtAtBlock)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claimReward(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
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)
SendLuaReward(address indexed user, uint256 indexed pid, uint256 amount, uint256 lockAmount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _lua, address _devaddr, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _halvingAfterBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.