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 "Dark Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583274 | 2 years ago | | | 0 | 0.0011345181 | |
| 13462879 | 3 years ago | | | 0 | 0.0038191819 | |
| 9990779 | 5 years ago | | | 0 | 0.00078108000 | |
| 9251541 | 5 years ago | | | 0 | 0.00048036000 | |
| 9251529 | 5 years ago | | | 0 | 0.00019446480 | |
| 9245363 | 5 years ago | | | 0 | 0.00078108000 | |
| 9239899 | 5 years ago | | | 0 | 0.00048012000 | |
| 9239892 | 5 years ago | | | 0 | 0.00027009000 | |
| 9232238 | 5 years ago | | | 0 | 0.00048036000 | |
| 9232230 | 5 years ago | | | 0 | 0.00027015000 |
ABI
ABI objects
Getter at block 21297930
decimals() view returns (uint8)
8
name() view returns (string)
Dark Pool
owner() view returns (address)
0x36873b844d5732c1fc8936290810223469bf1dc4
paused() view returns (bool)
false
symbol() view returns (string)
DP
totalSupply() view returns (uint256)
21000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getReleasableAmount(address beneficiary) view returns (uint256)
lockInfo(address, uint256) view returns (address lock_address, uint256 lock_amount, uint256 lock_time, uint256 lock_startTime)
lockedAmount(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchTransfer(address[] addrs, uint256[] amounts) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockToken(address targetAddr, uint256 lockAmount)
pause()
releaseToken(address beneficiary) returns (bool)
sendAndLockToken(address beneficiary, uint256 lockAmount, uint256 lockDays)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
unlockToken(address targetAddr, uint256 lockAmount)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
LockToken(address indexed targetAddr, uint256 lockAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReleaseToken(address indexed beneficiary, uint256 releaseAmount)
SendAndLockToken(address indexed beneficiary, uint256 lockAmount, uint256 lockTime)
Transfer(address indexed from, address indexed to, uint256 value)
UnlockToken(address indexed targetAddr, uint256 releaseAmount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.