MasterChef
Verified contract
Active on
Ethereum with 165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5364…5477
Balances ($735.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.192 | $3,078.68 |
$591.11 | |
DAI | ERC-20 | 144.108079 | $1.00 |
$144.11 | |
GASF | ERC-20 | 22.471189K | -- | -- | |
UNI-V2 | ERC-20 | 3.005786K | -- | -- | |
GASR | ERC-20 | 847.000001 | -- | -- | |
UNI-V2 | ERC-20 | 164.788576 | -- | -- | |
UNI-V2 | ERC-20 | 8.253484 | -- | -- | |
UNI-V2 | ERC-20 | 2.341197 | -- | -- | |
UNI-V2 | ERC-20 | 0.553756 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103707 | 15 days ago | | | 0 | 0.00040017158 | |
| 20891986 | a month ago | | | 0 | 0.00062599979 | |
| 13013776 | 3 years ago | | | 0 | 0.0073464990 | |
| 12950262 | 3 years ago | | | 0 | 0.0053971600 | |
| 12950252 | 3 years ago | | | 0 | 0.0025261500 | |
| 12950252 | 3 years ago | | | 0 | 0.0025267500 | |
| 12950252 | 3 years ago | | | 0 | 0.0051841500 | |
| 12950252 | 3 years ago | | | 0 | 0.0053241500 | |
| 12944127 | 3 years ago | | | 0 | 0.0033908420 | |
| 12944124 | 3 years ago | | | 0 | 0.0035839070 |
ABI
ABI objects
Getter at block 21209870
BONUS_MULTIPLIER() view returns (uint256)
1
devaddr() view returns (address)
0xf74c553aa8208bb1e1314da5d44f4ca59641c62f
gasback() view returns (address)
0x53646df9851025a2cad291864957174af48a5477
gasbackPerBlock() view returns (uint256)
10000000000000000
latestGasPrice() view returns (uint256)
3238079535
owner() view returns (address)
0x2dbd3172f359ca9e24608c93b68f446cb4356dfc
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
12899000
totalAllocPoint() view returns (uint256)
14500
treasuryAddress() view returns (address)
0xf74c553aa8208bb1e1314da5d44f4ca59641c62f
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingGas(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accGasPerShare, uint16 depositFeeBP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setTreasuryAddress(address _treasuryAddress)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _gasbackPerBlock)
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 _gasback, address _devaddr, address _treasuryAddress, uint256 _gasbackPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.