EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 157 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) |
---|---|---|---|---|---|---|---|
| 18585047 | a year ago | | | 0 | 0.010150081 | |
| 18585040 | a year ago | | | 0 | 0.0019958649 | |
| 18585018 | a year ago | | | 0 | 0.0018148320 | |
| 18585018 | a year ago | | | 0 | 0.0018148320 | |
| 18585008 | a year ago | | | 0 | 0.012600555 | |
| 18341828 | a year ago | | | 0 | 0.0028282137 | |
| 18341822 | a year ago | | | 0 | 0.00045656315 | |
| 18341817 | a year ago | | | 0 | 0.00043556962 | |
| 18341807 | a year ago | | | 0 | 0.00044149497 | |
| 18341794 | a year ago | | | 0 | 0.0034949985 |
ABI
ABI objects
Getter at block 21399357
owner() view returns (address)
0x2a6619c2d388dbdfb473ebeb7e5b057283ccb3b0
quorum() view returns (uint128)
3
ttl() view returns (uint128)
960
txsCount() view returns (uint256)
32
Read-only
supportsInterface(bytes4 id) view returns (bool)
admins(uint256) view returns (address)
confirms(uint256, address) view returns (bool)
getConfirmations(uint256 txId_) view returns (address[] confirms_)
getConfirmationsCount(uint256 txId_) view returns (uint256 count)
isAdmin(address) view returns (bool)
isConfirmed(uint256 txId_) view returns (bool)
txs(uint256) view returns (address dst, uint256 value, bytes data, bool isExecuted, uint256 blockNumber)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAdmin(address admin_)
confirmTransaction(uint256 txId_)
executeTransaction(uint256 txId_) returns (bytes)
init(address[] admins_, uint128 quorum_, uint128 ttl_)
removeAdmin(address admin_)
revokeConfirmation(uint256 txId_)
setQuorum(uint128 quorum_)
submitTransaction(address dst_, uint256 value_, bytes calldata_) returns (uint256 txId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
AdminAddition(address indexed admin)
AdminRemoval(address indexed admin)
Confirmation(address indexed sender, uint256 indexed txId)
Execution(uint256 indexed txId, address caller)
QuorumChange(uint128 quorum)
Revocation(address indexed sender, uint256 indexed txId)
Submission(uint256 indexed txId)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
receive()
This contract contains no error objects.