TurtleChef
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0a31…b165
0x0000…0000
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.2428 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11022011 | 4 years ago | | | 0 | 0.012666666 | |
| 11013437 | 4 years ago | | | 0 | 0.0025805500 | |
| 11013434 | 4 years ago | | | 0 | 0.0068517150 | |
| 11013431 | 4 years ago | | | 0 | 0.0017813250 | |
| 11013427 | 4 years ago | | | 0 | 0.0013511280 | |
| 11013425 | 4 years ago | | | 0 | 0.0020275750 | |
| 11013420 | 4 years ago | | | 0 | 0.0078267150 | |
| 11013411 | 4 years ago | | | 0 | 0.0023962250 | |
| 11013403 | 4 years ago | | | 0 | 0.0014244360 | |
| 11013402 | 4 years ago | | | 0 | 0.0066962160 |
ABI
ABI objects
Getter at block 21435791
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11025000
burnaddr() view returns (address)
0x341f4fa46f7b3554896967d5de5faa57dc6d380a
buybackaddr() view returns (address)
0xfdce4ec4c83af1320d928a8381c81b87ef065218
devaddr() view returns (address)
0x7ea25af61ddb0188fd058f2cf116bb7301d33916
diminish() view returns (uint256)
864000
locktime() view returns (uint256)
500
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7ea25af61ddb0188fd058f2cf116bb7301d33916
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
11022000
totalAllocPoint() view returns (uint256)
3000
turtle() view returns (address)
0x0a312995811cee77e3e2eb3e017bffdc7fe6b165
turtlePerBlock() view returns (uint256)
200000000000000000
vaultfee() view returns (uint256)
200
Read-only
expectedTurtle(uint256 _pid, address _user) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingTurtle(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTurtlePerShare, uint256 isFreezone)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastDepositTime, uint256 timelock)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint256 _isFreezone, bool _withUpdate)
burnto(address _burnaddr)
changeBonusEndBlock(uint256 _bonusEndBlock)
changeBonusMultiplier(uint256 _bonusMultiplier)
changeDiminishRate(uint256 _diminish)
changeLocktime(uint256 _locktime)
changeReward(uint256 _turtlePerBlock)
changeStartBlock(uint256 _startBlock)
changeVaultfee(uint256 _vaultfee)
deposit(uint256 _pid, uint256 _amount)
depositWithLPlock(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, address _lpToken, 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 _turtle, address _devaddr, address _buybackaddr, address _burnaddr, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.