TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 204 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x4d22…4381
0xdafc…4642
0xeb38…4a52
0x8686…5367
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133070 | 16 days ago | | | 0 | 0.016471450 | |
| 21119005 | 18 days ago | | | 0 | 0.0036909673 | |
| 20745701 | 2 months ago | | | 0 | 0.0014750366 | |
| 20525739 | 3 months ago | | | 0 | 0.0014703431 | |
| 20412470 | 4 months ago | | | 0 | 0.0036218060 | |
| 20294943 | 4 months ago | | | 0 | 0.0022545545 | |
| 20138198 | 5 months ago | | | 0 | 0.0011405852 | |
| 20066606 | 5 months ago | | | 0 | 0.0046217928 | |
| 20015483 | 6 months ago | | | 0 | 0.0066121311 | |
| 19797729 | 7 months ago | | | 0 | 0.0080268155 |
ABI
ABI objects
Getter at block 21247350
apeCoin() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
coinPoolV1() view returns (address)
0xeb3837c611fb2c5550f816f227d85262f0d04a52
coinPoolV2() view returns (address)
0x86862445f58f50382c421a7bcecbcd971cc25367
owner() view returns (address)
0xe6b80f77a8b8fcd124ab748c720b7eaea83ddb4c
paused() view returns (bool)
false
stakeManagerV1() view returns (address)
0xdafce4acc2703a24f29d1321adaadf5768f54642
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimV1AndDeposit(address[] proxies) returns (uint256 shares)
initialize(address apeCoin_, address stakeManagerV1_, address coinPoolV1_, address coinPoolV2_)
renounceOwnership()
transferOwnership(address newOwner)
withdrawV1AndDeposit() returns (uint256 shares)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.