AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 802 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($32.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IDRT | ERC-20 | 507.446K | $0.000064 |
$32.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18719093 | a year ago | | | 0 | 0.0042852354 | |
| 18719079 | a year ago | | | 0 | 0.0026819655 | |
| 18719063 | a year ago | | | 0 | 0.0075435516 | |
| 18719021 | a year ago | | | 0 | 0.0015564422 | |
| 18718970 | a year ago | | | 0 | 0.0082222964 | |
| 18417532 | a year ago | | | 0 | 0.0033863172 | |
| 18417518 | a year ago | | | 0 | 0.0020087297 | |
| 18417502 | a year ago | | | 0 | 0.0069857172 | |
| 18140046 | a year ago | | | 0 | 0.0010823920 | |
| 18140022 | a year ago | | | 0 | 0.00066516871 |
ABI
ABI objects
Getter at block 21161754
admin() view returns (address)
[unknown]
implementation() view returns (address)
[unknown]
MAX_OWNER_COUNT() view returns (uint256)
50
getOwners() view returns (address[])
[0x47c7a99F10e50cca0049C5BfF61f5908FDA4628E, 0xd12662A3d58041dD7357EbA8077C9c73D6a2d5fF, 0x45D65FEe4580A860d2e1140882a5F44EA8902e21]
required() view returns (uint256)
2
superOwner() view returns (address)
0xb470654df8f0ad78126458544ed1eb810a7ac152
transactionCount() view returns (uint256)
398
Read-only
confirmations(uint256, address) view returns (bool)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
requireFinalization(uint256 transactionId) view returns (bool)
transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addOwner(address owner)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
finalizeTransaction(uint256 transactionId)
initialize(address[] _owners, uint256 _required)
initialize(address[] admins, uint256 required, uint256 printLimit)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
setPrintLimit(uint256 newLimit)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256 transactionId)
transferOwnership(address newAddress)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Confirmation(address indexed sender, uint256 indexed transactionId)
Deposit(address indexed sender, uint256 value)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
Finalized(uint256 indexed transactionId)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrintLimitChanged(uint256 indexed oldValue, uint256 indexed newValue)
RequireFinalization(uint256 indexed transactionId)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
constructor(address _implementation, address _admin, bytes _data)
fallback()
fallback()
This contract contains no error objects.