TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 343 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220674 | 11 hours ago | | | 0 | 0.00048682080 | |
| 21218579 | 18 hours ago | | | 0 | 0.00054121569 | |
| 21216732 | a day ago | | | 0 | 0.0010067226 | |
| 21215224 | a day ago | | | 0 | 0.00084789059 | |
| 21214539 | a day ago | | | 0 | 0.00070753540 | |
| 21213077 | 2 days ago | | | 0 | 0.00052681980 | |
| 21212943 | 2 days ago | | | 0 | 0.00047435931 | |
| 21211574 | 2 days ago | | | 0 | 0.00048538839 | |
| 21209223 | 2 days ago | | | 0 | 0.00064341509 | |
| 21208403 | 2 days ago | | | 0 | 0.00066938016 |
ABI
ABI objects
Getter at block 21223872
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xabf1bc9a39b1f73f8ded90741e1863c5dedd4bae6733c1ae255a769f41976d3b
SERVICE_ROLE() view returns (bytes32)
0xd8a7a79547af723ee3e12b59a480111268d8969c634e1a34a144d2c8b91d635b
decimals() view returns (uint8)
18
defaultAdmin() view returns (address)
0xd6889f307be1b83bb355d5da7d4478fb0d2af547
defaultAdminDelay() view returns (uint48)
86400
defaultAdminDelayIncreaseWait() view returns (uint48)
432000
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Resolv USD, version=1, chainId=1, verifyingContract=0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Resolv USD
owner() view returns (address)
0xd6889f307be1b83bb355d5da7d4478fb0d2af547
pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
symbol() view returns (string)
USR
totalSupply() view returns (uint256)
13820704950018069474834890
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptDefaultAdminTransfer()
approve(address spender, uint256 value) returns (bool)
beginDefaultAdminTransfer(address newAdmin)
burn(address _account, uint256 _amount)
burn(bytes32 _idempotencyKey, address _account, uint256 _amount)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
grantRole(bytes32 role, address account)
initialize(string _name, string _symbol)
mint(address _account, uint256 _amount)
mint(bytes32 _idempotencyKey, address _account, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
EIP712DomainChanged()
Initialized(uint64 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlEnforcedDefaultAdminDelay(uint48 schedule)
AccessControlEnforcedDefaultAdminRules()
AccessControlInvalidDefaultAdmin(address defaultAdmin)
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
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)
IdempotencyKeyAlreadyExist(bytes32 idempotencyKey)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)