BDPMaster
Verified contract
Active on
Ethereum with 63,726 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf3dc…480e
Balances ($1,099,980.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BDP | ERC-20 | 5.749131M | $0.124337 |
$714,829.75 | |
OCEAN | ERC-20 | 415.929431K | $0.595198 |
$247,560.37 | |
TOMOE | ERC-20 | 269.191765K | $0.438127 |
$117,940.18 | |
WETH | ERC-20 | 1.743 | $3,349.59 |
$5,838.34 | |
USDT | ERC-20 | 5.538008K | $1.00 |
$5,538.01 | |
SRM | ERC-20 | 108.800922K | $0.039864 |
$4,337.2 | |
LINK | ERC-20 | 140.734 | $17.38 |
$2,445.96 | |
AAVE | ERC-20 | 4.17 | $188.21 |
$784.84 | |
UNI | ERC-20 | 45.10408 | $11.25 |
$507.42 | |
WBTC | ERC-20 | 0.001321 | $92,790.00 |
$122.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159925 | 16 days ago | | | 0 | 0.0013696342 | |
| 19548406 | 8 months ago | | | 0 | 0.0010676692 | |
| 19548384 | 8 months ago | | | 0 | 0.0010253037 | |
| 19393796 | 9 months ago | | | 0 | 0.0023525952 | |
| 19345502 | 9 months ago | | | 0 | 0.0022677227 | |
| 19284991 | 9 months ago | | | 0 | 0.0027778170 | |
| 19157822 | 10 months ago | | | 0 | 0.00075360314 | |
| 18961921 | a year ago | | | 0 | 0.00074732686 | |
| 18671077 | a year ago | | | 0 | 0.0019480886 | |
| 18596610 | a year ago | | | 0 | 0.0011006720 |
ABI
ABI objects
Getter at block 21276269
BDP() view returns (address)
0xf3dcbc6d72a4e1892f7917b7c43b74131df8480e
REWARD_PER_BLOCK() view returns (uint256)
666000000000000000000
START_BLOCK() view returns (uint256)
11985974
owner() view returns (address)
0x78cf381ae67b521d9f22a040d13134b66dcebec9
poolLength() view returns (uint256)
12
totalAllocPoint() view returns (uint256)
1200
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
getNewRewardPerBlock(uint256 pid1) view returns (uint256)
getPoolReward(uint256 _from, uint256 _to, uint256 _allocPoint) view returns (uint256)
getStakedAmount(uint256 _pid, address _user) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolId1(address) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 rewardPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claimReward(uint256 _pid)
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)
SendReward(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _BDP, uint256 _rewardPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.