MasterChef
Verified contract
Active on
Ethereum with 79 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x94df…40f8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPHYNX | ERC-20 | 19.398062M | -- | -- | |
Sphynx-LP | ERC-20 | 737.523429 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15418588 | 2 years ago | | | 0 | 0.00094593360 | |
| 15413619 | 2 years ago | | | 0 | 0.00019198800 | |
| 15345714 | 2 years ago | | | 0 | 0.0015179685 | |
| 14466161 | 3 years ago | | | 0 | 0.0028035757 | |
| 14465609 | 3 years ago | | | 0 | 0.0032401732 | |
| 14461472 | 3 years ago | | | 0 | 0.0047604109 | |
| 14460797 | 3 years ago | | | 0 | 0.0044142797 | |
| 14459761 | 3 years ago | | | 0 | 0.0038443960 | |
| 14459724 | 3 years ago | | | 0 | 0.0037461286 | |
| 14459578 | 3 years ago | | | 0 | 0.0050085521 |
ABI
ABI objects
Getter at block 21159934
BONUS_MULTIPLIER() view returns (uint256)
1
devaddr() view returns (address)
0x074222a8a5b6a155a80c533a54e3ef5ed267ae16
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0ddab4ca1da09e3c3e2a060454e7f5dfeea9a2b1
poolLength() view returns (uint256)
2
sphynx() view returns (address)
0x94dfd4e2210fa5b752c3cd0f381edad9da6640f8
sphynxPerBlock() view returns (uint256)
0
startBlock() view returns (uint256)
13947340
toBurn() view returns (uint256)
20
totalAllocPoint() view returns (uint256)
450
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSphynx(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSphynxPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
changeToBurn(uint256 value)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
enterStaking(uint256 _amount)
leaveStaking(uint256 _amount)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _perBlock)
updateMultiplier(uint256 multiplierNumber)
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)
SetDev(address newDev)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sphynx, address _devaddr, uint256 _sphynxPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.