ZooKeeper
Verified contract
Active on
Ethereum with 242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf6f7…7621
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIGER | ERC-20 | 534.70654K | -- | -- | |
UNI-V2 | ERC-20 | 110.981712 | -- | -- | |
UNI-V2 | ERC-20 | 98.769074 | -- | -- | |
UNI-V2 | ERC-20 | 12.147769 | -- | -- | |
UNI-V2 | ERC-20 | 0.030513 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11100593 | 4 years ago | | | 0 | 0.014963098 | |
| 11100585 | 4 years ago | | | 0 | 0.017703960 | |
| 10981243 | 4 years ago | | | 0 | 0.0061574230 | |
| 10897160 | 4 years ago | | | 0 | 0.012368520 | |
| 10896061 | 4 years ago | | | 0 | 0.0074390400 | |
| 10896061 | 4 years ago | | | 0 | 0.0084890400 | |
| 10855554 | 4 years ago | | | 0 | 0.0074390400 | |
| 10855517 | 4 years ago | | | 0 | 0.0084890400 | |
| 10845645 | 4 years ago | | | 0 | 0.0095117540 | |
| 10842784 | 4 years ago | | | 0 | 0.010350659 |
ABI
ABI objects
Getter at block 21217535 getCurrentRewardPerBlock() view returns (uint256)
BONUS_MULTIPLIER() view returns (uint256)
1
InitTigerPerBlock() view returns (uint256)
439400000000000000000
bonusEndBlock() view returns (uint256)
9999999999
getCurrentHalvFactor() view returns (uint256)
0
halvingPeriod() view returns (uint256)
22630
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
5
startBlock() view returns (uint256)
10800800
tiger() view returns (address)
0xf6f70050f5104231810f185705baedfd7b577621
totalAllocPoint() view returns (uint256)
2000
Read-only
getHalvFactor(uint256 blockNumber) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getRewardPerBlock(uint256 blockNumber) view returns (uint256)
pendingTiger(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTigerPerShare)
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()
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 _tiger)
This contract contains no fallback and receive objects.
This contract contains no error objects.