TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 56 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 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19277417 | 9 months ago | | | 0 | 0.048545640 | |
| 19107407 | 10 months ago | | | 0 | 0.0097969965 | |
| 18929003 | a year ago | | | 0 | 0.035268290 | |
| 18633433 | a year ago | | | 0 | 0.023979151 | |
| 18633207 | a year ago | | | 0 | 0.022956677 | |
| 18578340 | a year ago | | | 0 | 0.048148936 | |
| 18481754 | a year ago | | | 0 | 0.024739244 | |
| 18471616 | a year ago | | | 0 | 0.029062980 | |
| 18459114 | a year ago | | | 0 | 0.010416916 | |
| 18426281 | a year ago | | | 0 | 0.012453097 |
ABI
ABI objects
Getter at block 21274579
VERSION() view returns (string)
0.2.0
alloSettings() view returns (address)
0x9fcc854b145bd3640a01c49aa2cfa725ed0b4210
nonce() view returns (uint256)
30
owner() view returns (address)
0xb8cef765721a6da910f14be93e7684e9a3714123
roundImplementation() view returns (address)
0x10825896637298473877b6610bb380be51d20d04
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
create(bytes encodedParameters, address ownedBy) returns (address)
initialize()
renounceOwnership()
transferOwnership(address newOwner)
updateAlloSettings(address newAlloSettings)
updateRoundImplementation(address newRoundImplementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AlloSettingsUpdated(address alloSettings)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundCreated(address indexed roundAddress, address indexed ownedBy, address indexed roundImplementation)
RoundImplementationUpdated(address roundImplementation)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.