DopexTokenSale
Verified contract
Active on
Ethereum with 2,381 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ff5…8d11
Balances ($3,671.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPX | ERC-20 | 217.690468 | $11.41 |
$2,483.85 | |
rDPX | ERC-20 | 791.705938 | $1.50 |
$1,187.56 | |
DPX | ERC-20 | 365 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14326758 | 3 years ago | | | 0 | 0.00040136694 | |
| 14326757 | 3 years ago | | | 0 | 0.0015737152 | |
| 14326757 | 3 years ago | | | 0 | 0.0014584375 | |
| 14326757 | 3 years ago | | | 0 | 0.0016077437 | |
| 14326757 | 3 years ago | | | 0 | 0.0011853655 | |
| 14326757 | 3 years ago | | | 0 | 0.0060146890 | |
| 13342322 | 3 years ago | | | 0 | 0.0047579490 | |
| 13030375 | 3 years ago | | | 0 | 0.0039124050 | |
| 12983572 | 3 years ago | | | 0 | 0.0031372781 | |
| 12963463 | 3 years ago | | | 0 | 0.0034538221 |
ABI
ABI objects
Getter at block 21286426
dpx() view returns (address)
0xeec2be5c91ae7f8a338e1e5f3b5de49d07afdc81
dpxTokensAllocated() view returns (uint256)
75000000000000000000000
maxDeposits() view returns (uint256)
17857000000000000000000
maxWhitelistDeposit() view returns (uint256)
2500000000000000000
merkleRoot() view returns (bytes32)
0x027d2d01b082efc71a3d7f70b2b90f3d2f305e167a7c0b19d58ef715c08bd940
owner() view returns (address)
0xb8689b7910954bf73431f63482d7dd155537ea7e
rdpx() view returns (address)
0x0ff5a8451a839f5f0bb3562689d9a44089738d11
rdpxTokensAllocated() view returns (uint256)
60000000000000000000000
saleClose() view returns (uint256)
1624557600
saleStart() view returns (uint256)
1624298400
saleWhitelistStart() view returns (uint256)
1624294800
totalSaleParticipants() view returns (uint256)
1061
weiDeposited() view returns (uint256)
4808932773485402399262
Read-only
claimAmount(address beneficiary) view returns (uint256)
deposits(address) view returns (uint256)
isWhitelistedAddressDeposited(uint256 index) view returns (bool)
State-modifying
Events claim(address beneficiary) returns (uint256)
deposit(address beneficiary) payable
depositForWhitelistedAddress(uint256 index, address beneficiary, bytes32[] merkleProof) payable
withdraw()
TokenClaim(address indexed claimer, address indexed beneficiary, uint256 amount)
TokenDeposit(address indexed purchaser, address indexed beneficiary, bool indexed isWhitelistDeposit, uint256 value)
WithdrawEth(uint256 amount)
constructor(address _dpx, address _rdpx, address _owner, uint256 _saleWhitelistStart, uint256 _saleStart, uint256 _saleClose, uint256 _maxDeposits, uint256 _dpxTokensAllocated, uint256 _rdpxTokensAllocated, uint256 _maxWhitelistDeposit, bytes32 _merkleRoot)
receive()
This contract contains no error objects.