ChargedParticles
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
Balances ($0.00)
No balances found for "ChargedParticles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ChargedParticles"
ABI
ABI objects
Getter at block 21317242
getManagersAddress() view returns (address managersAddress)
0x0000000000000000000000000000000000000000
getSettingsAddress() view returns (address settingsAddress)
0x0000000000000000000000000000000000000000
getStateAddress() view returns (address stateAddress)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.