This contract is being backfilled. You may encounter incomplete storage history.

deUSD

Verified contract

Proxy

Active on Ethereum with 11,077 txns
Deployed by via 0x9ed8664d at 20313746
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $104.21
0x3fcdd5cd49227e05e4290738e0b9d42422d599f35a25abc51c0863a9daf4137d
0xa89a7fc8cf79c6923d621320f0f7a537a54af28c1d1adab7756cac148f075bd1
0x5baeb2c9000983879c98a64f5c9424ec4ea47a74a1befd7285244e23430f5d33
0xbf9316122eb914aefe74634a1b48a2e85f5d1f5490b55a4c6760d8d232ab850a
0x223245eee6d24d4c8e05af184b6211aa3a84d90a54eae8b8c502a9e7273a6f49
0x9d9fa003600348d105066dea783120b926088607df2b3f300f85c9488b110129
0xa453ecefbf9d54334d81a27df716b661e5c3b02182b461d2d079a5c5100ea00d
0x479a24994c4743e420ac79e2cdd8b61ea4a2a55a26f842bd292d282438e83f35
0xc9467c1df8076d70019cd2bd4e4e78a7f423897cb1c12cc620b7e533542c21f8
0x200ce2d207531b77162d4fe721a8148f2b24c8ed6c4c4c3a2a65913c63430046

Functions
Getter at block 20792532
DOMAIN_SEPARATOR(view returns (bytes32)
0x735e10c198addebaa4c48b768e75c6c7575b27d4a9aae5618f9ac947a8ace6a9
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] 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
 
proxiableUUID(view returns (bytes32)
 
renounceOwnership(view 
symbol(view returns (string)
deUSD
totalSupply(view returns (uint256)
145213532790000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
nonces(address ownerview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
initialize(address _owner
mint(address touint256 amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
setMinter(address newMinter
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
EIP712DomainChanged(
Initialized(uint64 version
MinterUpdated(address indexed newMinteraddress indexed oldMinter
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Upgraded(address indexed implementation
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
Errors
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 spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
FailedInnerCall(
InvalidAccountNonce(address accountuint256 currentNonce
InvalidInitialization(
NotInitializing(
OnlyMinter(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
ZeroAddressException(