Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeec2…dc81
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPX | ERC-20 | 45.075K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15395956 | 2 years ago | | | 0 | 0.00046629340 | |
| 14946375 | 3 years ago | | | 0 | 0.0015990892 | |
| 14833141 | 3 years ago | | | 0 | 0.0011122082 | |
| 14250246 | 3 years ago | | | 0 | 0.0082269000 | |
| 13947115 | 3 years ago | | | 0 | 0.011252586 | |
| 13931625 | 3 years ago | | | 0 | 0.0060724509 | |
| 13924833 | 3 years ago | | | 0 | 0.0056134192 | |
| 13923794 | 3 years ago | | | 0 | 0.0053209311 | |
| 13881079 | 3 years ago | | | 0 | 0.0026023150 | |
| 13881052 | 3 years ago | | | 0 | 0.0028034797 |
ABI
ABI objects
Getter at block 21401611
bootstrapped() view returns (bool)
true
dpx() view returns (address)
0xeec2be5c91ae7f8a338e1e5f3b5de49d07afdc81
dpxPrice() view returns (uint256)
5000000000
duration() view returns (uint256)
15552000
getLatestPrice() view returns (uint256)
388905130000
noOfBeneficiaries() view returns (uint256)
28
owner() view returns (address)
0x2564c542676c3da52d0248613497ba32842950d4
startTime() view returns (uint256)
1624557600
Read-only
beneficiaries(uint256) view returns (address)
ethDeposits(address) view returns (uint256)
releasableAmount(address beneficiary) view returns (uint256)
vestedAmount(address beneficiary) view returns (uint256)
vestedBeneficiaries(address) view returns (uint256 amount, uint256 released, bool ethTransferred)
State-modifying
Events addBeneficiary(address _beneficiary, uint256 _amount) returns (bool)
bootstrap(uint256 _startTime, uint256 _duration, address _dpxAddress) returns (bool)
release() returns (uint256 unreleased)
removeBeneficiary(address _beneficiary) returns (bool)
renounceOwnership()
transferEth() payable returns (uint256 ethAmount)
transferOwnership(address newOwner)
updateBeneficiary(address _beneficiary, uint256 _amount)
withdraw()
AddBeneficiary(address beneficiary, uint256 amount)
Bootstrap(uint256 totalDPXRequired)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveBeneficiary(address beneficiary)
TokensReleased(address beneficiary, uint256 amount)
TransferredEth(address beneficiary, uint256 ethAmount, uint256 ethPrice)
UpdateBeneficiary(address beneficiary, uint256 amount)
WithdrawEth(uint256 amount)
constructor(address _priceFeedAddress, uint256 _dpxPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.