MasterStar
Verified contract
Active on
Ethereum with 372 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e26…0062
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MoonGain | ERC-20 | 17.414292M | -- | -- | |
SLP | ERC-20 | 947.673072 | -- | -- | |
SLP | ERC-20 | 0.001797 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16532577 | 2 years ago | | | 0 | 0.0016575758 | |
| 10937132 | 4 years ago | | | 0 | 0.0081183330 | |
| 10933546 | 4 years ago | | | 0 | 0.0043292711 | |
| 10933545 | 4 years ago | | | 0 | 0.011525808 | |
| 10925733 | 4 years ago | | | 0 | 0.010589130 | |
| 10925719 | 4 years ago | | | 0 | 0.010577364 | |
| 10925717 | 4 years ago | | | 0 | 0.010870798 | |
| 10925701 | 4 years ago | | | 0 | 0.016383150 | |
| 10925698 | 4 years ago | | | 0 | 0.018633150 | |
| 10919312 | 4 years ago | | | 0 | 0.021178260 |
ABI
ABI objects
Getter at block 21283430
checkRewardPeriod() view returns (bool)
false
devaddr() view returns (address)
0x5ce035406d39f2c86b15cebe384c635c10e7e229
farmPeriod() view returns (uint256)
93046
migrator() view returns (address)
0x0000000000000000000000000000000000000000
moongain() view returns (address)
0x4e26ceb8a932114a95cfb682851b6e832f830062
moongainPerBlock() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0x75c476d32a4c0cc8d68206d937b3e47eb4c3bead
poolLength() view returns (uint256)
11
startBlock() view returns (uint256)
10854083
totalAllocPoint() view returns (uint256)
1700
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMoonGain(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMoonGainPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
resetRewardPerBlock(uint256 _reward)
resetStartBlockAndFarmingPeriod(uint256 _start, uint256 _period)
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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _moongain, address _devaddr, uint256 _moongainPerBlock, uint256 _startBlock, uint256 _farmPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.