uRegistryV3
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "uRegistryV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "uRegistryV3"
ABI
ABI objects
Getter at block 22757061 getAmountOfPeripherals() view returns (uint32) getAmountOfTokens() view returns (uint32)
Storage() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
receiver() view returns (address)
0x0000000000000000000000000000000000000000
valueUSD() view returns (uint256)
0
Read-only
customWatermarkPrices(uint256) view returns (uint256)
deploymentPrices(uint256) view returns (uint256)
functionSig(uint16) view returns (string)
getAddress(bytes bytecode, uint256 salt) view returns (address)
getCustomWatermarkPrice(uint16 contractType) view returns (uint256)
getCustomWatermarkPriceFor(uint16 contractType, address target) view returns (uint256 requiredPrice)
getDeployerInfo(address deployer, uint256 index) view returns (address)
getDeployerInfo_peripheral(address deployer, uint256 index) view returns (address)
getDeploymentPrice(uint16 contractType) view returns (uint256)
getDeploymentPriceForHash(uint16 contractType, bytes32 codeHash) view returns (uint256 requiredPrice)
getDiscountCodes(bytes32 codeHash) view returns (uint256 discount, uint16 usesLeft, uint256 expiration, uint16 usesPerAddress, uint256 affectionMask, uint8 deployerRule)
getOwner(address token) view returns (address)
getOwner_per(address smartContract) view returns (address)
getPeripheralInfo(address smartContract) view returns (uint16 contractType, address deployer, bool customWatermark)
getTokenInfo(address token) view returns (address deployer, string name, string symbol, uint256 featuresMask, bool customWatermark)
validateHash(bytes32 codeHash, uint16 contractType, address deployer) view returns (bool)
State-modifying
Events deploy2(string name, string symbol, uint256 featuresMask, bytes bytecode, bytes32 checksum, uint256 salt, address targetAddress, bytes initdata) payable returns (address token)
deploy2_code(string name, string symbol, uint256 featuresMask, bytes bytecode, bytes32 checksum, uint256 salt, address targetAddress, bytes initdata, string discountCode) payable returns (address token)
deploy2_per(uint16 contractType, bytes bytecode, bytes32 checksum, uint256 salt, address targetAddress, bytes initdata) payable returns (address smartContract)
deploy2_per_code(uint16 contractType, bytes bytecode, bytes32 checksum, uint256 salt, address targetAddress, bytes initdata, string discountCode) payable returns (address smartContract)
editCodes(bytes32[] codeHash, uint256[] discount, uint16[] usesLeft, uint256[] expiration, uint16[] usesPerAddress, uint256[] affectionMask, uint8[] deployerRule)
initialize(address storageContract)
manualTokenStore(address token, address deployer, string name, string symbol, uint256 featuresMask, bool customWatermark)
purchaseCustomWatermark(address token) payable
purchaseCustomWatermark_per(address smartContract) payable
removeCodes(bytes32[] codeHash)
renounceOwnership()
setFunctionSig(uint16 contractType, string sig)
setPriceUSD(uint256 _valueUSD)
setPrices(uint256[] _deploymentPrices, uint256[] _customWatermarkPrices)
setReceiver(address _receiver)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CustomWatermarkPurchased(address indexed purchaser, address indexed token)
CustomWatermarkPurchasedPeripheral(address indexed purchaser, address indexed smartContract)
Deployment(address indexed token, address indexed deployer, uint256 featuresMask, string name, string symbol)
DeploymentPeripheral(address indexed smartContract, address indexed deployer)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Withdraw(address indexed recipient, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.