MasterChef
Verified contract
Active on
Ethereum with 350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x24c1…ecdd
0x38aa…f708
Balances ($654.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SGT | ERC-20 | 49.652541K | $0.013188 |
$654.81 | |
veSGT | ERC-20 | 446.898489 | -- | -- | |
SLP | ERC-20 | 258.087079 | -- | -- | |
vETH2 | ERC-20 | 2.533657 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19990660 | 6 months ago | | | 0 | 0.0025748078 | |
| 19990620 | 6 months ago | | | 0 | 0.0036097299 | |
| 18873369 | a year ago | | | 0 | 0.0015399054 | |
| 17927950 | a year ago | | | 0 | 0.0037135436 | |
| 17304097 | 2 years ago | | | 0 | 0.0027903629 | |
| 17133190 | 2 years ago | | | 0 | 0.0046909513 | |
| 17098440 | 2 years ago | | | 0 | 0.0036189100 | |
| 17094593 | 2 years ago | | | 0 | 0.0042478015 | |
| 17057295 | 2 years ago | | | 0 | 0.0022211217 | |
| 17039571 | 2 years ago | | | 0 | 0.0038141919 |
ABI
ABI objects
Getter at block 21261473
ACC_REWARD_PRECISION() view returns (uint256)
1000000000000
fund() view returns (address)
0x38aa4cc003d9ad84505bc7b096122402db31f708
owner() view returns (address)
0xa1feaf41d843d53d0f6bed86a8cf592ce21c409e
poolLength() view returns (uint256 pools)
6
reward() view returns (address)
0x24c19f7101c1731b85f1127eaa0407732e36ecdd
rewardPerSecond() view returns (uint256)
0
tokenUtilityModule() view returns (address)
0x0000000000000000000000000000000000000000
totalAllocPoint() view returns (uint256)
8002
Read-only
lpToken(uint256) view returns (address)
pendingReward(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint256 accRewardPerShare, uint256 lastRewardTime, uint256 allocPoint)
rewarder(uint256) view returns (address)
userInfo(uint256, address) view returns (uint256 amount, int256 rewardDebt)
State-modifying
Events add(uint256 allocPoint, address _lpToken, address _rewarder)
deposit(uint256 pid, uint256 amount, address to)
emergencyWithdraw(uint256 pid, address to)
harvest(uint256 pid, address to)
harvestAllRewards(address to)
massUpdatePools(uint256[] pids)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, address _rewarder, bool overwrite)
setFund(address _fund)
setRewardPerSecond(uint256 _rewardPerSecond)
setTokenUtilityModule(address _tum)
transferOwnership(address newOwner)
updatePool(uint256 pid) returns (struct MasterChefPoolInfo pool)
withdraw(uint256 pid, uint256 amount, address to)
withdrawAndHarvest(uint256 pid, uint256 amount, address to)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
ErrorIgnored()
Harvest(address indexed user, uint256 indexed pid, uint256 amount)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, address indexed rewarder)
LogRewardPerSecond(uint256 rewardPerSecond)
LogSetPool(uint256 indexed pid, uint256 allocPoint, address indexed rewarder, bool overwrite)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardTime, uint256 lpSupply, uint256 accRewardPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolFundChanged(address indexed fund)
TokenUtilityModuleChanged(address indexed fund)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
constructor(address _reward, address _fund, address _tum)
This contract contains no fallback and receive objects.
This contract contains no error objects.