MasterChef
Verified contract
Active on
Ethereum with 15,031 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbf4d…a09e
Balances ($9,032.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUNC | ERC-20 | 64.134329M | $0.000141 |
$9,032.04 | |
xSUNC | ERC-20 | 189.792298M | -- | -- | |
UNI-V2 | ERC-20 | 36.051995K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271185 | 7 days ago | | | 0 | 0.00083619210 | |
| 21187137 | 19 days ago | | | 0 | 0.0023612904 | |
| 20764415 | 3 months ago | | | 0 | 0.0013763408 | |
| 20099094 | 6 months ago | | | 0 | 0.00054514739 | |
| 19809548 | 7 months ago | | | 0 | 0.00069137338 | |
| 19808524 | 7 months ago | | | 0 | 0.00067164028 | |
| 19667267 | 8 months ago | | | 0 | 0.00080759690 | |
| 19638705 | 8 months ago | | | 0 | 0.00082057778 | |
| 19638705 | 8 months ago | | | 0 | 0.0022242164 | |
| 19609353 | 8 months ago | | | 0 | 0.00094198466 |
ABI
ABI objects
Getter at block 21320113
BONUS_MULTIPLIER() view returns (uint256)
1
feeAddress() view returns (address)
0x60d9f2064f4ff0247e9b858db2d25660913ec718
owner() view returns (address)
0x05d30c318b4c52713c488cdacfb18cb4f43c41f6
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
12938500
token() view returns (address)
0xbf4d18ae16f2deeb1e24a3c85b5f9dcc41d4a09e
tokenPerBlock() view returns (uint256)
1141000000000000000000
totalAllocPoint() view returns (uint256)
10000
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingToken(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTokenPerShare, uint16 depositFeeBP, uint256 totalRewardTokens, uint256 totalMaxRewardTokens, uint256 totalDeposit)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint256 totalMaxRewardToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint256 totalMaxRewardToken, bool _withUpdate)
setFeeAddress(address _feeAddress)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _tokenPerBlock)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
withdrawAllReward(address _receiver)
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 _token, address _feeAddress, uint256 _tokenPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.