MasterChef
Verified contract
Active on
Ethereum with 83 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd47f…ec6d
0x0000…0000
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAKO | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10961636 | 4 years ago | | | 0 | 0.0023128840 | |
| 10961628 | 4 years ago | | | 0 | 0.0026362000 | |
| 10961561 | 4 years ago | | | 0 | 0.0024204600 | |
| 10961559 | 4 years ago | | | 0 | 0.0051644700 | |
| 10961496 | 4 years ago | | | 0 | 0.0048775550 | |
| 10961377 | 4 years ago | | | 0 | 0.0093556261 | |
| 10961375 | 4 years ago | | | 0 | 0.021653662 | |
| 10961346 | 4 years ago | | | 0 | 0.0035431040 | |
| 10961327 | 4 years ago | | | 0 | 0.010521192 | |
| 10961320 | 4 years ago | | | 0 | 0.0038744300 |
ABI
ABI objects
Getter at block 21324080
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x19b292c1a84379aab41564283e7f75bf20e45f91
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10960848
tako() view returns (address)
0xd47ff7c7a40273fd62e0ee1ffe69eddb6124ec6d
takoPerBlock() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
100
Read-only
pendingTako(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTakoPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
setRewardPerBlock(uint256 _value, bool _withUpdate)
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 _tako, uint256 _takoPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.