AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 922 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 48 additional slots
0xd4bd…f686
0x4897…140f
0x07dd…001d
0xef0d…50c5
0x7b07…174d
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20917946 | 2 months ago | | | 0 | 0.0072894611 | |
| 20814844 | 2 months ago | | | 0 | 0.0035259860 | |
| 20446190 | 4 months ago | | | 0 | 0.0010627526 | |
| 20446165 | 4 months ago | | | 0 | 0.00084303178 | |
| 20355257 | 4 months ago | | | 0 | 0.00077040672 | |
| 20328089 | 4 months ago | | | 0 | 0.0035957097 | |
| 19822153 | 7 months ago | | | 0 | 0.0031979009 | |
| 19664218 | 8 months ago | | | 0 | 0.0016220796 | |
| 19664207 | 8 months ago | | | 0 | 0.0020413938 | |
| 19664169 | 8 months ago | | | 0 | 0.0018579277 |
ABI
ABI objects
Getter at block 21316291
getManagersAddress() view returns (address managersAddress)
0x7b07ec627d2426b89c44a6cc75dc57c27a52174d
getSettingsAddress() view returns (address settingsAddress)
0x07ddb208d52947320d07e0e4611a80fb7efd001d
getStateAddress() view returns (address stateAddress)
0x48974c6ae5a0a25565b0096ce3c81395f604140f
owner() view returns (address)
0xb8d175f16742395f530e0b3bc1d30bd06b78cda9
trustedForwarder() view returns (address)
0x1337c0d31337c0d31337c0d31337c0d31337c0d3
versionRecipient() view returns (string)
1.0.0-beta.1/charged-particles.relay.recipient
Read-only
currentParticleCovalentBonds(address contractAddress, uint256 tokenId, string basketManagerId) view returns (uint256)
getFeesForDeposit(uint256 assetAmount) view returns (uint256 protocolFee)
isTrustedForwarder(address forwarder) view returns (bool)
supportsInterface(bytes4) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
baseParticleMass(address contractAddress, uint256 tokenId, string walletManagerId, address assetToken) returns (uint256)
breakCovalentBond(address receiver, address contractAddress, uint256 tokenId, string basketManagerId, address nftTokenAddress, uint256 nftTokenId, uint256 nftTokenAmount) returns (bool success)
covalentBond(address contractAddress, uint256 tokenId, string basketManagerId, address nftTokenAddress, uint256 nftTokenId, uint256 nftTokenAmount) returns (bool success)
currentParticleCharge(address contractAddress, uint256 tokenId, string walletManagerId, address assetToken) returns (uint256)
currentParticleKinetics(address contractAddress, uint256 tokenId, string walletManagerId, address assetToken) returns (uint256)
dischargeParticle(address receiver, address contractAddress, uint256 tokenId, string walletManagerId, address assetToken) returns (uint256 creatorAmount, uint256 receiverAmount)
dischargeParticleAmount(address receiver, address contractAddress, uint256 tokenId, string walletManagerId, address assetToken, uint256 assetAmount) returns (uint256 creatorAmount, uint256 receiverAmount)
dischargeParticleForCreator(address receiver, address contractAddress, uint256 tokenId, string walletManagerId, address assetToken, uint256 assetAmount) returns (uint256 receiverAmount)
energizeParticle(address contractAddress, uint256 tokenId, string walletManagerId, address assetToken, uint256 assetAmount, address referrer) returns (uint256 yieldTokensAmount)
initialize(address initiator)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
releaseParticle(address receiver, address contractAddress, uint256 tokenId, string walletManagerId, address assetToken) returns (uint256 creatorAmount, uint256 receiverAmount)
releaseParticleAmount(address receiver, address contractAddress, uint256 tokenId, string walletManagerId, address assetToken, uint256 assetAmount) returns (uint256 creatorAmount, uint256 receiverAmount)
renounceOwnership()
setController(address controller, string controllerId)
setDepositFee(uint256 fee)
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)
Upgraded(address indexed implementation)
ControllerSet(address indexed controllerAddress, string controllerId)
DepositFeeSet(uint256 depositFee)
Initialized(address indexed initiator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtocolFeesCollected(address indexed assetToken, uint256 depositAmount, uint256 feesCollected)
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.