Usd0
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Usd0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Usd0"
ABI
ABI objects
Getter at block 21272959
DOMAIN_SEPARATOR() view returns (bytes32)
0x64e8981a2c8ed8c67d8c075d75a79c454f7e3c5a710da371e47eaa24deaf05c7
Usd0StorageV0Location() view returns (bytes32)
0x1d0cf51e4a8c83492710be318ea33bb77810af742c934c6b56e7b0fecb07db00
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=, 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
blacklist(address account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
initializeV1(address registryContract_)
mint(address to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address sender, address to, uint256 amount) returns (bool)
unBlacklist(address account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address account)
EIP712DomainChanged()
Initialized(uint64 version)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklist(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AmountExceedBacking()
AmountIsZero()
Blacklisted()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotAuthorized()
NotInitializing()
NullAddress()
NullContract()
SameValue()