Unlock
Verified contract
Implementation
Active on
Ethereum with 0 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) |
---|
No transactions found for "Unlock"
ABI
ABI objects
Getter at block 21312480
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)
6
Read-only
computeAvailableDiscountFor(address _purchaser, uint256 _keyPrice) 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(address _publicLockAddress, string _symbol, string _URI)
createLock(uint256 _expirationDuration, address _tokenAddress, uint256 _keyPrice, uint256 _maxNumberOfKeys, string _lockName, bytes12 _salt)
initialize(address _owner)
recordConsumedDiscount(uint256 _discount, uint256 _tokens)
recordKeyPurchase(uint256 _value, address _referrer)
renounceOwnership()
resetTrackedValue(uint256 _grossNetworkProduct, uint256 _totalDiscountGranted)
setExchange(address _tokenAddress, address _exchangeAddress)
transferOwnership(address newOwner)
ConfigUnlock(address publicLockAddress, string globalTokenSymbol, string globalTokenURI)
NewLock(address indexed lockOwner, address indexed newLockAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ResetTrackedValue(uint256 grossNetworkProduct, uint256 totalDiscountGranted)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.