NamingConvention
Verified contract
Implementation
Active on
Ethereum with 0 txns
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "NamingConvention"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NamingConvention"
ABI
ABI objects
Getter at block 21212239
creepz() view returns (address)
0x0000000000000000000000000000000000000000
creepzRestriction() view returns (bool)
false
firstNamePrice() view returns (uint256)
0
isPaused() view returns (bool)
false
loomi() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
secondNamePrice() view returns (uint256)
0
signer() view returns (address)
0x0000000000000000000000000000000000000000
staking() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
composeFullName(string _firstName, string _secondName, uint256 _title) view returns (string, uint256)
creepzName(uint256 _creepzId) view returns (string)
isNameReserved(string _firstName, string _secondName, uint256 _title) view returns (bool)
titlePrices(uint256) view returns (uint256)
titles(uint256) view returns (string)
toLower(string str) pure returns (string)
State-modifying
Events addTitle(string _title, uint256 _titlePrice)
initialize(address _loomi, address _signer, address _creepz, address _staking)
pause(bool _pause)
renameCreepz(uint256 _creepzId, string _firstName, string _secondName, uint256 _title, bytes signature)
renounceOwnership()
retractName(uint256 _creepzId)
transferOwnership(address newOwner)
updateCreepzRestriction(bool _restrict)
updateFirstNamePrice(uint256 _fNamePrice)
updateSecondNamePrice(uint256 _secondNamePrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rename(address indexed userAddress, uint256 creepzId, string name)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.