MasterPool
Verified contract
Active on
Ethereum with 1,377 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x08a7…625a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WILD | ERC-20 | 388.22453K | -- | -- | |
UNI-V2 | ERC-20 | 93.780077 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14505742 | 3 years ago | | | 0 | 0.0032602553 | |
| 14505724 | 3 years ago | | | 0 | 0.0040258088 | |
| 14351463 | 3 years ago | | | 0 | 0.00083893132 | |
| 14351462 | 3 years ago | | | 0 | 0.0032561630 | |
| 14287328 | 3 years ago | | | 0 | 0.0022768847 | |
| 14056542 | 3 years ago | | | 0 | 0.011129784 | |
| 14056541 | 3 years ago | | | 0 | 0.0090984280 | |
| 13976248 | 3 years ago | | | 0 | 0.0087756713 | |
| 13976245 | 3 years ago | | | 0 | 0.011051550 | |
| 13951642 | 3 years ago | | | 0 | 0.0087646399 |
ABI
ABI objects
Getter at block 21160575
isOwner() view returns (bool)
false
owner() view returns (address)
0xd7b3b50977a5947774bfc46b760c0871e4018e97
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
1
rewardToken() view returns (address)
0x08a75dbc7167714ceac1a8e43a8d643a4edd625a
totalPoints() view returns (uint256)
1000
totalRewardPerBlock() view returns (uint256)
1
Read-only
pendingRewards(uint256 _pid, address _user) view returns (uint256)
pidByToken(address) view returns (uint256 pid, bool added)
pools(uint256) view returns (address lpToken, uint256 points, uint256 lastRewardBlock, uint256 accRewardTokenPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events acceptOwnership()
accrueAllPools()
accruePool(uint256 _pid)
addPool(address _lpToken, uint256 _points)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
migrateRewards(address _recipient, uint256 _amount)
setReward(uint256 _pid, uint256 _points)
setTotalRewardPerBlock(uint256 _value)
transferOwnership(address _newOwner)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferConfirmed(address indexed previousOwner, address indexed newOwner)
OwnershipTransferInitiated(address indexed previousOwner, address indexed newOwner)
PoolUpdate(address indexed lpToken, uint256 indexed pid, uint256 points)
RewardRateUpdate(uint256 value)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _rewardToken, uint256 _totalRewardPerBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.