AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 758 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.004839 |
$0.01 | |
SET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18239198 | a year ago | | | 0 | 0.00097766286 | |
| 18239196 | a year ago | | | 0 | 0.00096343322 | |
| 18239192 | a year ago | | | 0 | 0.00095864785 | |
| 17048471 | 2 years ago | | | 0 | 0.024328770 | |
| 17037451 | 2 years ago | | | 0 | 0.0036924992 | |
| 17037444 | 2 years ago | | | 0 | 0.028766683 | |
| 17025794 | 2 years ago | | | 0 | 0.028132427 | |
| 17019547 | 2 years ago | | | 0 | 0.0036331247 | |
| 17019505 | 2 years ago | | | 0 | 0.027203702 | |
| 16972653 | 2 years ago | | | 0 | 0.016705072 |
ABI
ABI objects
Getter at block 21310819 admin() view returns (address) implementation() view returns (address)
chainId() view returns (uint256)
1
estimatedGasForPurchase() view returns (uint256)
200000
getGlobalBaseTokenURI() view returns (string)
https://locksmith.unlock-protocol.com/api/key/
getGlobalTokenSymbol() view returns (string)
UDT
globalBaseTokenURI() view returns (string)
https://locksmith.unlock-protocol.com/api/key/
globalTokenSymbol() view returns (string)
UDT
grossNetworkProduct() view returns (uint256)
593838435469955253973
isOwner() view returns (bool)
false
networkBaseFee() view returns (uint256)
15985133426
owner() view returns (address)
0xa39b44c4affbb56b76a1bf1d19eb93a5dfc2eba9
proxyAdminAddress() view returns (address)
0xce4810e6ce35ef3c1621fa26d546763217fe8861
publicLockAddress() view returns (address)
0x7a5813d46a6c0098b8d6831679b72722fdaa102d
publicLockLatestVersion() view returns (uint16)
13
totalDiscountGranted() view returns (uint256)
1000000000000000000
udt() view returns (address)
0x0000000000000000000000000000000000000000
unlockVersion() pure returns (uint16)
11
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
computeAvailableDiscountFor(address, uint256) pure returns (uint256 discount, uint256 tokens)
locks(address) view returns (bool deployed, uint256 totalSales, uint256 yieldedDiscountTokens)
publicLockImpls(uint16 _version) view returns (address)
publicLockVersions(address _impl) view returns (uint16)
recordConsumedDiscount(uint256, uint256) view
uniswapOracles(address) view returns (address)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__initializeOwnable(address sender)
addLockTemplate(address impl, uint16 version)
configUnlock(address _udt, address _weth, uint256 _estimatedGasForPurchase, string _symbol, string _URI, uint256 _chainId)
createLock(uint256 _expirationDuration, address _tokenAddress, uint256 _keyPrice, uint256 _maxNumberOfKeys, string _lockName, bytes12) returns (address)
createUpgradeableLock(bytes data) returns (address)
createUpgradeableLockAtVersion(bytes data, uint16 _lockVersion) returns (address)
initialize(address _unlockOwner)
initializeProxyAdmin()
recordKeyPurchase(uint256 _value, address _referrer)
renounceOwnership()
resetTrackedValue(uint256 _grossNetworkProduct, uint256 _totalDiscountGranted)
setLockTemplate(address _publicLockAddress)
setOracle(address _tokenAddress, address _oracleAddress)
transferOwnership(address newOwner)
upgradeLock(address lockAddress, uint16 version) returns (address)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ConfigUnlock(address udt, address weth, uint256 estimatedGasForPurchase, string globalTokenSymbol, string globalTokenURI, uint256 chainId)
GNPChanged(uint256 grossNetworkProduct, uint256 _valueInETH, address tokenAddress, uint256 value, address lockAddress)
LockUpgraded(address lockAddress, uint16 version)
NewLock(address indexed lockOwner, address indexed newLockAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ResetTrackedValue(uint256 grossNetworkProduct, uint256 totalDiscountGranted)
SetLockTemplate(address publicLockAddress)
UnlockTemplateAdded(address indexed impl, uint16 indexed version)
constructor(address _implementation, bytes _data)
fallback()
This contract contains no error objects.