AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 51 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
0x1ecf…6817
0xea12…d41f
0x6b17…1d0f
Balances ($48.18)
Native
Value
$48.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0154 | $3,128.78 |
$48.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14022954 | 3 years ago | | | 0.0154 | 0.0028642526 | |
| 13666922 | 3 years ago | | | 0.01377512 | 0.0059564185 | |
| 13513271 | 3 years ago | | | 0.0024 | 0.0045157983 | |
| 13387229 | 3 years ago | | | 0.014274279 | 0.0013945094 | |
| 12997902 | 3 years ago | | | 0.00371815 | 0.0010231932 | |
| 12986201 | 3 years ago | | | 0 | 0.012931180 | |
| 12744575 | 3 years ago | | | 0.0041 | 0.00031024400 | |
| 12717771 | 3 years ago | | | 0 | 0.0046519872 | |
| 12611346 | 3 years ago | | | 0.0002 | 0.00042306004 | |
| 12608175 | 3 years ago | | | 0.000533566 | 0.00053587600 |
ABI
ABI objects
Getter at block 21223557
DAI() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
active() view returns (bool)
false
avatar() view returns (address)
0x1ecfd1afb601c406ff0e13c3485f2d75699b6817
getVersion() pure returns (string)
1.1.0
owner() view returns (address)
0x5128e3c1f8846724cc1007af9b4189713922e4bb
stakingContract() view returns (address)
0xea12bb3917cf6ae2fde97ce4756177703426d41f
totalDAIDonated() view returns (uint256)
37151561951961415530733
totalETHDonated() view returns (uint256)
1704665953753724825
totalStaked() view returns (uint256)
0
uniswap() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
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
end() returns (uint256, uint256)
initialize(address _avatar, address _stakingContract, address _dai)
setActive(bool _active)
stakeDonations(uint256 _minDAIAmount) payable
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DonationStaked(address caller, uint256 stakedDAI, uint256 ethDonated, uint256 daiDonated)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.