Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8313…465d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MNNF | ERC-20 | 10.39798M | -- | -- | |
UNI-V2 | ERC-20 | 1.965627K | -- | -- | |
UNI-V2 | ERC-20 | 113.553717 | -- | -- | |
UNI-V2 | ERC-20 | 0.031583 | -- | -- | |
UNI-V2 | ERC-20 | 0.001 | -- | -- | |
UNI-V2 | ERC-20 | 0.000633 | -- | -- | |
UNI-V2 | ERC-20 | 0.000139 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20223662 | 5 months ago | | | 0 | 0.00036355862 | |
| 20223661 | 5 months ago | | | 0 | 0.00036918418 | |
| 20223659 | 5 months ago | | | 0 | 0.00037390433 | |
| 20223657 | 5 months ago | | | 0 | 0.00043655423 | |
| 17404240 | 2 years ago | | | 0 | 0.0022674936 | |
| 17404239 | 2 years ago | | | 0 | 0.0022507931 | |
| 17404239 | 2 years ago | | | 0 | 0.0022507931 | |
| 17404238 | 2 years ago | | | 0 | 0.0025842861 | |
| 16729907 | 2 years ago | | | 0 | 0.0023555874 | |
| 16729906 | 2 years ago | | | 0 | 0.0023059539 |
ABI
ABI objects
Getter at block 21422128
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
1
migrator() view returns (address)
0x0000000000000000000000000000000000000000
minion() view returns (address)
0x8313f647c775664c2a2d381353ea3b94def5465d
minionPerBlock() view returns (uint256)
7000000000000000000
owner() view returns (address)
0x6714a8d62c0fb15f0dc9c06ebf5efe89f1d6e926
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10971038
totalAllocPoint() view returns (uint256)
1150
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMinion(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMinionPerShare, bool taxable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, bool _taxable, uint256 _startBlock)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate, bool _taxable, uint256 _startBlock)
setBonusEndBlock(uint256 _bonusEndBlock)
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 _minion, address _devaddr, uint256 _minionPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.