MasterRancher
Verified contract
Active on
Ethereum with 838 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x580b…e4bf
0x4154…bbe2
0x59e1…cdb5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PACA | ERC-20 | 258.637389M | -- | -- | |
ALP | ERC-20 | 1.273081 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11804070 | 4 years ago | | | 0 | 0.028808633 | |
| 11672890 | 4 years ago | | | 0 | 0.0041855040 | |
| 11622683 | 4 years ago | | | 0 | 0.015121925 | |
| 11592637 | 4 years ago | | | 0 | 0.0090845300 | |
| 11535974 | 4 years ago | | | 0 | 0.0029624562 | |
| 11493606 | 4 years ago | | | 0 | 0.012010750 | |
| 11492294 | 4 years ago | | | 0 | 0.0021843600 | |
| 11492289 | 4 years ago | | | 0 | 0.0045906800 | |
| 11473035 | 4 years ago | | | 0 | 0.0099544900 | |
| 11472292 | 4 years ago | | | 0 | 0.035500536 |
ABI
ABI objects
Getter at block 21167734
bonusEndBlock() view returns (uint256)
11322000
bonusMultiplier() view returns (uint256)
10
devPctInv() view returns (uint256)
12
devaddr() view returns (address)
0xc00dd48adb5042bcc8ac9ada56699d7369fb2845
migrator() view returns (address)
0x4154afbace064c2031f4e832d3a25ef6ed1cbbe2
operationPaused() view returns (bool)
false
owner() view returns (address)
0xc00dd48adb5042bcc8ac9ada56699d7369fb2845
paca() view returns (address)
0x580b2ebfb318613f89ec7668e79fae45dbdbe4bf
pacaPerBlock() view returns (uint256)
1000000000000000000000
poolLength() view returns (uint256)
6
ranchEstablished() view returns (bool)
true
ranchPid() view returns (uint256)
5
startBlock() view returns (uint256)
11202000
totalAllocPoint() view returns (uint256)
266001884355530959427
uniaddr() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
withdrawLock() view returns (bool)
false
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPaca(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPacaPerShare, uint256 index, uint256 lpSupply, address stakingPool)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
add(uint256 _allocPoint, address _lpToken, bool _withUpdate, address _stakingPool)
bonusMultiplierUpdate(uint256 _bonusMultiplier)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
devPctInvUpdate(uint256 _devPctInv)
emergencySetWithdrawLock(bool _withdrawLock)
emergencyUnstake()
emergencyWithdraw(uint256 _pid)
establishRanch()
establishTokenSetting()
finalizeRanch(address _feeTo, uint256 _feeToPct, address _exitFeeTo, uint256 _exitFee, address _payOutToken)
finalizeShares()
liquidateUNI()
massUpdatePools()
migrate(uint256 _pid)
pauseOperation()
redeem(uint256 _pid)
renounceOwnership()
requestToMint(uint256 _amount) returns (uint256)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
setUNI(address _uniAddress)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewardsPerBlock(uint256 rewardPerBlock)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
MintedPACA(uint256 blockNum, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RanchFinalized(uint256 ranchPid)
Redeem(address indexed user, uint256 indexed pid, uint256 amount)
RewardPerBlockUpdated(uint256 blockNum, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _paca, address _devaddr, uint256 _pacaPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, bool _withdrawLock)
This contract contains no fallback and receive objects.
This contract contains no error objects.