TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 1,008 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 49 additional slots
1 additional
variable
Balances ($12.73)
Native
Value
$6.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.002032 | $3,374.05 |
$6.86 | |
USDGLO | ERC-20 | 5.73 | $0.996627 |
$5.71 | |
WGC | ERC-20 | 200 | $0.000525 |
$0.1 | |
USDC | ERC-20 | 0.055 | $0.999723 |
$0.05 | |
USA | ERC-20 | 1 | $0.000818 |
$0 | |
UDT | ERC-20 | 999.638862 | -- | -- | |
XOC | ERC-20 | 2 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22718192 | 10 hours ago | | | 0 | 0.0000074933257 | |
| 22713554 | 13 hours ago | | | 0 | 0.00010434305 | |
| 22670934 | 2 days ago | | | 0 | 0.0000038750917 | |
| 22667936 | 2 days ago | | | 0 | 0.0000036611564 | |
| 22622387 | 3 days ago | | | 0 | 0.0000038558212 | |
| 22457308 | 6 days ago | | | 0 | 0.0000011202163 | |
| 22409502 | 8 days ago | | | 0 | 0.0000011078283 | |
| 22407432 | 8 days ago | | | 0 | 0.0000010523772 | |
| 22405492 | 8 days ago | | | 0 | 0.0000039071431 | |
| 22394465 | 8 days ago | | | 0 | 0.0000039061268 |
ABI
ABI objects
Getter at block 22736465
chainId() view returns (uint256)
8453
estimatedGasForPurchase() view returns (uint256)
200000
getAdmin() view returns (address)
0x88ed81de2d62849b337c3f31cd84d041bf26a38c
getGlobalBaseTokenURI() view returns (string)
https://locksmith.unlock-protocol.com/api/key/8453/
getGlobalTokenSymbol() view returns (string)
KEY
globalBaseTokenURI() view returns (string)
https://locksmith.unlock-protocol.com/api/key/8453/
globalTokenSymbol() view returns (string)
KEY
grossNetworkProduct() view returns (uint256)
7291318421462038593
isOwner() view returns (bool)
false
networkBaseFee() view returns (uint256)
2849770
owner() view returns (address)
0xb34567c4ca697b39f72e1a8478f285329a98ed1b
protocolFee() view returns (uint256)
100
proxyAdminAddress() view returns (address)
0xa7325f041e4b05b78959001ce88306edb649833c
publicLockAddress() view returns (address)
0x64a3328cf61025720c26de2a87b6d913fa6e376a
publicLockLatestVersion() view returns (uint16)
14
swapBurnerAddress() view returns (address)
0x440d9d4e66d39bb28fb58729cb4d3ead2a595591
totalDiscountGranted() view returns (uint256)
0
udt() view returns (address)
0xd7ea82d19f1f59ff1ae95f1945ee6e6d86a25b96
unlockVersion() pure returns (uint16)
13
weth() view returns (address)
0x4200000000000000000000000000000000000006
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 __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()
postLockUpgrade()
recordKeyPurchase(uint256 _value, address _referrer)
removeLock(address lock)
renounceOwnership()
resetTrackedValue(uint256 _grossNetworkProduct, uint256 _totalDiscountGranted)
setLockTemplate(address _publicLockAddress)
setOracle(address _tokenAddress, address _oracleAddress)
setProtocolFee(uint256 _protocolFee)
setSwapBurner(address _swapBurnerAddress)
swapAndBurn(address token, uint256 amount, uint24 poolFee)
transferOwnership(address newOwner)
transferTokens(address token, address to, uint256 amount)
upgradeLock(address lockAddress, uint16 version) returns (address)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
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)
SwapBurnerChanged(address indexed oldAddress, address indexed newAddress)
UnlockTemplateAdded(address indexed impl, uint16 indexed version)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
Unlock__ALREADY_DEPLOYED()
Unlock__INVALID_AMOUNT()
Unlock__INVALID_TOKEN()
Unlock__MANAGER_ONLY()
Unlock__MISSING_LOCK(address lockAddress)
Unlock__MISSING_LOCK_TEMPLATE()
Unlock__MISSING_PROXY_ADMIN()
Unlock__MISSING_TEMPLATE()
Unlock__VERSION_TOO_HIGH()