deUSD
Verified contract
Proxy
Active on
Ethereum with 14,087 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($105.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
deUSD | ERC-20 | 105.11059 | $1.001 |
$105.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245534 | 8 minutes ago | | | 0 | 0.00065238630 | |
| 21245507 | 14 minutes ago | | | 0 | 0.00062662054 | |
| 21245065 | 2 hours ago | | | 0 | 0.00047206960 | |
| 21245047 | 2 hours ago | | | 0 | 0.00072534547 | |
| 21244825 | 3 hours ago | | | 0 | 0.00085138149 | |
| 21244800 | 3 hours ago | | | 0 | 0.00085799228 | |
| 21244783 | 3 hours ago | | | 0 | 0.00077071500 | |
| 21244581 | 3 hours ago | | | 0 | 0.00077511260 | |
| 21244441 | 4 hours ago | | | 0 | 0.00088083887 | |
| 21243510 | 7 hours ago | | | 0 | 0.00078631290 |
ABI
ABI objects
Getter at block 21245574 proxiableUUID() view returns (bytes32) renounceOwnership() view
DOMAIN_SEPARATOR() view returns (bytes32)
0x735e10c198addebaa4c48b768e75c6c7575b27d4a9aae5618f9ac947a8ace6a9
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=deUSD, version=1, chainId=1, verifyingContract=0x15700b564ca08d9439c58ca5053166e8317aa138, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
minter() view returns (address)
0x69088d25a635d22dcbe7c4a5c7707b9cc64bd114
name() view returns (string)
deUSD
owner() view returns (address)
0xd7cdbde6c9da34fcb2917390b491193b54c24f24
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
deUSD
totalSupply() view returns (uint256)
160725441790000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
initialize(address _owner)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setMinter(address newMinter)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
MinterUpdated(address indexed newMinter, address indexed oldMinter)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
CantRenounceOwnership()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
OnlyMinter()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroAddressException()