MasterChef
Verified contract
Active on
Ethereum with 3,835 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae0d…be02
0x13ac…2ade
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPRINGROLL | ERC-20 | 493.061632M | -- | -- | |
UNI-V2 | ERC-20 | 33.257743K | -- | -- | |
UNI-V2 | ERC-20 | 4.622538K | -- | -- | |
UNI-V2 | ERC-20 | 3.35179 | -- | -- | |
UNI-V2 | ERC-20 | 3.3201 | -- | -- | |
UNI-V2 | ERC-20 | 0.944202 | -- | -- | |
UNI-V2 | ERC-20 | 0.609348 | -- | -- | |
UNI-V2 | ERC-20 | 0.058979 | -- | -- | |
UNI-V2 | ERC-20 | 0.005357 | -- | -- | |
UNI-V2 | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20863908 | 2 months ago | | | 0 | 0.0023372482 | |
| 20863906 | 2 months ago | | | 0 | 0.0022306066 | |
| 20863904 | 2 months ago | | | 0 | 0.0021312517 | |
| 20863902 | 2 months ago | | | 0 | 0.0021037421 | |
| 20706866 | 3 months ago | | | 0 | 0.00021646665 | |
| 20706864 | 3 months ago | | | 0 | 0.00023589593 | |
| 20706850 | 3 months ago | | | 0 | 0.00020472605 | |
| 20706825 | 3 months ago | | | 0 | 0.00012257009 | |
| 19111155 | 10 months ago | | | 0 | 0.00053234365 | |
| 19111154 | 10 months ago | | | 0 | 0.00054178724 |
ABI
ABI objects
Getter at block 21289438
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10823676
devaddr() view returns (address)
0x3ea4e9d60c02e6c4687a24223eb7df87c42204ab
migrator() view returns (address)
0x13ac3b3c34c63df6848c4f06a7e2cbd76d2a2ade
owner() view returns (address)
0x9f5f53a68f083698a91dc78c4d9496c72fada895
poolLength() view returns (uint256)
12
springRoll() view returns (address)
0xae0dc81e68bfc2430f30a97ca62343d56aa0be02
springRollPerBlock() view returns (uint256)
100000000000000000000
startBlock() view returns (uint256)
10783356
totalAllocPoint() view returns (uint256)
1800
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSpringRoll(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSpringRollPerShare)
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()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _springRoll, address _devaddr, uint256 _springRollPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.