Unlock
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
0
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.00)
No balances found for "Unlock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9786990 | 5 years ago | | | 0 | 0.00012300800 | |
| 9786986 | 5 years ago | | | 0 | 0.00052746355 |
ABI
ABI objects
Getter at block 21312499
getGlobalBaseTokenURI() view returns (string)
getGlobalTokenSymbol() view returns (string)
globalBaseTokenURI() view returns (string)
globalTokenSymbol() view returns (string)
grossNetworkProduct() view returns (uint256)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicLockAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalDiscountGranted() view returns (uint256)
0
unlockVersion() pure returns (uint16)
7
Read-only
computeAvailableDiscountFor(address, uint256) view returns (uint256 discount, uint256 tokens)
locks(address) view returns (bool deployed, uint256 totalSales, uint256 yieldedDiscountTokens)
uniswapExchanges(address) view returns (address)
State-modifying
Events configUnlock(string _symbol, string _URI)
createLock(uint256 _expirationDuration, address _tokenAddress, uint256 _keyPrice, uint256 _maxNumberOfKeys, string _lockName, bytes12 _salt)
initialize(address _unlockOwner)
recordConsumedDiscount(uint256 _discount, uint256)
recordKeyPurchase(uint256 _value, address)
renounceOwnership()
resetTrackedValue(uint256 _grossNetworkProduct, uint256 _totalDiscountGranted)
setExchange(address _tokenAddress, address _exchangeAddress)
setLockTemplate(address _publicLockAddress)
transferOwnership(address newOwner)
ConfigUnlock(string globalTokenSymbol, string globalTokenURI)
NewLock(address indexed lockOwner, address indexed newLockAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ResetTrackedValue(uint256 grossNetworkProduct, uint256 totalDiscountGranted)
SetLockTemplate(address publicLockAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.