UUPSProxy
Verified contract
Proxy
Active on
Ethereum with 4,812 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,879,178.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LRT2 | ERC-20 | 3.419474K | $2,596.65 |
$8,879,178.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21328741 | 24 minutes ago | | | 0 | 0.0017623426 | |
| 21328679 | 36 minutes ago | | | 0 | 0.0012447513 | |
| 21328488 | an hour ago | | | 0 | 0.0020112238 | |
| 21328436 | an hour ago | | | 0 | 0.0021917867 | |
| 21328401 | 2 hours ago | | | 0 | 0.0019335960 | |
| 21328112 | 2 hours ago | | | 0 | 0.0036097824 | |
| 21328014 | 3 hours ago | | | 0 | 0.0021699089 | |
| 21327778 | 4 hours ago | | | 0 | 0.0018035111 | |
| 21327743 | 4 hours ago | | | 0 | 0.0022823826 | |
| 21327712 | 4 hours ago | | | 0 | 0.0019602365 |
ABI
ABI objects
Getter at block 21328857 proxiableUUID() view returns (bytes32)
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 newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
token() view returns (address)
0x8f08b70456eb22f6109f57b8fafe862ed28e6040
Read-only
cumulativeClaimed(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
verify(address account, uint256 cumulativeAmount, bytes32 expectedMerkleRoot, bytes32[] merkleProof) pure returns (bool)
State-modifying
Events acceptDefaultAdminTransfer()
beginDefaultAdminTransfer(address newAdmin)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
claim(address account, uint256 cumulativeAmount, bytes32 expectedMerkleRoot, bytes32[] merkleProof)
grantRole(bytes32 role, address account)
initialize(uint48 _accessControlDelay, address _owner, address _pauser)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
setMerkleRoot(bytes32 merkleRoot_)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Claimed(address indexed account, uint256 amount)
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
Initialized(uint64 version)
MerkelRootUpdated(bytes32 oldMerkleRoot, bytes32 newMerkleRoot)
Paused(address account)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
AccessControlBadConfirmation()
AccessControlEnforcedDefaultAdminDelay(uint48 schedule)
AccessControlEnforcedDefaultAdminRules()
AccessControlInvalidDefaultAdmin(address defaultAdmin)
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedCall()
InvalidInitialization()
InvalidProof()
MerkleRootWasUpdated()
NotInitializing()
NothingToClaim()
ReentrancyGuardReentrantCall()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)