Deeper Network
Verified contract
Active on
Ethereum with 59,886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,756.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.933541K | $1.00 |
$4,933.54 | |
USDC | ERC-20 | 334.07615 | $0.999974 |
$334.07 | |
UNI | ERC-20 | 25.554435 | $9.38 |
$239.7 | |
DPR | ERC-20 | 71.03896K | $0.001974 |
$140.21 | |
BUSD | ERC-20 | 111.269 | $0.982177 |
$109.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157650 | 2 hours ago | | | 0 | 0.00059262200 | |
| 21157071 | 4 hours ago | | | 0 | 0.00096499931 | |
| 21157071 | 4 hours ago | | | 0 | 0.00096524163 | |
| 21157054 | 4 hours ago | | | 0 | 0.0010691552 | |
| 21157049 | 4 hours ago | | | 0 | 0.00040133693 | |
| 21157049 | 4 hours ago | | | 0 | 0.0010378880 | |
| 21157048 | 4 hours ago | | | 0 | 0.0011207939 | |
| 21157048 | 4 hours ago | | | 0 | 0.0011207939 | |
| 21157048 | 4 hours ago | | | 0 | 0.00084572282 | |
| 21154996 | 10 hours ago | | | 0 | 0.00083364514 |
ABI
ABI objects
Getter at block 21158135 isTransferPending() view returns (bool) viewTransferCount() view returns (uint32)
decimals() view returns (uint8)
18
name() view returns (string)
Deeper Network
paused() view returns (bool)
false
symbol() view returns (string)
DPR
totalSupply() view returns (uint256)
8995229038517689520000000000
viewOwner() view returns (address)
0xb90182c7a8639de5ffd3f831009365d98971270f
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _address) view returns (uint256 remaining)
expenseOf(address _address) view returns (uint256 expense)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
incomeOf(address _address) view returns (uint256 income)
isFrozenAccount(address _address) view returns (bool frozen)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _data) returns (bool success)
burn(uint256 amount) returns (bool success)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
freezeAccount(address _address, bool freeze) returns (bool success)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
mint(uint256 amount) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FreezeAccount(address _address, bool frozen)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferOwnership(address indexed _from, address indexed _to)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
Unpause()
constructor(uint256 _totalSupply_, string _name, string _symbol, uint8 _decimals)
fallback()
This contract contains no error objects.