AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AC | ERC-20 | 193.382444 | -- | -- | |
UNI-ETH-AC-v | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11913128 | 4 years ago | | | 0 | 0.031473618 | |
| 11913109 | 4 years ago | | | 0 | 0.031042249 | |
| 11902207 | 4 years ago | | | 0 | 0.0066914600 |
ABI
ABI objects
Getter at block 21387477
owner() view returns (address)
0x002ee33092457900515a4249e3ec1cd2b2dc8c32
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.