MasterPool
Verified contract
Active on
Ethereum with 3,117 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-LP | ERC-20 | 433.803039K | -- | -- | |
WILD-LP | ERC-20 | 210.726419K | -- | -- | |
WILD-LP | ERC-20 | 157.316396K | -- | -- | |
WILD-LP | ERC-20 | 104.685259K | -- | -- | |
WILD-LP | ERC-20 | 71.597765K | -- | -- | |
WILD-LP | ERC-20 | 48.098009K | -- | -- | |
WILD-LP | ERC-20 | 10.868638K | -- | -- | |
WILD-LP | ERC-20 | 7.753107K | -- | -- | |
WILD-LP | ERC-20 | 1.620787K | -- | -- | |
WILD-LP | ERC-20 | 1.136856K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873042 | a month ago | | | 0 | 0.0040887141 | |
| 16790962 | 2 years ago | | | 0 | 0.0076265266 | |
| 12910611 | 3 years ago | | | 0 | 0.0041751360 | |
| 12910604 | 3 years ago | | | 0 | 0.0048304480 | |
| 12895794 | 3 years ago | | | 0 | 0.0056395990 | |
| 12894142 | 3 years ago | | | 0 | 0.0020130120 | |
| 12894102 | 3 years ago | | | 0 | 0.0018830560 | |
| 12894073 | 3 years ago | | | 0 | 0.0022105440 | |
| 12893566 | 3 years ago | | | 0 | 0.00096922800 | |
| 12893087 | 3 years ago | | | 0 | 0.0011928960 |
ABI
ABI objects
Getter at block 21186030
isOwner() view returns (bool)
false
owner() view returns (address)
0xd7b3b50977a5947774bfc46b760c0871e4018e97
poolLength() view returns (uint256)
18
rewardToken() view returns (address)
0x08a75dbc7167714ceac1a8e43a8d643a4edd625a
rewardTokenPerBlock() view returns (uint256)
18800000000000000000
startBlock() view returns (uint256)
12501728
totalAllocPoints() view returns (uint256)
500
Read-only
pendingRewards(uint256 _pid, address _user) view returns (uint256)
pidByToken(address) view returns (uint256 pid, bool added)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoints, uint256 lastRewardBlock, uint256 accRewardTokenPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(address _lpToken, uint256 _allocPoints, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrateRewards(address _recipient, uint256 _amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoints, bool _withUpdate)
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)
PoolUpdate(address indexed lpToken, uint256 indexed pid, uint256 allocPoints, bool indexed withUpdate)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _rewardToken, uint256 _rewardTokenPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.