Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x56ac…d9a8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRAB | ERC-20 | 154.58892K | -- | -- | |
UNI-V2 | ERC-20 | 9.262671 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10855822 | 4 years ago | | | 0 | 0.0095175360 | |
| 10855821 | 4 years ago | | | 0 | 0.0069995520 | |
| 10855820 | 4 years ago | | | 0 | 0.0069995520 | |
| 10843000 | 4 years ago | | | 0 | 0.0019620150 | |
| 10842994 | 4 years ago | | | 0 | 0.0046655130 | |
| 10842889 | 4 years ago | | | 0 | 0.0087169200 | |
| 10842877 | 4 years ago | | | 0 | 0.0074429400 | |
| 10842729 | 4 years ago | | | 0 | 0.013486525 | |
| 10842582 | 4 years ago | | | 0 | 0.010570833 | |
| 10842580 | 4 years ago | | | 0 | 0.010570833 |
ABI
ABI objects
Getter at block 21381462
blockInADay() view returns (uint256)
5760
blockInAMonth() view returns (uint256)
172800
bonusEndBlock() view returns (uint256)
0
crab() view returns (address)
0x56acd2e672264f1118eae55364e31f6de080d9a8
crabPerBlock() view returns (uint256)
1000000000000000000000
devaddr() view returns (address)
0xd38bf8d03c0b113b4051016b55b36dc90d879e55
halvePeriod() view returns (uint256)
172800
lastHalveBlock() view returns (uint256)
10842370
migrator() view returns (address)
0x0000000000000000000000000000000000000000
minimumCrabPerBlock() view returns (uint256)
125000000000000000000
owner() view returns (address)
0xd38bf8d03c0b113b4051016b55b36dc90d879e55
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
10842370
totalAllocPoint() view returns (uint256)
9
Read-only
lpTokenExistsInPool(address) view returns (bool)
pendingCrab(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCrabPerShare)
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)
doHalvingCheck(bool _withUpdate)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateLpTokenExists(address _lpTokenAddr, bool _isExists)
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)
Halve(uint256 newCrabPerBlock, uint256 nextHalveBlockNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _crab, address _devaddr, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.