ContractManager
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x457c…612f
Balances ($0.00)
No balances found for "ContractManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10849353 | 4 years ago | | | 0 | 0.012462780 | |
| 10849347 | 4 years ago | | | 0 | 0.013024670 | |
| 10849180 | 4 years ago | | | 0 | 0.0043328550 | |
| 10849146 | 4 years ago | | | 0 | 0.0029109900 | |
| 10816454 | 4 years ago | | | 0 | 0.010745925 | |
| 10816453 | 4 years ago | | | 0 | 0.010745925 | |
| 10816168 | 4 years ago | | | 0 | 0.013935654 | |
| 10816164 | 4 years ago | | | 0 | 0.013908225 | |
| 10816115 | 4 years ago | | | 0 | 0.016490992 | |
| 10816102 | 4 years ago | | | 0 | 0.016496832 |
ABI
ABI objects
Getter at block 21312911
database() view returns (address)
0x55d3c0b3ad6943ed3c58750f790dfc107b23aa70
events() view returns (address)
0x457cb5402fe83554b569cb74b28b4a44509b612f
Read-only
This contract contains no read-only function objects.
State-modifying
Events addContract(string _name, address _contractAddress) returns (bool)
removeContract(string _name)
setContractStatePreferences(bool _acceptCurrentState, bool _ignoreStateChanges) returns (bool)
updateContract(string _name, address _newContractAddress)
LogContractAdded(address _contractAddress, string _name, uint256 _blockNumber)
LogContractRemoved(address contractToDelete, string _name, uint256 _blockNumber)
LogContractStatePreferenceChanged(address indexed _user, bool _currentStateAcceptance, bool _ignoreStateChanges)
LogContractUpdated(address oldAddress, string _name, uint256 _blockNumber)
LogNewContractLocation(address _contractAddress, string _name, uint256 _blockNumber)
constructor(address _database, address _events)
This contract contains no fallback and receive objects.
This contract contains no error objects.