MasterChef
Verified contract
Active on
Ethereum with 905 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6d53…2ee7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VODKA | ERC-20 | 64.36806M | -- | -- | |
UNI-V2 | ERC-20 | 1.316544K | -- | -- | |
UNI-V2 | ERC-20 | 1.185482 | -- | -- | |
UNI-V2 | ERC-20 | 0.762439 | -- | -- | |
UNI-V2 | ERC-20 | 0.141812 | -- | -- | |
UNI-V2 | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18332943 | a year ago | | | 0 | 0.00015928147 | |
| 18332942 | a year ago | | | 0 | 0.00089832634 | |
| 10922379 | 4 years ago | | | 0 | 0.0099400772 | |
| 10868447 | 4 years ago | | | 0 | 0.010465098 | |
| 10866506 | 4 years ago | | | 0 | 0.027191200 | |
| 10853531 | 4 years ago | | | 0 | 0.012150456 | |
| 10851027 | 4 years ago | | | 0 | 0.010081071 | |
| 10851022 | 4 years ago | | | 0 | 0.010084609 | |
| 10850905 | 4 years ago | | | 0 | 0.0059035801 | |
| 10850889 | 4 years ago | | | 0 | 0.011055434 |
ABI
ABI objects
Getter at block 21324897
BONUS_MULTIPLIER() view returns (uint256)
20
bonusEndBlock() view returns (uint256)
10886000
devaddr() view returns (address)
0xff546bc34337ad0e3d630be805443e13d9e67d45
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb0499e5535b85790cc969646b42fefc67962a210
poolLength() view returns (uint256)
12
startBlock() view returns (uint256)
10786000
totalAllocPoint() view returns (uint256)
110000
vodka() view returns (address)
0x6d532f5fddc4778d5874cc705eb2a1759b3a2ee7
vodkaPerBlock() view returns (uint256)
10000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingVodka(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accVodkaPerShare)
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 _vodka, address _devaddr, uint256 _vodkaPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.