EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 2,866 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "EIP173Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158632 | 3 hours ago | | | 0 | 0.0040128897 | |
| 21158626 | 3 hours ago | | | 0 | 0.0036425046 | |
| 21153248 | 21 hours ago | | | 0 | 0.0023769672 | |
| 21151868 | a day ago | | | 0 | 0.00043614225 | |
| 21148719 | a day ago | | | 0 | 0.0020852017 | |
| 21140998 | 3 days ago | | | 0 | 0.0010674180 | |
| 21138631 | 3 days ago | | | 0 | 0.0023088126 | |
| 21135940 | 3 days ago | | | 0 | 0.0024060921 | |
| 21135887 | 3 days ago | | | 0 | 0.0023087841 | |
| 21134282 | 4 days ago | | | 0 | 0.0013136881 |
ABI
ABI objects
Getter at block 21159396
owner() view returns (address)
0xcdefa74324e542769541420a7e9212c497bf87be
admin() view returns (address)
0xcdefa74324e542769541420a7e9212c497bf87be
chainId() view returns (uint16)
2
isPaused() view returns (bool)
false
pauser() view returns (address)
0xcdefa74324e542769541420a7e9212c497bf87be
protocolSigner() view returns (address)
0xd5ba9d817b496c0f861d464d96a1ec3b8aadb858
Read-only
supportsInterface(bytes4 id) view returns (bool)
hashes(bytes32) view returns (uint256)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
execute(uint16 callerChainId_, uint16 executionChainId_, uint256 nonce_, string txHash_, address contract_, bytes callData_, bytes signature_) returns (bytes)
init(address admin_, uint16 chainId_, address signer_)
pause()
unpause()
updateAdmin(address admin_)
updatePauser(address pauser_)
updateSigner(address signer_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
AdminUpdated(address sender, address oldAdmin, address admin)
Executed(uint16 callerChainId, uint16 executionChainId, uint256 nonce, address contractAddress)
Paused(address account)
PauserUpdated(address sender, address oldPauser, address pauser)
SignerUpdated(address sender, address oldSigner, address signer)
Unpaused(address account)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.