PortalRegistryV1
Verified contract
Active on
Ethereum with 0 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 "PortalRegistryV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PortalRegistryV1"
ABI
ABI objects
Getter at block 21187396 getSupportedPlatforms() view returns (bytes32[])
collector() view returns (address)
0xfbd4c3d8be6b15b7cf428db2838bb44c0054fcd2
numPortals() view returns (uint256)
25
owner() view returns (address)
0x7cfecfba73d62125f2eef82a0e0454e4000935be
Read-only
bytes32ToString(bytes32 _bytes) pure returns (string)
getAllPortals(uint8 portalType) view returns (struct PortalRegistryV1Portal[])
getPortalById(bytes32, uint8) view returns (address portal, uint8 portalType, bytes32 protocolId, uint96 version, bool active)
isPortal(address) view returns (bool)
partners(address) view returns (bool)
registrars(address) view returns (bool)
stringToBytes32(string _string) pure returns (bytes32 _bytes32String)
State-modifying
Events addPortal(address portal, uint8 portalType, bytes32 protocolId)
removePortal(bytes32 protocolId, uint8 portalType)
renounceOwnership()
transferOwnership(address newOwner)
updateCollector(address _collector)
updatePartners(address partner, bool active)
updateRegistrars(address registrar, bool active)
AddPortal(struct PortalRegistryV1Portal portal, uint256 numPortals)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovePortal(struct PortalRegistryV1Portal portal, uint256 numPortals)
UpdatePortal(struct PortalRegistryV1Portal portal, uint256 numPortals)
constructor(address _collector, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.