TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,351 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
0x76cc…6ab7
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284691 | 7 days ago | | | 0 | 0.00092589811 | |
| 21168986 | 23 days ago | | | 0 | 0.0014781851 | |
| 21065066 | a month ago | | | 0 | 0.0041022977 | |
| 21065064 | a month ago | | | 0 | 0.013382729 | |
| 21065061 | a month ago | | | 0 | 0.0053659191 | |
| 21065059 | a month ago | | | 0 | 0.0012331896 | |
| 21023250 | a month ago | | | 0 | 0.0035943536 | |
| 21023246 | a month ago | | | 0 | 0.0026409651 | |
| 21023228 | a month ago | | | 0 | 0.00080114547 | |
| 20953378 | 2 months ago | | | 0 | 0.0090681139 |
ABI
ABI objects
Getter at block 21331505
LOCKABLE() view returns (address)
0x76cc4742f7eaa89a93576505dec37c2c66a76ab7
tmpOwner() view returns (address)
0x759c5f293edc487aa02186f0099864ebc53191c1
Read-only
LOCKABLES(address) view returns (bool)
canDoKeepTOLTransfer(address from, address to) view returns (bool)
getLockedAssetsOfUsers(address _user) view returns (uint256[] lockedAssets)
getLockedAssetsOfUsers(address _user, uint256 _startIndex, uint256 _maxLen) view returns (uint256[] lockedAssets)
getLockedAssetsOfUsersLockable(address lockable, address _user) view returns (uint256[] lockedAssets)
getLockedAssetsOfUsersLockable(address lockable, address _user, uint256 _startIndex, uint256 _maxLen) view returns (uint256[] lockedAssets)
getProtegesFromGuardian(address _guardian) view returns (address[] proteges)
guardianToUserIndex(address, address) view returns (uint256)
guardianToUsers(address, uint256) view returns (address)
guardianUserCount(address) view returns (uint256)
guardians(address) view returns (address)
lockablesUserData(address, address) view returns (address guardian)
pendingGuardians(address) view returns (address)
renounceLockedUntil(address) view returns (uint256)
useKeepTOL(address) view returns (bool)
userData(address) view returns (address guardian)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptGuardianship(address _protege)
beforeKeepTOLTransfer(address from, address to)
initialize(address _lockable)
initializeV2(address[] _lockables)
lockMany(uint256[] _tokenIds)
lockManyLockable(address lockable, uint256[] _tokenIds)
proposeGuardian(address _guardian)
renounce(address _protege)
setLockables(address[] _lockables, bool[] _b)
setUseKeepTOL(address[] _lockables, bool[] _b)
transferOwnership(address newOwner)
unlockMany(uint256[] _tokenIds)
unlockManyAndTransfer(uint256[] _tokenIds, address _recipient)
unlockManyAndTransferLockable(address lockable, uint256[] _tokenIds, address _recipient)
unlockManyLockable(address lockable, uint256[] _tokenIds)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
GuardianRenounce(address indexed guardian, address indexed user)
GuardianSet(address indexed guardian, address indexed user)
Initialized(uint8 version)
PendingGuardianSet(address indexed pendingGuardian, address indexed user)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.