AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,183 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 48 additional slots
0xf66c…dd58
Balances ($766,657.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 752.708962K | $0.999673 |
$752,462.83 | |
CoreDAO | ERC-20 | 16.897085K | $0.836511 |
$14,134.6 | |
CORE | ERC-20 | 0.012347 | $4,898.66 |
$60.49 | |
StableDAI.com | ERC-20 | 401 | -- | -- | |
SIMP | ERC-20 | 3.094093 | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244116 | 11 days ago | | | 0 | 0.0017968022 | |
| 21243779 | 11 days ago | | | 0 | 0.0016933614 | |
| 21228848 | 13 days ago | | | 0 | 0.0010183294 | |
| 21107389 | a month ago | | | 0 | 0.00091655875 | |
| 20954351 | 2 months ago | | | 0 | 0.00082043938 | |
| 20686234 | 3 months ago | | | 0 | 0.00031853753 | |
| 20660064 | 3 months ago | | | 0 | 0.000061369407 | |
| 20644693 | 3 months ago | | | 0 | 0.00011392994 | |
| 20635457 | 3 months ago | | | 0 | 0.00026698025 | |
| 20588936 | 3 months ago | | | 0 | 0.00026618882 |
ABI
ABI objects
Getter at block 21321998
DAO_TOKENS_IN_LP1() view returns (uint256)
2350
DAO_TOKENS_IN_LP2() view returns (uint256)
925000000
DAO_TOKENS_IN_LP3() view returns (uint256)
45
LP1_VOUCHER() view returns (address)
0xf6dd68031a22c8a3f1e7a424ce8f43a1e1a3be3e
LP2_VOUCHER() view returns (address)
0xb8ee07b5ed2ff9dae6c504c9dee84151f844a591
LP3_VOUCHER() view returns (address)
0xca00f8eef4ce1f9183e06fa25fe7872fedcf7456
coreDAO() view returns (address)
0xf66cd2f8755a21d3c8683a10269f795c0532dd58
owner() view returns (address)
0x5a16552f59ea34e44ec81e58b3817833e9fd5436
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _coreDAO)
pay(address token, address who, uint256 howManyTokens, string note)
renounceOwnership()
transferOwnership(address newOwner)
wrapVouchers(address to, uint256 balanceLP1User, uint256 balanceLP2User, uint256 balanceLP3User) returns (uint256 mintAmount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payment(address toWho, address whatToken, uint256 howMuch, string note)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.