Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbc66…4efc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.003134 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11273862 | 4 years ago | | | 0 | 0.0048091802 | |
| 11269360 | 4 years ago | | | 0 | 0.0026152170 | |
| 11264282 | 4 years ago | | | 0 | 0.0023860830 | |
| 11186594 | 4 years ago | | | 0 | 0.0014607589 | |
| 11186093 | 4 years ago | | | 0 | 0.0017026064 | |
| 11186053 | 4 years ago | | | 0 | 0.0021287800 | |
| 11181272 | 4 years ago | | | 0 | 0.0013420132 | |
| 11181272 | 4 years ago | | | 0 | 0.0026130530 | |
| 11180522 | 4 years ago | | | 0 | 0.0022605600 | |
| 11169615 | 4 years ago | | | 0 | 0.0014510850 |
ABI
ABI objects
Getter at block 21196131
BONUS_MULTIPLIER() view returns (uint256)
1
CCM() view returns (address)
0xbc6669e7914a2b327ae428184086d8ac88d74efc
CCMPerBlock() view returns (uint256)
2000000000000000000
bonusEndBlock() view returns (uint256)
390108360
devaddr() view returns (address)
0x38d9390cd9034d30e58315193cb1fd38e24137ef
owner() view returns (address)
0xdddfe120f803b18159ecb807274fb37340a12dd4
perDayBlocks() view returns (uint256)
7000
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
11108390
totalAllocPoint() view returns (uint256)
5
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getRewardPerBlock(uint256 blockNumber) view returns (uint256)
pendingCCM(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCCMPerShare)
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()
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 _CCM, address _devaddr, uint256 _CCMPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.