TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 24 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x3206…4904
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15005894 | 2 years ago | | | 0 | 0.0074427647 | |
| 14839328 | 3 years ago | | | 0 | 0.0078836538 | |
| 14839306 | 3 years ago | | | 0 | 0.010555617 | |
| 14728897 | 3 years ago | | | 0 | 0.0070059785 | |
| 14616233 | 3 years ago | | | 0 | 0.015205019 | |
| 14391098 | 3 years ago | | | 0 | 0.0044564713 | |
| 14330856 | 3 years ago | | | 0 | 0.0015998845 | |
| 14330855 | 3 years ago | | | 0 | 0.0074683762 | |
| 14175438 | 3 years ago | | | 0 | 0.028606496 | |
| 13865379 | 3 years ago | | | 0 | 0.021259659 |
ABI
ABI objects
Getter at block 21286450
CHAIN_CONNECTOR_ROLE() view returns (bytes32)
0x2785f35fe7d8743aa971942d8474737bb31895d396eff2cc688a481e0221e191
CONSTANT_SETTER_ROLE() view returns (bytes32)
0x96e3fc3be15159903e053027cff8a23f39a990e0194abcd8ac1cf1b355b8b93c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXTRA_CONTRACT_REGISTRAR_ROLE() view returns (bytes32)
0x6155b5aac15ce9aa193c0527a6f43be0a36a7e2e7496c2b615c0e5f922842773
MAINNET_HASH() view returns (bytes32)
0x8d646f556e5d9d6f1edcf7a39b77f5ac253776eb34efcfd688aacbee518efc26
MESSAGES_LENGTH() view returns (uint256)
10
communityPool() view returns (address)
0x32062984a0607de63022655bbc3b684decf14904
contractManagerOfSkaleManager() view returns (address)
0x0000000000000000000000000000000000000000
gasLimit() view returns (uint256)
1000000
headerMessageGasCost() view returns (uint256)
70000
messageGasCost() view returns (uint256)
9000
Read-only
connectedChains(bytes32) view returns (uint256 incomingMessageCounter, uint256 outgoingMessageCounter, bool inited)
getIncomingMessagesCounter(string fromSchainName) view returns (uint256)
getOutgoingMessagesCounter(string targetSchainName) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isConnectedChain(string schainName) view returns (bool)
isContractRegistered(string schainName, address contractAddress) view returns (bool)
isSchainOwner(address sender, bytes32 schainHash) view returns (bool)
registryContracts(bytes32, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addConnectedChain(string schainName)
grantRole(bytes32 role, address account)
initialize(address contractManagerOfSkaleManagerValue)
initializeMessageProxy(uint256 newGasLimit)
postIncomingMessages(string fromSchainName, uint256 startingCounter, struct IMessageProxyMessage[] messages, struct IMessageProxySignature sign)
postOutgoingMessage(bytes32 targetChainHash, address targetContract, bytes data)
registerExtraContract(string schainName, address extraContract)
registerExtraContractForAll(address extraContract)
removeConnectedChain(string schainName)
removeExtraContract(string schainName, address extraContract)
removeExtraContractForAll(address extraContract)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCommunityPool(address newCommunityPoolAddress)
setNewGasLimit(uint256 newGasLimit)
setNewHeaderMessageGasCost(uint256 newHeaderMessageGasCost)
setNewMessageGasCost(uint256 newMessageGasCost)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
GasCostMessageHeaderWasChanged(uint256 oldValue, uint256 newValue)
GasCostMessageWasChanged(uint256 oldValue, uint256 newValue)
GasLimitWasChanged(uint256 oldValue, uint256 newValue)
OutgoingMessage(bytes32 indexed dstChainHash, uint256 indexed msgCounter, address indexed srcContract, address dstContract, bytes data)
PostMessageError(uint256 indexed msgCounter, bytes message)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.