IntegrationRegistry
Verified contract
Active on
Ethereum with 75 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf1b1…c329
Balances ($0.00)
No balances found for "IntegrationRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14850439 | 2 years ago | | | 0 | 0.0041055000 | |
| 14806423 | 2 years ago | | | 0 | 0.0043978500 | |
| 14611058 | 3 years ago | | | 0 | 0.0052731000 | |
| 14579391 | 3 years ago | | | 0 | 0.0041029800 | |
| 14541393 | 3 years ago | | | 0 | 0.0056575112 | |
| 14534539 | 3 years ago | | | 0 | 0.0073372500 | |
| 14533454 | 3 years ago | | | 0 | 0.0044740043 | |
| 13980624 | 3 years ago | | | 0 | 0.0088017006 | |
| 13546182 | 3 years ago | | | 0 | 0.0064011243 | |
| 13314877 | 3 years ago | | | 0 | 0.0047334935 |
ABI
ABI objects
Getter at block 21210012
controller() view returns (address)
0xf1b12a7b1f0af744ed21eec7d3e891c48fd3c329
owner() view returns (address)
0x69bdb276a17dd90f9d3a545944ccb20e593ae8e3
Read-only
getIntegrationAdapter(address _module, string _name) view returns (address)
getIntegrationAdapterWithHash(address _module, bytes32 _nameHash) view returns (address)
isValidIntegration(address _module, string _name) view returns (bool)
State-modifying
Events addIntegration(address _module, string _name, address _adapter)
batchAddIntegration(address[] _modules, string[] _names, address[] _adapters)
batchEditIntegration(address[] _modules, string[] _names, address[] _adapters)
editIntegration(address _module, string _name, address _adapter)
removeIntegration(address _module, string _name)
renounceOwnership()
transferOwnership(address newOwner)
IntegrationAdded(address indexed _module, address indexed _adapter, string _integrationName)
IntegrationEdited(address indexed _module, address _newAdapter, string _integrationName)
IntegrationRemoved(address indexed _module, address indexed _adapter, string _integrationName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.