Parallel DAO
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Parallel DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13760930 | 3 years ago | | | 0 | 0.0041560446 | |
| 13760796 | 3 years ago | | | 0 | 0.0031981144 | |
| 13760392 | 3 years ago | | | 0 | 0.0030179999 | |
| 13760249 | 3 years ago | | | 0 | 0.0041052976 | |
| 13760234 | 3 years ago | | | 0 | 0.0035161338 | |
| 13760228 | 3 years ago | | | 0 | 0.0038852325 | |
| 13760223 | 3 years ago | | | 0 | 0.0056469630 | |
| 13760218 | 3 years ago | | | 0 | 0.0065098050 | |
| 13760202 | 3 years ago | | | 0 | 0.0055957200 |
ABI
ABI objects
Getter at block 21289479
_owner() view returns (address)
0x03392607849a8f22f5bc5ba3cecbd28794946848
decimals() view returns (uint8)
18
name() view returns (string)
Parallel DAO
symbol() view returns (string)
PDT
totalSupply() view returns (uint256)
7500000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount)
addApprove(address[] receivers)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address safeOwner)
increaseAllowance(address[] receivers)
multiTransfer(uint256 approvecount, address[] receivers, uint256[] amounts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.