Decentralized USD
Verified contract
Active on
Ethereum with 9,439 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INUINU | ERC-20 | 2.024202B | $0.00 |
$2.02 | |
APU | ERC-20 | 1 | $0.000905 |
$0 | |
TWeR1 | ERC-20 | 19.399999M | -- | -- | |
dUNIV | ERC-20 | 1K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271824 | 12 hours ago | | | 0 | 0.00048366147 | |
| 21270771 | 16 hours ago | | | 0 | 0.00081788495 | |
| 21270378 | 17 hours ago | | | 0 | 0.00027637392 | |
| 21270249 | 17 hours ago | | | 0 | 0.00038022303 | |
| 21268967 | a day ago | | | 0 | 0.00025416547 | |
| 21267897 | a day ago | | | 0 | 0.00086394535 | |
| 21263086 | 2 days ago | | | 0 | 0.00026702034 | |
| 21262940 | 2 days ago | | | 0 | 0.00042251432 | |
| 21254779 | 3 days ago | | | 0 | 0.00050546847 | |
| 21254773 | 3 days ago | | | 0 | 0.00031088478 |
ABI
ABI objects
Getter at block 21275456
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PREDICATE_ROLE() view returns (bytes32)
0x12ff340d0cd9c652c747ca35727e68c547d0f0bfa7758d2e77f75acef481b4f2
decimals() view returns (uint8)
18
getChainId() pure returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xab2d235b11e58f3c06ae10f5cfb3288e89ce59d6dcb9740de321b08943063f6a
name() view returns (string)
Decentralized USD
symbol() view returns (string)
USDD
totalSupply() view returns (uint256)
124146228242567170142171806
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getNonce(address user) view returns (uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address user, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address predicate_)
This contract contains no fallback and receive objects.
This contract contains no error objects.