TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 411 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19782349 | 7 months ago | | | 0 | 0.0043507074 | |
| 19327047 | 9 months ago | | | 0 | 0.012119274 | |
| 19317229 | 9 months ago | | | 0 | 0.0084470603 | |
| 19305169 | 9 months ago | | | 1 | 0.0054181922 | |
| 19297603 | 9 months ago | | | 2.365481 | 0.0054782550 | |
| 19264621 | 9 months ago | | | 0 | 0.0087015443 | |
| 19227757 | 9 months ago | | | 0 | 0.0064674993 | |
| 19161064 | 10 months ago | | | 0 | 0.0028650656 | |
| 19139062 | 10 months ago | | | 0 | 0.0034383488 | |
| 19124747 | 10 months ago | | | 0 | 0.0048767771 |
ABI
ABI objects
Getter at block 21286320
RENOUNCED_OWNER() view returns (address)
0x0000000000000000000000000000000000000001
owner() view returns (address)
0x0716c475930b725803607a331ee8131c879d6f90
paused() view returns (bool)
false
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
initialize(address _owner)
pause()
renounceOwnership()
swap(address handler, address token0, address token1, uint256 amount0In, uint256 minAmount1Out, address receiver, bytes data) payable returns (bool success, uint256 amount1Out)
swapWithCompensation(address handler, address token0, address token1, uint256 amount0In, uint256 minAmount1Out, address receiver, bytes data, struct ICompensationVaultCompensationParams compensationParams) payable returns (bool, uint256)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Swap(address indexed sender, address indexed token0, address indexed token1, uint256 amount0In, uint256 amount1Out)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.