TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 18,223 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 8,888,888,888.888879T | -- | -- | |
| ERC-20 | 8,888,888,888.888879T | -- | -- | |
| ERC-20 | 8,888,888,888.888879T | -- | -- | |
| ERC-20 | 44B | -- | -- | |
| ERC-20 | 43.99042B | -- | -- | |
| ERC-20 | 43.988263B | -- | -- | |
| ERC-20 | 43.985281B | -- | -- | |
| ERC-20 | 43.985259B | -- | -- | |
| ERC-20 | 43.980004B | -- | -- | |
| ERC-20 | 43.978545B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271955 | 3 hours ago | | | 0 | 0.00061821649 | |
| 21271119 | 6 hours ago | | | 0 | 0.00038926673 | |
| 21270668 | 8 hours ago | | | 0 | 0.00057622544 | |
| 21270517 | 8 hours ago | | | 0 | 0.00028279827 | |
| 21270471 | 8 hours ago | | | 0 | 0.00044409577 | |
| 21270452 | 8 hours ago | | | 0 | 0.00049677112 | |
| 21270414 | 9 hours ago | | | 0 | 0.00035535820 | |
| 21270202 | 9 hours ago | | | 0 | 0.00042155380 | |
| 21269563 | 11 hours ago | | | 0 | 0.00027588580 | |
| 21269301 | 12 hours ago | | | 0 | 0.00033391249 |
ABI
ABI objects
Getter at block 21272959
DOMAIN_SEPARATOR() view returns (bytes32)
0x60118f03cffd7d4b314c729453265fd867443017352b8ed19af4be25f30fb9ad
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=Usual USD, version=1, chainId=1, verifyingContract=0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Usual USD
paused() view returns (bool)
false
symbol() view returns (string)
USD0
totalSupply() view returns (uint256)
454081901708688027841702699
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()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
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()