Digital USD
Verified contract
Proxy
Active on
Ethereum with 2,171 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 |
---|---|---|---|---|---|
DUSD | ERC-20 | 2 | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583560 | 2 years ago | | | 0 | 0.0017862347 | |
| 14790374 | 3 years ago | | | 0 | 0.0021831006 | |
| 13726016 | 3 years ago | | | 0 | 0.0061320578 | |
| 13657381 | 3 years ago | | | 0 | 0.0044407258 | |
| 13509122 | 3 years ago | | | 0 | 0.013919419 | |
| 13467372 | 3 years ago | | | 0 | 0.0032476263 | |
| 13466244 | 3 years ago | | | 0 | 0.0039847100 | |
| 13447686 | 3 years ago | | | 0 | 0.0031058383 | |
| 13436390 | 3 years ago | | | 0 | 0.0058060754 | |
| 13429242 | 3 years ago | | | 0 | 0.0068288239 |
ABI
ABI objects
Getter at block 21287711
implementation() view returns (address impl)
0x447ede8c693fc7085ce5fcb84cf5646875abcc7d
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0xfe30e619cc2915c905ca45c1ba8311109a3cbdb1
decimals() view returns (uint8)
18
destructible() view returns (bool)
false
initialized() view returns (bool)
true
isOwner() view returns (bool)
false
name() view returns (string)
Digital USD
owner() view returns (address)
0xfe30e619cc2915c905ca45c1ba8311109a3cbdb1
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DUSD
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBlackList(address account) view returns (bool)
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
addToBlackList(address account)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize()
kill()
mint(address to, uint256 value) returns (bool)
pause()
receiveOwnership()
removeFromBlackList(address account)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed currentImplementation, address indexed newImplementation)
AddToBlackList(address indexed target)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RemoveFromBlackList(address indexed target)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.