TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 4 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 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20879182 | 2 months ago | | | 0 | 0.024242374 | |
| 20879178 | 2 months ago | | | 0 | 0.024634179 | |
| 19327272 | 9 months ago | | | 0 | 0.065608386 | |
| 19327270 | 9 months ago | | | 0 | 0.084381752 |
ABI
ABI objects
Getter at block 21229033
lockboxImplementation() view returns (address)
0xeeada1f6061e30bb1501319bbffb44fdf7037ca8
xerc20Implementation() view returns (address)
0xb370a0bd64daf1c6b04eaf01c1dedf7c6bce30f7
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
deployLockbox(address _xerc20, address _baseToken, bool _isNative, address _proxyAdmin) returns (address _lockbox)
deployXERC20(string _name, string _symbol, uint256[] _minterLimits, uint256[] _burnerLimits, address[] _bridges, address _proxyAdmin) returns (address _xerc20)
initialize(address _lockboxImplementation, address _xerc20Implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
LockboxDeployed(address _lockbox)
XERC20Deployed(address _xerc20)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
IXERC20Factory_BadTokenAddress()
IXERC20Factory_InvalidLength()
IXERC20Factory_LockboxAlreadyDeployed()
IXERC20Factory_NotOwner()