SphynxMasterChefNativeReward
Verified contract
Active on
Ethereum with 46 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd1b5…3dc0
Balances ($46.57)
Native
Value
$46.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.011896 | $3,914.28 |
$46.57 | |
SANTA | ERC-20 | 18.182268B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16327079 | 2 years ago | | | 0 | 0.0012428334 | |
| 16285785 | 2 years ago | | | 0 | 0.00099790333 | |
| 16264790 | 2 years ago | | | 0 | 0.0010974826 | |
| 16264780 | 2 years ago | | | 0 | 0.00072626614 | |
| 16251026 | 2 years ago | | | 0 | 0.00070068507 | |
| 16243956 | 2 years ago | | | 0 | 0.0045758775 | |
| 16242809 | 2 years ago | | | 0.4 | 0.00043356902 | |
| 16239495 | 2 years ago | | | 0 | 0.0039144894 | |
| 16239384 | 2 years ago | | | 0 | 0.00089551175 | |
| 16228850 | 2 years ago | | | 0 | 0.0012009253 |
ABI
ABI objects
Getter at block 21386170
BONUS_MULTIPLIER() view returns (uint256)
1
autoVault() view returns (address)
0x0000000000000000000000000000000000000000
lockDuration() view returns (uint256)
432000
minDepositAmount() view returns (uint256)
0
onlyAutoVault() view returns (bool)
false
owner() view returns (address)
0x0ddab4ca1da09e3c3e2a060454e7f5dfeea9a2b1
penaltyPercent() view returns (uint256)
2500
rewardBalance() view returns (uint256)
11896275005219027
rewardPerBlock() view returns (uint256)
0
stakedTokens() view returns (uint256)
18182268221255634897546143204
stakingToken() view returns (address)
0xd1b529d62dc147f41185384c2e646434b62c3dc0
startBlock() view returns (uint256)
16131570
Read-only
getLockTime(address user) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingReward(address _user) view returns (uint256)
unlockedTokens(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastActionTime)
State-modifying
Events deposit(uint256 _amount) payable
depositRewardToken() payable
emergencyWithdraw()
emergencyWithdrawRewardToken(uint256 _amount) payable
massUpdatePools()
renounceOwnership()
transferOwnership(address newOwner)
updateEmergencyWithdrawFlag(bool _flag)
updateEmissionRate(uint256 _perBlock)
updateLockDuration(uint256 _lockDuration)
updateMultiplier(uint256 multiplierNumber)
updatePenaltyPercent(uint256 _percent)
updatePool()
withdraw(uint256 _amount) payable
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDev(address newDev)
Withdraw(address indexed user, uint256 amount)
constructor(address _depositToken, uint256 _sphynxPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.