MasterChef
Verified contract
Active on
Ethereum with 24,794 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7396…db2f
Balances ($33,101.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDT | ERC-20 | 115.870199K | $0.285167 |
$33,042.36 | |
CRV | ERC-20 | 210.60601 | $0.282963 |
$59.59 | |
sdeursCRV | ERC-20 | 147.206594K | -- | -- | |
sd3Crv | ERC-20 | 69.756343K | -- | -- | |
sdveCRV90-CRV10 | ERC-20 | 35.617695K | -- | -- | |
sdveCRV-DAO | ERC-20 | 15.043482K | -- | -- | |
UNI-V2 | ERC-20 | 1.272439K | -- | -- | |
SLP | ERC-20 | 186.887266 | -- | -- | |
sdETHCoveredCall | ERC-20 | 56.977965 | -- | -- | |
sdeCRV | ERC-20 | 23.866307 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063711 | 14 days ago | | | 0 | 0.0014157548 | |
| 21063393 | 14 days ago | | | 0 | 0.0012662137 | |
| 21063387 | 14 days ago | | | 0 | 0.0011761927 | |
| 21055955 | 15 days ago | | | 0 | 0.00081809754 | |
| 20955653 | a month ago | | | 0 | 0.0010486465 | |
| 20955651 | a month ago | | | 0 | 0.0012914191 | |
| 20955649 | a month ago | | | 0 | 0.0011561323 | |
| 20953635 | a month ago | | | 0 | 0.0012983882 | |
| 20732254 | 2 months ago | | | 0 | 0.00019684547 | |
| 20732246 | 2 months ago | | | 0 | 0.00019684678 |
ABI
ABI objects
Getter at block 21160559
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11783120
devFundDivRate() view returns (uint256)
50
devaddr() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
owner() view returns (address)
0xd3cfc4e65a73bb6c482383eb38f5c3e1d1411616
poolLength() view returns (uint256)
20
sdt() view returns (address)
0x73968b9a57c6e53d41345fd57a6e6ae27d6cdb2f
sdtPerBlock() view returns (uint256)
1226000000000000000
startBlock() view returns (uint256)
11691905
totalAllocPoint() view returns (uint256)
1226
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSdt(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSdtPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBonusEndBlock(uint256 _bonusEndBlock)
setDevFundDivRate(uint256 _devFundDivRate)
setSdtPerBlock(uint256 _sdtPerBlock)
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)
Recovered(address token, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sdt, address _devaddr, uint256 _sdtPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.