BCDCPool
Verified contract
Active on
Ethereum with 2,622 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa106…a65c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASIC | ERC-20 | 3.892102M | -- | -- | |
BCDC | ERC-20 | 462.25358 | -- | -- | |
BLP | ERC-20 | 113.758324 | -- | -- | |
BLP | ERC-20 | 2.248362 | -- | -- | |
UNI-V2 | ERC-20 | 0.514014 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15652647 | 2 years ago | | | 0 | 0.00034456115 | |
| 15652629 | 2 years ago | | | 0 | 0.00048809110 | |
| 14454195 | 3 years ago | | | 0 | 0.00067155588 | |
| 13868355 | 3 years ago | | | 0 | 0.0058346967 | |
| 13810860 | 3 years ago | | | 0 | 0.0056692152 | |
| 13810851 | 3 years ago | | | 0 | 0.0069925139 | |
| 13478233 | 3 years ago | | | 0 | 0.0018088735 | |
| 13478233 | 3 years ago | | | 0 | 0.0010185912 | |
| 13478233 | 3 years ago | | | 0 | 0.0018306799 | |
| 13477834 | 3 years ago | | | 0 | 0.0067082775 |
ABI
ABI objects
Getter at block 21213728
BONUS_MULTIPLIER() view returns (uint256)
2
bcdc() view returns (address)
0xa1069a93b0e44cc42bdcec90d010746d1b65a65c
bcdcPerBlock() view returns (uint256)
640000000000000000
bonusEndBlock() view returns (uint256)
11498000
endBlock() view returns (uint256)
12744250
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xedd86e3d12ccfa6e067746ed8ad3161f5f9ab567
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
11418000
teamAddr() view returns (address)
0xe716e83eadad7d47b63f1ec9ff0d0615ffc8eefd
totalAllocPoint() view returns (uint256)
1000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingBcdc(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBcdcPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
depositFor(address _beneficiary, uint256 _pid, uint256 _amount)
dev(address _teamAddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setEndBlock(uint256 blockNumber)
setMigrator(address _migrator)
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 _bcdc, address _teamAddr, uint256 _bcdcPerBlock, uint256 _startBlock, uint256 _endBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.