TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 343 txns
Deployed by via 0x76f1c3d0 at 20005922
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TransparentUpgradeableProxy"

0xfb7f4fc038c00be29a743cbd455e9f2a89942987a63a64293b14a67c3c49b6c1
0xf1d140999dc8d3c0b4aff9f185b6cc2d5e66c0ee22edea2e585486c2d57dff4e
From
0xcbb51fee1e69b10295d8be7f84db0ef4604a799259c9ee08c2cba89140846208
0x325b2a3e81c29849b72b071d94bcc6e439213833e9ae1b9d1439466b93007f9c
From
0xb155ddf7194b3a9ce61ea3347ad0aa1ab9548b0b5a7a1e5b623b578e8ddc3b45
0x002cef2175791b282bda1956a021b924487960870dcc80fc5a9403ada6b125c2
0x1dc31a31ce9afb865c2123f661b17b7d3c5c73de17a73f3019bf0e9c51df1832
0x0fd0e279dd751bd21c8794a8e3137f92657a12a9a4add6d3c351acf1e118a122
0x3e4de9b2e0d2ecc6688c885c075911bc1bcfc305940b6bd18c39b0f5f41977bb
0x2eeec789d3ec549259622bc8cfc9cae3ab2e3f37e8e0a9216422369d795b0b5b

Functions
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 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] 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 newAdminuint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay(view returns (uint48 newDelayuint48 schedule)
(newDelay=0, schedule=0)
symbol(view returns (string)
USR
totalSupply(view returns (uint256)
13820704950018069474834890
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
nonces(address ownerview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptDefaultAdminTransfer(
approve(address spenderuint256 valuereturns (bool)
beginDefaultAdminTransfer(address newAdmin
burn(address _accountuint256 _amount
burn(bytes32 _idempotencyKeyaddress _accountuint256 _amount
cancelDefaultAdminTransfer(
changeDefaultAdminDelay(uint48 newDelay
grantRole(bytes32 roleaddress account
initialize(string _namestring _symbol
mint(address _accountuint256 _amount
mint(bytes32 _idempotencyKeyaddress _accountuint256 _amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
rollbackDefaultAdminDelay(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
DefaultAdminDelayChangeCanceled(
DefaultAdminDelayChangeScheduled(uint48 newDelayuint48 effectSchedule
DefaultAdminTransferCanceled(
DefaultAdminTransferScheduled(address indexed newAdminuint48 acceptSchedule
EIP712DomainChanged(
Initialized(uint64 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AccessControlBadConfirmation(
AccessControlEnforcedDefaultAdminDelay(uint48 schedule
AccessControlEnforcedDefaultAdminRules(
AccessControlInvalidDefaultAdmin(address defaultAdmin
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
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
IdempotencyKeyAlreadyExist(bytes32 idempotencyKey
InvalidAccountNonce(address accountuint256 currentNonce
InvalidInitialization(
NotInitializing(
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value