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

Usd0

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc26c33b0 at 20374351
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "Usd0"

No transactions found for "Usd0"


Functions
Getter at block 20793934
DOMAIN_SEPARATOR(view returns (bytes32)
0x64e8981a2c8ed8c67d8c075d75a79c454f7e3c5a710da371e47eaa24deaf05c7
Usd0StorageV0Location(view returns (bytes32)
0x1d0cf51e4a8c83492710be318ea33bb77810af742c934c6b56e7b0fecb07db00
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0xa17f4646d1a693446dd8c749ff38bf7c2a21c98e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name(view returns (string)
paused(view returns (bool)
false
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBlacklisted(address accountview returns (bool)
nonces(address ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
blacklist(address account
burn(uint256 amount
burnFrom(address accountuint256 amount
initializeV1(address registryContract_
mint(address touint256 amount
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
transfer(address touint256 amountreturns (bool)
transferFrom(address senderaddress touint256 amountreturns (bool)
unBlacklist(address account
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Blacklist(address account
EIP712DomainChanged(
Initialized(uint64 version
Paused(address account
Transfer(address indexed fromaddress indexed touint256 value
UnBlacklist(address account
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountExceedBacking(
AmountIsZero(
Blacklisted(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
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
EnforcedPause(
ExpectedPause(
InvalidAccountNonce(address accountuint256 currentNonce
InvalidInitialization(
NotAuthorized(
NotInitializing(
NullAddress(
NullContract(
SameValue(