UUPSProxy
Verified contract
Proxy
Active on
Ethereum with 2,089 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
0x3d32…3000
9 additional
variables
Balances ($0.00)
No balances found for "UUPSProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063250 | 2 days ago | | | 0 | 0.00032411135 | |
| 21063227 | 2 days ago | | | 0 | 0.00033955915 | |
| 21041193 | 5 days ago | | | 0 | 0.00033198278 | |
| 21038824 | 5 days ago | | | 0 | 0.00024052479 | |
| 21038818 | 5 days ago | | | 0 | 0.00024828667 | |
| 21038722 | 5 days ago | | | 0 | 0.00059664580 | |
| 21038722 | 5 days ago | | | 0 | 0.00020617080 | |
| 21038722 | 5 days ago | | | 0 | 0.00015931380 | |
| 21038715 | 5 days ago | | | 0 | 0.00015619000 | |
| 21038715 | 5 days ago | | | 0 | 0.00016243760 |
ABI
ABI objects
Getter at block 21076964 proxiableUUID() view returns (bytes32)
DEPRECATED_admin() view returns (address)
0x0000000000000000000000000000000000000000
contractURI() view returns (string)
eapMerkleRoot() view returns (bytes32)
0xc12bd7feb66b0edb84904b71894cddb13b9795954d6da83044af04d85f90a179
getImplementation() view returns (address)
0x290d981b41b713437265cd7846806d7500307106
liquidityPool() view returns (address)
0x308861a430be4cce5502d0a12724771fc6daf216
maxTokenId() view returns (uint32)
10000
mintingPaused() view returns (bool)
false
nextMintTokenId() view returns (uint32)
10001
owner() view returns (address)
0x9f26d4c958fd811a1f59b01b86be7dffc9d20761
Read-only
accruedLoyaltyPointsOf(uint256 _tokenId) view returns (uint40)
accruedStakingRewardsOf(uint256 _tokenId) view returns (uint256)
accruedTierPointsOf(uint256 _tokenId) view returns (uint40)
admins(address) view returns (bool)
allTimeHighDepositOf(uint256 _tokenId) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
balanceOfUser(address _user, uint256 _id) view returns (uint256)
canTopUp(uint256 _tokenId, uint256 _totalAmount, uint128 _amount, uint128 _amountForPoints) view returns (bool)
claimableTier(uint256 _tokenId) view returns (uint8)
computeTierPointsForEap(uint32 _eapDepositBlockNumber) view returns (uint40)
eapDepositProcessed(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isWithdrawable(uint256 _tokenId, uint256 _withdrawalAmount) view returns (bool)
loyaltyPointsOf(uint256 _tokenId) view returns (uint40)
membershipPointsEarning(uint256 _tokenId, uint256 _since, uint256 _until) view returns (uint40)
nftData(uint256) view returns (uint32 transferLockedUntil)
requiredEapPointsPerEapDeposit(uint256) view returns (uint64)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierOf(uint256 _tokenId) view returns (uint8)
tierPointsOf(uint256 _tokenId) view returns (uint40)
transferLockedUntil(uint256 _tokenId) view returns (uint32)
uri(uint256) view returns (string)
valueOf(uint256 _tokenId) view returns (uint256)
State-modifying
Events alertBatchMetadataUpdate(uint256 startID, uint256 endID)
alertMetadataUpdate(uint256 id)
burn(address _from, uint256 _tokenId, uint256 _amount)
incrementLock(uint256 _tokenId, uint32 _blocks)
initialize(string _metadataURI, address _membershipManagerInstance)
initializeOnUpgrade(address _liquidityPoolAddress)
mint(address _to, uint256 _amount) returns (uint256)
processDepositFromEapUser(address _user, uint32 _eapDepositBlockNumber, uint256 _snapshotEthAmount, uint256 _points, bytes32[] _merkleProof)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractMetadataURI(string _newURI)
setMaxTokenId(uint32 _maxTokenId)
setMetadataURI(string _newURI)
setMintingPaused(bool _paused)
setUpForEap(bytes32 _newMerkleRoot, uint64[] _requiredEapPointsPerEapDeposit)
transferOwnership(address newOwner)
updateAdmin(address _address, bool _isAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
MerkleUpdated(bytes32 arg0, bytes32 arg1)
MetadataUpdate(uint256 _tokenId)
MintingPaused(bool isPaused)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenLocked(uint256 indexed _tokenId, uint256 until)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Upgraded(address indexed implementation)
constructor(address _implementation, bytes _data)
fallback()
receive()
DisallowZeroAddress()
InvalidEAPRollover()
InvalidVersion()
MintingIsPaused()
OnlyMembershipManagerContract()
RequireTokenUnlocked()