RegistriesManager
Verified contract
Active on
Ethereum with 301 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 "RegistriesManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098077 | 18 days ago | | | 0 | 0.0061982060 | |
| 21098063 | 18 days ago | | | 0 | 0.0021964310 | |
| 21098049 | 18 days ago | | | 0 | 0.00055363408 | |
| 21098022 | 18 days ago | | | 0 | 0.0013375810 | |
| 21097999 | 18 days ago | | | 0 | 0.0011604959 | |
| 21097978 | 18 days ago | | | 0 | 0.00062969807 | |
| 21097971 | 18 days ago | | | 0 | 0.00045816122 | |
| 21097959 | 18 days ago | | | 0 | 0.00048377979 | |
| 21078345 | 21 days ago | | | 0 | 0.0077701810 | |
| 21077959 | 21 days ago | | | 0 | 0.0015517869 |
ABI
ABI objects
Getter at block 21228400
agentRegistry() view returns (address)
0x2f1f7d38e4772884b88f3ecd8b6b9facdc319112
componentRegistry() view returns (address)
0x15bd56669f57192a97df41a2aa8f4403e9491776
owner() view returns (address)
0x3c1ff68f5aa342d296d4dee4bb1cacca912d95fe
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeOwner(address newOwner)
create(uint8 unitType, address unitOwner, bytes32 unitHash, uint32[] dependencies) returns (uint256 unitId)
pause()
unpause()
updateHash(uint8 unitType, uint256 unitId, bytes32 unitHash) returns (bool success)
OwnerUpdated(address indexed owner)
Pause(address indexed owner)
Unpause(address indexed owner)
constructor(address _componentRegistry, address _agentRegistry)
This contract contains no fallback and receive objects.
AgentInstanceRegistered(address operator)
AgentInstancesSlotsFilled(uint256 serviceId)
AgentNotFound(uint256 agentId)
AgentNotInService(uint256 agentId, uint256 serviceId)
ComponentNotFound(uint256 componentId)
HashExists()
IncorrectAgentBondingValue(uint256 sent, uint256 expected, uint256 serviceId)
IncorrectRegistrationDepositValue(uint256 sent, uint256 expected, uint256 serviceId)
ManagerOnly(address sender, address manager)
OnlyOwnServiceMultisig(address provided, address expected, uint256 serviceId)
OperatorHasNoInstances(address operator, uint256 serviceId)
Overflow(uint256 provided, uint256 max)
OwnerOnly(address sender, address owner)
Paused()
ReentrancyGuard()
ServiceMustBeInactive(uint256 serviceId)
TransferFailed(address token, address from, address to, uint256 value)
UnauthorizedMultisig(address multisig)
WrongAgentId(uint256 agentId)
WrongArrayLength(uint256 numValues1, uint256 numValues2)
WrongOperator(uint256 serviceId)
WrongServiceState(uint256 state, uint256 serviceId)
WrongThreshold(uint256 currentThreshold, uint256 minThreshold, uint256 maxThreshold)
ZeroAddress()
ZeroValue()