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 "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10842296 | 4 years ago | | | 0 | 0.0025324060 | |
| 10831193 | 4 years ago | | | 0 | 0.0027068400 | |
| 10830511 | 4 years ago | | | 0 | 0.026951962 |
ABI
ABI objects
Getter at block 21160962 getModules() view returns (address[]) getSets() view returns (address[])
feeRecipient() view returns (address)
0x9b52465793cbce01debd9b3c2b029dc69d19d255
getFactories() view returns (address[])
[0xeF72D3278dC3Eba6Dc2614965308d1435FFd748a]
getResources() view returns (address[])
[0xA60f9e1641747762aDE7FD5F881b90B691E92B0a, 0xa472A8a7b21061a8839837Ba342E1520A1fa63Ed, 0xDdF4F0775fF69c73619a4dBB42Ba61b0ac1F555f, 0x6655194c95D24B8b10B156DFFCe22A2c126E2E5A]
isInitialized() view returns (bool)
true
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
factories(uint256) view returns (address)
fees(address, uint256) view returns (uint256)
getModuleFee(address _moduleAddress, uint256 _feeType) view returns (uint256)
isFactory(address) view returns (bool)
isModule(address) view returns (bool)
isResource(address) view returns (bool)
isSet(address) view returns (bool)
isSystemContract(address _contractAddress) view returns (bool)
modules(uint256) view returns (address)
resourceId(uint256) view returns (address)
resources(uint256) view returns (address)
sets(uint256) view returns (address)
State-modifying
Events addFactory(address _factory)
addFee(address _module, uint256 _feeType, uint256 _newFeePercentage)
addModule(address _module)
addResource(address _resource, uint256 _id)
addSet(address _setToken)
editFee(address _module, uint256 _feeType, uint256 _newFeePercentage)
editFeeRecipient(address _newFeeRecipient)
initialize(address[] _factories, address[] _modules, address[] _resources, uint256[] _resourceIds)
removeFactory(address _factory)
removeModule(address _module)
removeResource(uint256 _id)
removeSet(address _setToken)
renounceOwnership()
transferOwnership(address newOwner)
FactoryAdded(address indexed _factory)
FactoryRemoved(address indexed _factory)
FeeEdited(address indexed _module, uint256 indexed _feeType, uint256 _feePercentage)
FeeRecipientChanged(address _newFeeRecipient)
ModuleAdded(address indexed _module)
ModuleRemoved(address indexed _module)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ResourceAdded(address indexed _resource, uint256 _id)
ResourceRemoved(address indexed _resource, uint256 _id)
SetAdded(address indexed _setToken, address indexed _factory)
SetRemoved(address indexed _setToken)
constructor(address _feeRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.