TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,432 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xeb57…2451
0xfe8c…873f
0xc350…a696
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16742240 | 2 years ago | | | 0 | 0.0083671329 | |
| 16742165 | 2 years ago | | | 0 | 0.0095325637 | |
| 16741389 | 2 years ago | | | 0 | 0.0059032874 | |
| 16741373 | 2 years ago | | | 0 | 0.0042447683 | |
| 16741053 | 2 years ago | | | 0 | 0.0047364476 | |
| 16740841 | 2 years ago | | | 0 | 0.0030314224 | |
| 16740824 | 2 years ago | | | 0 | 0.0027822113 | |
| 16740813 | 2 years ago | | | 0 | 0.0029774192 | |
| 16740779 | 2 years ago | | | 0 | 0.0033586435 | |
| 16738968 | 2 years ago | | | 0 | 0.0040783900 |
ABI
ABI objects
Getter at block 21212239
creepz() view returns (address)
0xfe8c6d19365453d26af321d0e8c910428c23873f
creepzRestriction() view returns (bool)
true
firstNamePrice() view returns (uint256)
2000000000000000000000
isPaused() view returns (bool)
false
loomi() view returns (address)
0xeb57bf569ad976974c1f861a5923a59f40222451
owner() view returns (address)
0x8e18d7f89cb8b5c8a8e4bc5daee915b61ba76ff8
secondNamePrice() view returns (uint256)
5000000000000000000000
signer() view returns (address)
0x3f2c152b91d1ca6ab86a94f113e778aa2ee8dffc
staking() view returns (address)
0xc3503192343eae4b435e4a1211c5d28bf6f6a696
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rename(address indexed userAddress, uint256 creepzId, string name)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.