ProxyAdminMultisig
Verified contract
Active on
Ethereum with 34 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
No balances found for "ProxyAdminMultisig"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15258236 | 2 years ago | | | 0 | 0.00073832175 | |
| 15257221 | 2 years ago | | | 0 | 0.00094917037 | |
| 15237816 | 2 years ago | | | 0 | 0.0024950456 | |
| 11834300 | 4 years ago | | | 0 | 0.0079697500 | |
| 11833982 | 4 years ago | | | 0 | 0.0075344040 | |
| 11833951 | 4 years ago | | | 0 | 0.0075388400 | |
| 11633242 | 4 years ago | | | 0 | 0.0067925770 | |
| 11632953 | 4 years ago | | | 0 | 0.010536025 | |
| 11632800 | 4 years ago | | | 0 | 0.010776764 | |
| 11620184 | 4 years ago | | | 0 | 0.0047155080 |
ABI
ABI objects
Getter at block 21328889
GRACE_PERIOD() view returns (uint256)
1209600
MAXIMUM_DELAY() view returns (uint256)
2592000
MINIMUM_DELAY() view returns (uint256)
3600
delay() view returns (uint256)
3600
minVotes() view returns (uint256)
2
multiOwnersCounter() view returns (uint256)
2
Read-only
getProxyAdmin(address proxy) view returns (address)
getProxyImplementation(address proxy) view returns (address)
multiOwners(address) view returns (bool)
votes(bytes) view returns (uint32 timelockFrom, uint32 votesCounter, uint64 curVote)
State-modifying
Events addMultiOwner(address _newMultiOwner)
addMultiOwners(address[] _newMultiOwners)
cancelVote(bytes _data)
changeProxyAdmin(address proxy, address newAdmin)
initialize()
initialize(address[] _newMultiOwners)
removeMultiOwner(address _exMultiOwner)
removeMultiOwners(address[] _exMultiOwners)
setDelay(uint256 _delay)
setMinVotes(uint256 _minVotes)
upgrade(address proxy, address implementation)
upgradeAndCall(address proxy, address implementation, bytes data) payable
CancelVote(address indexed owner, bytes data)
ExecuteVote(bytes data)
MultiOwnerAdded(address indexed newMultiOwner)
MultiOwnerRemoved(address indexed exMultiOwner)
NewDelay(uint256 newDelay)
NewMinVotes(uint256 newMinVotes)
QueueVote(address indexed owner, bytes data)
TxTimelockStart(bytes data, uint32 start)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.