BDPToken
Verified contract
Active on
Ethereum with 62,447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($44,527.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCEAN | ERC-20 | 53.790104K | $0.655069 |
$35,236.23 | |
USDC | ERC-20 | 5.74K | $0.999952 |
$5,739.72 | |
DAI | ERC-20 | 1.84451K | $0.999557 |
$1,843.69 | |
BDP | ERC-20 | 11.222905K | $0.150617 |
$1,690.36 | |
MIR | ERC-20 | 1.112856K | $0.01585 |
$17.64 | |
OSM | ERC-20 | 29.23365K | -- | -- | |
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157314 | 3 hours ago | | | 0 | 0.00089073104 | |
| 21157100 | 4 hours ago | | | 0 | 0.00055846519 | |
| 21156737 | 5 hours ago | | | 0 | 0.00054946006 | |
| 21153698 | 15 hours ago | | | 0 | 0.00049297561 | |
| 21153683 | 15 hours ago | | | 0 | 0.00058631115 | |
| 21153309 | 16 hours ago | | | 0 | 0.00059450805 | |
| 21153270 | 17 hours ago | | | 0 | 0.00075402034 | |
| 21152963 | 18 hours ago | | | 0 | 0.00044117037 | |
| 21151547 | a day ago | | | 0 | 0.00063862494 | |
| 21151526 | a day ago | | | 0 | 0.00078913401 |
ABI
ABI objects
Getter at block 21158212
BDPMaster() view returns (address)
0x0de845955e2bf089012f682fe9bc81dd5f11b372
BDPMasterPending() view returns (address)
0x0000000000000000000000000000000000000000
FUTURE_EACH_MINT() view returns (uint256)
9333333000000000000000000
FUTURE_TOTAL_AMOUNT() view returns (uint256)
28000000000000000000000000
NUMBER_BLOCKS_PER_DAY() view returns (uint256)
6000
PARTNERSHIP_FIRST_MINT() view returns (uint256)
8000000000000000000000000
PARTNERSHIP_TOTAL_AMOUNT() view returns (uint256)
20000000000000000000000000
TEAM_TOTAL_AMOUNT() view returns (uint256)
8000000000000000000000000
cap() view returns (uint256)
80000001000000000000000000
decimals() view returns (uint8)
18
futureAmount() view returns (uint256)
0
futureCanMintAtBlock() view returns (uint256)
0
name() view returns (string)
BDPToken
owner() view returns (address)
0x78cf381ae67b521d9f22a040d13134b66dcebec9
partnershipAmount() view returns (uint256)
7076748148148148148148149
partnershipMintedAtBlock() view returns (uint256)
12692613
seedPoolAmount() view returns (uint256)
0
setBDPMasterPendingAtBlock() view returns (uint256)
0
startAtBlock() view returns (uint256)
11985974
symbol() view returns (string)
BDP
teamAmount() view returns (uint256)
8000000000000000000000000
teamMintedAtBlock() view returns (uint256)
0
totalSupply() view returns (uint256)
64923252851851851851851851
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
confirmMaster()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
mintForFutureFarming(address _to)
mintForPartnership(address _to)
mintForTeam(address _to)
renounceOwnership()
setMaster(address _BDPMaster)
setPendingMaster(address _BDPMaster)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _startAtBlock, uint256 _numberBlockPerDay, address _sendTo)
This contract contains no fallback and receive objects.
This contract contains no error objects.