UniversalRegistry
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UniversalRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9054291 | 5 years ago | | | 0 | 0.0088017840 | |
| 8967800 | 5 years ago | | | 0 | 0.012441267 |
ABI
ABI objects
Getter at block 21258510
defaultProtocol() view returns (address protocol, address manager, address defaultImpl, string protocolVersion, string defaultImplVersion)
(protocol=0x8745074248634f37327ee748137c8b31238002c7, manager=0xbef66a28a7aa03d3feaebc3e19d58386474520a5, defaultImpl=0xc2d1e8fb0c10810bb888231e7b85118042846105, protocolVersion=3.0, defaultImplVersion=3.0-beta3)
lrcAddress() view returns (address)
0xbbbbca6a901c926f240b89eacb641d8aec7aeafd
owner() view returns (address)
0x4374d3d032b3c96785094ec9f384f07077792768
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
exchanges(uint256) view returns (address)
getExchangeProtocol(address exchangeAddress) view returns (address protocol, address manager)
isExchangeRegistered(address exchange) view returns (bool)
isProtocolAndImplementationEnabled(address protocol, address implementation) view returns (bool enabled)
isProtocolEnabled(address protocol) view returns (bool)
isProtocolRegistered(address protocol) view returns (bool)
protocols(uint256) view returns (address)
versionMap(string) view returns (address)
State-modifying
Events claimOwnership()
disableProtocol(address protocol)
enableProtocol(address protocol)
forgeExchange(uint8 forgeMode, bool onchainDataAvailability, address protocol, address implementation) returns (address exchangeAddress, uint256 exchangeId)
registerProtocol(address protocol, address implementation) returns (address manager)
renounceOwnership()
setDefaultProtocol(address protocol)
transferOwnership(address newOwner)
DefaultProtocolChanged(address indexed oldDefault, address indexed newDefault)
ExchangeForged(address indexed protocol, address indexed implementation, address indexed exchangeAddress, address owner, uint8 forgeMode, bool onchainDataAvailability, uint256 exchangeId, uint256 amountLRCBurned)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtocolDisabled(address indexed protocol)
ProtocolEnabled(address indexed protocol)
ProtocolRegistered(address indexed protocol, address indexed implementationManager, string version)
constructor(address _lrcAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.