AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1 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 ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11042050 | 4 years ago | | | 0 | 0.0023673240 |
ABI
ABI objects
Getter at block 21393750
owner() view returns (address)
0x02ee44dd463eb6c2ce5dcd805a15a3433f783270
Read-only
admins(address) view returns (bool)
isOperator(address userAddress) view returns (bool)
operators(address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
changeImplementation(address newImplementation)
implementation() returns (address)
approveToken(address tokenAddress, address targetAddress, uint256 amount)
grantAdmin(address _account)
grantOperator(address _account)
initialize(address _owner, address[] _initialAdmins)
invoke(address target, uint256 value, bytes data) returns (bytes result)
revokeAdmin(address _account)
revokeOperator(address _account)
transferOwnership(address _owner)
withdraw(address targetAddress, uint256 amount)
withdrawToken(address tokenAddress, address targetAddress, uint256 amount)
withdrawTokenFallThrough(address tokenAddress, address targetAddress, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approved(address indexed tokenAddress, address indexed targetAddress, uint256 amount)
Invoked(address indexed targetAddress, uint256 value, bytes data)
Withdrawn(address indexed tokenAddress, address indexed targetAddress, uint256 amount)
constructor(address _logic, address _admin)
fallback()
receive()
receive()
This contract contains no error objects.