UUPSProxy

Verified contract

Proxy

Active on Ethereum with 4,812 txns
Deployed by via 0x5ea7ca7c at 20933133
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $8,879,178.24
0xbaae85fa9fba04d434205a7a5ca16f7eadefe63cd34df0a7e81df56650da5c2d
0x8d9a28a6be1b7c9f02b5b2211a4c0df5e94f11307277c977f29ae5b137522b2a
0x4158e968c48a6b47912930a3039e99bc6179ffa3b5d4b69785667e87a2cb8413
0xfb4c04b535ca13c9de26ad3d3481a02565ef890d5575fdb69461cef63b9c6b88
0x7343d5281a475bb5aeb2f2d8634f0a7f13ecbe9693bac8cacdfd51b7da54e620
0x3f9b9b445f17636693ef9a0b4fce1fd2eba5cf20bffbaff32cdc616038cd2756
0xc1fcc2e7299b7f88f1f64ff2785446f3bc37cde355e47bfa6b889d7f390d69d6
0x2e3f5528dd89e95ec1a9e4ecef67875e0653dc30252459a4b41db2f9c777ae93
0x3ff8fe605b1afd74177ec0744100ac84707fcf6ef8a758c7e05487e9979f26a6
0x615a0cd069abf637564eb44e29a2efd8c0ef9848cbc7a0d70f1e7aff2f3dccc5

Functions
Getter at block 21328857
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
defaultAdmin(view returns (address)
0xa000244b4a36d57ea1ecb39b5f02f255e4c8cd52
defaultAdminDelay(view returns (uint48)
120
defaultAdminDelayIncreaseWait(view returns (uint48)
432000
merkleRoot(view returns (bytes32)
0x8b0b523df926e2c49c402cd3b207664105bb845e358d661d2d824e4b83991ee4
owner(view returns (address)
0xa000244b4a36d57ea1ecb39b5f02f255e4c8cd52
paused(view returns (bool)
false
pendingDefaultAdmin(view returns (address newAdminuint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay(view returns (uint48 newDelayuint48 schedule)
(newDelay=0, schedule=0)
 
proxiableUUID(view returns (bytes32)
token(view returns (address)
0x8f08b70456eb22f6109f57b8fafe862ed28e6040
Read-only
cumulativeClaimed(addressview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
verify(address accountuint256 cumulativeAmountbytes32 expectedMerkleRootbytes32[] merkleProofpure returns (bool)
State-modifying
acceptDefaultAdminTransfer(
beginDefaultAdminTransfer(address newAdmin
cancelDefaultAdminTransfer(
changeDefaultAdminDelay(uint48 newDelay
claim(address accountuint256 cumulativeAmountbytes32 expectedMerkleRootbytes32[] merkleProof
grantRole(bytes32 roleaddress account
initialize(uint48 _accessControlDelayaddress _owneraddress _pauser
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
rollbackDefaultAdminDelay(
setMerkleRoot(bytes32 merkleRoot_
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Upgraded(address indexed implementation
Claimed(address indexed accountuint256 amount
DefaultAdminDelayChangeCanceled(
DefaultAdminDelayChangeScheduled(uint48 newDelayuint48 effectSchedule
DefaultAdminTransferCanceled(
DefaultAdminTransferScheduled(address indexed newAdminuint48 acceptSchedule
Initialized(uint64 version
MerkelRootUpdated(bytes32 oldMerkleRootbytes32 newMerkleRoot
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _implementationbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedCall(
AccessControlBadConfirmation(
AccessControlEnforcedDefaultAdminDelay(uint48 schedule
AccessControlEnforcedDefaultAdminRules(
AccessControlInvalidDefaultAdmin(address defaultAdmin
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EnforcedPause(
ExpectedPause(
FailedCall(
InvalidInitialization(
InvalidProof(
MerkleRootWasUpdated(
NotInitializing(
NothingToClaim(
ReentrancyGuardReentrantCall(
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value
SafeERC20FailedOperation(address token
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot