TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 278 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
0x07dd…001d
0xef0d…50c5
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18913970 | 10 months ago | | | 0 | 0.0014242109 | |
| 18757855 | a year ago | | | 0 | 0.0039195230 | |
| 18417112 | a year ago | | | 0 | 0.0050740691 | |
| 18409605 | a year ago | | | 0 | 0.0012305555 | |
| 18231745 | a year ago | | | 0 | 0.00054565788 | |
| 18123126 | a year ago | | | 0 | 0.00090839063 | |
| 18107774 | a year ago | | | 0 | 0.0011330440 | |
| 16843188 | 2 years ago | | | 0 | 0.0022294944 | |
| 16685630 | 2 years ago | | | 0 | 0.0057739175 | |
| 16335674 | 2 years ago | | | 0 | 0.0019519043 |
ABI
ABI objects
Getter at block 21167256
owner() view returns (address)
0xb8d175f16742395f530e0b3bc1d30bd06b78cda9
trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
versionRecipient() view returns (string)
1.0.0-beta.1/charged-particles.relay.recipient
Read-only
getBreakBondTimelockExpiry(address contractAddress, uint256 tokenId) view returns (uint256 lockExpiry)
getDischargeTimelockExpiry(address contractAddress, uint256 tokenId) view returns (uint256 lockExpiry)
getReleaseTimelockExpiry(address contractAddress, uint256 tokenId) view returns (uint256 lockExpiry)
isCovalentBondRestricted(address contractAddress, uint256 tokenId) view returns (bool)
isEnergizeRestricted(address contractAddress, uint256 tokenId) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
getBreakBondState(address contractAddress, uint256 tokenId, address sender) returns (bool allowFromAll, bool isApproved, uint256 timelock, uint256 tempLockExpiry)
getDischargeState(address contractAddress, uint256 tokenId, address sender) returns (bool allowFromAll, bool isApproved, uint256 timelock, uint256 tempLockExpiry)
getReleaseState(address contractAddress, uint256 tokenId, address sender) returns (bool allowFromAll, bool isApproved, uint256 timelock, uint256 tempLockExpiry)
initialize(address initiator)
isApprovedForBreakBond(address contractAddress, uint256 tokenId, address operator) returns (bool)
isApprovedForDischarge(address contractAddress, uint256 tokenId, address operator) returns (bool)
isApprovedForRelease(address contractAddress, uint256 tokenId, address operator) returns (bool)
isApprovedForTimelock(address contractAddress, uint256 tokenId, address operator) returns (bool)
migrateToken(address contractAddress, uint256 tokenId, uint256 releaseTimelockExpiry, address releaseTimelockLockedBy, uint256 tempLockExpiry)
renounceOwnership()
setApprovalForAll(address contractAddress, uint256 tokenId, address operator)
setBreakBondApproval(address contractAddress, uint256 tokenId, address operator)
setBreakBondTimelock(address contractAddress, uint256 tokenId, uint256 unlockBlock)
setController(address controller, string controllerId)
setDischargeApproval(address contractAddress, uint256 tokenId, address operator)
setDischargeTimelock(address contractAddress, uint256 tokenId, uint256 unlockBlock)
setPermsForAllowBreakBond(address contractAddress, uint256 tokenId, bool state)
setPermsForAllowDischarge(address contractAddress, uint256 tokenId, bool state)
setPermsForAllowRelease(address contractAddress, uint256 tokenId, bool state)
setPermsForRestrictBond(address contractAddress, uint256 tokenId, bool state)
setPermsForRestrictCharge(address contractAddress, uint256 tokenId, bool state)
setReleaseApproval(address contractAddress, uint256 tokenId, address operator)
setReleaseTimelock(address contractAddress, uint256 tokenId, uint256 unlockBlock)
setTemporaryLock(address contractAddress, uint256 tokenId, bool isLocked)
setTimelockApproval(address contractAddress, uint256 tokenId, address operator)
transferOwnership(address newOwner)
withdrawERC1155(address receiver, address tokenAddress, uint256 tokenId, uint256 amount)
withdrawERC721(address receiver, address tokenAddress, uint256 tokenId)
withdrawErc20(address receiver, address tokenAddress, uint256 amount)
withdrawEther(address receiver, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BreakBondApproval(address indexed contractAddress, uint256 indexed tokenId, address indexed owner, address operator)
ControllerSet(address indexed controllerAddress, string controllerId)
DischargeApproval(address indexed contractAddress, uint256 indexed tokenId, address indexed owner, address operator)
Initialized(address indexed initiator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermsSetForAllowBreakBond(address indexed contractAddress, uint256 indexed tokenId, bool state)
PermsSetForAllowDischarge(address indexed contractAddress, uint256 indexed tokenId, bool state)
PermsSetForAllowRelease(address indexed contractAddress, uint256 indexed tokenId, bool state)
PermsSetForRestrictBond(address indexed contractAddress, uint256 indexed tokenId, bool state)
PermsSetForRestrictCharge(address indexed contractAddress, uint256 indexed tokenId, bool state)
ReleaseApproval(address indexed contractAddress, uint256 indexed tokenId, address indexed owner, address operator)
TimelockApproval(address indexed contractAddress, uint256 indexed tokenId, address indexed owner, address operator)
TokenBreakBondTimelock(address indexed contractAddress, uint256 indexed tokenId, address indexed operator, uint256 unlockBlock)
TokenDischargeTimelock(address indexed contractAddress, uint256 indexed tokenId, address indexed operator, uint256 unlockBlock)
TokenReleaseTimelock(address indexed contractAddress, uint256 indexed tokenId, address indexed operator, uint256 unlockBlock)
TokenTempLock(address indexed contractAddress, uint256 indexed tokenId, uint256 unlockBlock)
WithdrawStuckERC1155(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId, uint256 amount)
WithdrawStuckERC20(address indexed receiver, address indexed tokenAddress, uint256 amount)
WithdrawStuckERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
WithdrawStuckEther(address indexed receiver, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.