DA Power Play Token
Verified contract
Active on
Ethereum with 1,510 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19500370 | 8 months ago | | | 0 | 0.00091514520 | |
| 17515416 | a year ago | | | 0 | 0.00090535676 | |
| 17463917 | a year ago | | | 0 | 0.00076932049 | |
| 16012091 | 2 years ago | | | 0 | 0.00066942300 | |
| 14230981 | 3 years ago | | | 0 | 0.0046699334 | |
| 14081342 | 3 years ago | | | 0 | 0.0038278940 | |
| 12891044 | 3 years ago | | | 0 | 0.00060613750 | |
| 12592509 | 3 years ago | | | 0 | 0.00082434700 | |
| 12560549 | 3 years ago | | | 0 | 0.00052440000 | |
| 12512639 | 3 years ago | | | 0 | 0.0012067060 |
ABI
ABI objects
Getter at block 21258420
crowdsaleContractAddress() view returns (address)
0x6f0d792b540afa2c8772b9ba4805e7436ad8413e
decimals() view returns (uint8)
18
lockedUntilBlock() view returns (uint256)
4393122
name() view returns (string)
DA Power Play Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x66355770a8f8aa90590ae96cb7193dbb0923344b
standard() view returns (string)
DA Power Play Token token v1.0
symbol() view returns (string)
DPP
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
lockUntil(uint256 _untilBlock, string _reason)
mintTokens(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ContractLocked(uint256 _untilBlock, string _reason)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.