AddressManager
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AddressManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18670874 | a year ago | | | 0 | 0.0034720007 | |
| 18670863 | a year ago | | | 0 | 0.0035928374 | |
| 18670861 | a year ago | | | 0 | 0.028519211 | |
| 18670859 | a year ago | | | 0 | 0.034679130 | |
| 18670857 | a year ago | | | 0 | 0.038617170 | |
| 18670855 | a year ago | | | 0 | 0.042546866 | |
| 18670853 | a year ago | | | 0 | 0.0035006360 | |
| 18670850 | a year ago | | | 0 | 0.0035211308 | |
| 18670849 | a year ago | | | 0 | 0.0036424982 | |
| 18670847 | a year ago | | | 0 | 0.023189274 |
ABI
ABI objects
Getter at block 21264247
getACLManager() view returns (address)
0x954939b7bea8c79e337ba11f42e55c639928b4df
getCegaEntry() view returns (address)
0x7a67d5eb2d6684d3e899575aaaa5ab31b79890c2
getCegaFeeReceiver() view returns (address)
0x09352d88df9e19e53558b820c1f7a4c6d938e866
getCegaOracle() view returns (address)
0x7c9a5aaacc94ce808b9cc95e1035367c6ceaea2c
getRedepositManager() view returns (address)
0xf8a62c2ed5588df7aba4713f79b4b4af56feb8f4
getTradeWinnerNFT() view returns (address)
0xcc6669c3b72cdc28efc5463cc411a18aa45691fd
Read-only
getAddress(bytes32 id) view returns (address)
getAssetWrappingProxy(address asset) view returns (address)
State-modifying
Events setACLManager(address newAddress)
setAddress(bytes32 id, address newAddress)
setAssetWrappingProxy(address asset, address proxy)
setCegaEntry(address newAddress)
setCegaFeeReceiver(address newAddress)
setCegaOracle(address newAddress)
setRedepositManager(address newAddress)
setTradeWinnerNFT(address newAddress)
updateCegaEntryImpl(struct ICegaEntryProxyImplementation[] implementationParams, address _init, bytes _calldata)
AddressSet(bytes32 indexed id, address indexed oldAddress, address indexed newAddress)
AssetProxyUpdated(address asset, address proxy)
CegaEntryCreated(bytes32 indexed id, address indexed proxyAddress, struct ICegaEntryProxyImplementation[] indexed implementationParams)
CegaEntryUpdated(struct ICegaEntryProxyImplementation[] indexed implementationParams, address _init, bytes _calldata)
constructor(address aclManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.