MasterUniverse
Verified contract
Active on
Ethereum with 203 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d42…4656
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NOVA | ERC-20 | 1.274556K | -- | -- | |
UNI-V2 | ERC-20 | 25.422975 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11629077 | 4 years ago | | | 0 | 0.0019097000 | |
| 11536060 | 4 years ago | | | 0 | 0.0027499680 | |
| 11496055 | 4 years ago | | | 0 | 0.0030173260 | |
| 11492257 | 4 years ago | | | 0 | 0.0018333120 | |
| 11487229 | 4 years ago | | | 0 | 0.00091677058 | |
| 11475911 | 4 years ago | | | 0 | 0.0016805360 | |
| 11474515 | 4 years ago | | | 0 | 0.0021579610 | |
| 11472338 | 4 years ago | | | 0 | 0.010503350 | |
| 11470297 | 4 years ago | | | 0 | 0.0034756540 | |
| 11470045 | 4 years ago | | | 0 | 0.0056909061 |
ABI
ABI objects
Getter at block 21198294
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11383737
calculateNovaPerBlock() view returns (uint256)
0
devaddr() view returns (address)
0x8fd7a87088f85b1faf47ded718fd839a065d8482
nova() view returns (address)
0x5d42f35e883df02cab500a1f1942c468f1c04656
novaPerBlock() view returns (uint256)
113800000000000000
owner() view returns (address)
0x8fd7a87088f85b1faf47ded718fd839a065d8482
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
11377237
startTimestamp() view returns (uint256)
1606966959
totalAllocPoint() view returns (uint256)
0
Read-only
calculateBuffRate(uint256 _pid, address _user, uint256 _now_) view returns (uint16)
calculateFeesPercentage(uint256 _pid, address _user) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
maxBuffRate(uint256 _pid, address _user) view returns (uint16)
pendingNova(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accNovaPerShare, uint256 totalLpStaked, uint256 startTimestamp, uint256 totalPlasma)
totalPlasmaPower(uint256 _pid) view returns (uint256)
userInfo(uint256, address) view returns (uint256 lastStakedTime, uint256 amount, uint256 rewardDebt, address next)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _nova, address _devaddr, uint256 _novaPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.