BoostingChef
Verified contract
Active on
Ethereum with 332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb7fb…ee9f
0x96b1…a8a2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CCV | ERC-20 | 21.403247M | -- | -- | |
CC | ERC-20 | 19.022567M | -- | -- | |
CCSWAP | ERC-20 | 7.283972K | -- | -- | |
CCSWAP | ERC-20 | 0.104057 | -- | -- | |
CCSWAP | ERC-20 | 0.000045 | -- | -- | |
CCSWAP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21093607 | 15 days ago | | | 0 | 0.0025410400 | |
| 20896225 | a month ago | | | 0 | 0.00046568973 | |
| 20556825 | 3 months ago | | | 0 | 0.00039990844 | |
| 20556799 | 3 months ago | | | 0 | 0.00038160719 | |
| 20200808 | 5 months ago | | | 0 | 0.00023108684 | |
| 19409096 | 8 months ago | | | 0 | 0.0038060407 | |
| 18503203 | a year ago | | | 0 | 0.0014624565 | |
| 17605250 | a year ago | | | 0 | 0.0015725750 | |
| 16959869 | 2 years ago | | | 0 | 0.0019413959 | |
| 16612777 | 2 years ago | | | 0 | 0.0019034341 |
ABI
ABI objects
Getter at block 21201306
EPS() view returns (uint256)
1000000000000000000
boostToken() view returns (address)
0x96b1b007165c372810af040d455116eb14cea8a2
cc() view returns (address)
0xb7fbff4ce5200215c690cc95855e5d6c5236ee9f
ccPerBlock() view returns (uint256)
3759000000000000000
maxBoostRate() view returns (uint256)
10
owner() view returns (address)
0x91b71efddd444f23bb6a9d95c0b5d3877d219178
paused() view returns (bool)
false
poolLength() view returns (uint256)
5
proxyAddress() view returns (address)
0xa8a1e64894578e7c1093ccc9d936d18c23047080
setter() view returns (address)
0x9932b80b2737efdede21de0e7831c0be3c378756
startBlock() view returns (uint256)
13029880
totalAllocPoint() view returns (uint256)
35000
Read-only
addedLP(address) view returns (bool)
calculateShare(uint256 boostRate, uint256 lpAmount, uint256 boostAmount) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingCC(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 boostRate, uint256 lastRewardBlock, uint256 accCCPerShare, uint256 totalLPAmount, uint256 totalShare)
userInfo(uint256, address) view returns (uint256 lpAmount, uint256 proxyLPAmount, uint256 boostAmount, uint256 share, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, uint256 _boostRate, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _lpAmount, uint256 _boostAmount)
massUpdatePools()
proxyDeposit(uint256 _pid, uint256 _lpAmount, uint256 _boostAmount, address userAddress)
proxyUnlock(uint256 _pid, uint256 _lpAmount, address userAddress)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint256 _boostRate, bool _withUpdate)
setBoostRate(uint256 _pid, uint256 _boostRate)
setCCPerBlock(uint256 _ccPerBlock)
setMaxBoostRate(uint256 _maxBoostRate)
setPause()
setProxyAddress(address _proxyAddress)
setSetter(address _newAddress)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _lpAmount, uint256 _boostAmount)
Deposit(address indexed user, uint256 indexed pid, uint256 lpAmount, uint256 boostAmount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 lpAmount, uint256 boostAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 lpAmount, uint256 boostAmount)
constructor(address _cc, address _boostToken, uint256 _ccPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.