TakeoutChef
Verified contract
Active on
Ethereum with 1,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x83e0…d6e0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAKE | ERC-20 | 431.715215M | -- | -- | |
UNI-V2 | ERC-20 | 2.740456K | -- | -- | |
UNI-V2 | ERC-20 | 0.973497 | -- | -- | |
UNI-V2 | ERC-20 | 0.369749 | -- | -- | |
UNI-V2 | ERC-20 | 0.016983 | -- | -- | |
UNI-V2 | ERC-20 | 0.000926 | -- | -- | |
UNI-V2 | ERC-20 | 0.000021 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102328 | 9 days ago | | | 0 | 0.00058892880 | |
| 20376445 | 4 months ago | | | 0 | 0.00060287238 | |
| 18906567 | 10 months ago | | | 0 | 0.0022146796 | |
| 18358536 | a year ago | | | 0 | 0.00055464000 | |
| 18038293 | a year ago | | | 0 | 0.0014967397 | |
| 17752292 | a year ago | | | 0 | 0.0014029824 | |
| 17587033 | a year ago | | | 0 | 0.0097170918 | |
| 16856329 | 2 years ago | | | 0 | 0.0022465802 | |
| 16725654 | 2 years ago | | | 0 | 0.0026364952 | |
| 16441629 | 2 years ago | | | 0 | 0.0034742816 |
ABI
ABI objects
Getter at block 21168452
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
999999999
devaddr() view returns (address)
0x4a530d702ba16ced91cff20bd4a461f68ab2b5ad
owner() view returns (address)
0x60417216e3d9676ecbe9a65528ae5375d9d8a1ce
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
10828080
takeout() view returns (address)
0x83e0573f777ca0932f8cdda2b0afa51789e8d6e0
takeoutPerBlock() view returns (uint256)
1000000000000000000000
totalAllocPoint() view returns (uint256)
18
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingTakeout(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTakeoutPerShare)
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()
mint(uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, 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 _takeout, address _devaddr, uint256 _takeoutPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.