TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 100 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17099754 | 2 years ago | | | 0 | 0.0058793900 | |
| 17096466 | 2 years ago | | | 0 | 0.0033410356 | |
| 17057239 | 2 years ago | | | 0 | 0.0023130695 | |
| 17057213 | 2 years ago | | | 0 | 0.0021964989 | |
| 17038747 | 2 years ago | | | 0 | 0.0036710735 | |
| 17038676 | 2 years ago | | | 0 | 0.0039505241 | |
| 17038338 | 2 years ago | | | 0 | 0.0032763252 | |
| 17030357 | 2 years ago | | | 0 | 0.0018024478 | |
| 17024456 | 2 years ago | | | 0 | 0.0014814146 | |
| 16953861 | 2 years ago | | | 0 | 0.0018266656 |
ABI
ABI objects
Getter at block 21283765
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
operator() view returns (address)
0xd7c5bdd2ac3eb3d67b4239a137ae0651c9f2c466
owner() view returns (address)
0x53c5eda0b3bcd6ba6c5c8e1a60f458671cd2b9e4
totalPoints() view returns (uint256)
258000
Read-only
collectionData(string) view returns (address scAddress, uint256 reward, string collType)
getPoints(address _user) view returns (uint256)
isClaimed(address) view returns (bool)
userData(address) view returns (uint256 reward, uint256 burnedNFTs)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burn1155(string _collection, uint256[] _ids, uint256[] _qty)
burn721(string _collection, uint256[] _ids)
initialize()
renounceOwnership()
setClaimed(address _user)
setCollectionAddress(string _collection, address _collectionAddress)
setCollectionReward(string _collection, uint256 _reward)
setCollectionType(string _collection, string _collType)
setDeadAddress(address _deadAddress)
setOperator(address _operator)
setPoints(address _user, uint256 _points)
transferOwnership(address newOwner)
usePoints(address _user, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.