AgentBalances
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "AgentBalances"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AgentBalances"
ABI
ABI objects
Getter at block 23571584
admin() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
version() view returns (uint8)
0
Read-only
agentETHBalance(address) view returns (uint256)
agentWallets(address) view returns (address)
getAgentBalance(address agent, address token) view returns (uint256)
getLPBalance(address token, address deployer) view returns (uint256)
State-modifying
Events claimETHForAgent(address agent, uint256 amount)
claimForAgent(address agent, address token, uint256 amount)
deposit(address from, address token, address agent, uint256 amount)
depositETH(address agent) payable
initialize(address _admin)
renounceOwnership()
setAdmin(address _admin)
setAgentWallet(address agent, address agentWallet)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address agent, address token, uint256 amount)
withdrawETH(address agent, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
AgentWalletSet(address agent, address agentWallet)
BeaconUpgraded(address indexed beacon)
Deposit(address agent, address token, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Withdraw(address agent, address token, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.