IDODistribution
Verified contract
Active on
Ethereum with 665 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPR | ERC-20 | 0.044432 | $0.002093 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 13432932 | 3 years ago | | | 0 | 0.0010733460 | |
| 12372302 | 4 years ago | | | 0 | 0.0032352250 | |
| 12372130 | 4 years ago | | | 0 | 0.0025961101 | |
| 12365397 | 4 years ago | | | 0 | 0.0032352250 | |
| 12341421 | 4 years ago | | | 0 | 0.0036974000 | |
| 12268137 | 4 years ago | | | 0 | 0.011323288 | |
| 12253595 | 4 years ago | | | 0 | 0.012478725 | |
| 12240020 | 4 years ago | | | 0 | 0.0035786400 | |
| 12240020 | 4 years ago | | | 0 | 0.013310380 | |
| 12233623 | 4 years ago | | | 0 | 0.0099827850 |
ABI
ABI objects
Getter at block 21260116
authority() view returns (address)
0x31497f6d5011627f2ae83d9afc1e58010f6fe23b
erc20Address() view returns (address)
0xf3ae5d769e153ef72b4e3591ac004e89f48107a1
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x31497f6d5011627f2ae83d9afc1e58010f6fe23b
paused() view returns (bool)
false
totalSupply() view returns (uint256)
150015686960000000000000
Read-only
balanceOf(address _address) view returns (uint256)
depositNumberOf(address _address) view returns (uint256)
State-modifying
Events acceptOwnership()
batchDeposit(address[] destinations, uint256[] amounts) returns (bool)
claim() returns (bool)
nominateNewOwner(address _owner)
pause()
setAuthority(address _authority)
setTokenAddress(address _erc20Address)
unpause()
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
Pause()
TokenDeposit(uint256 _amount)
Unpause()
UserClaimed(address _address, uint256 _amount)
constructor(address _owner, address _authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.