AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 450 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
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12276799 | 4 years ago | | | 0 | 0.0046117950 | |
| 12191148 | 4 years ago | | | 0 | 0.0030751760 | |
| 12163990 | 4 years ago | | | 0 | 0.0018482200 | |
| 12060185 | 4 years ago | | | 0 | 0.0060791640 | |
| 11962787 | 4 years ago | | | 0 | 0.0014466522 | |
| 11962695 | 4 years ago | | | 0 | 0.0015793880 | |
| 11958221 | 4 years ago | | | 0 | 0.0037748800 | |
| 11934849 | 4 years ago | | | 0 | 0.0031367950 | |
| 11930643 | 4 years ago | | | 0 | 0.0059454361 | |
| 11905367 | 4 years ago | | | 0 | 0.0037410240 |
ABI
ABI objects
Getter at block 21079318 DELEGATION_TYPEHASH() view returns (bytes32) DOMAIN_TYPEHASH() view returns (bytes32) decimals() view returns (uint8) name() view returns (string) owner() view returns (address) symbol() view returns (string) totalSupply() view returns (uint256)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address _to, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.