TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 68,162 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($81.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AGENT | ERC-20 | 2.4412K | $0.033536 |
$81.87 | |
JASON | ERC-20 | 5.1798K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22741463 | a few seconds ago | | | 0 | 2.1932489e-7 | |
| 22741445 | a minute ago | | | 0 | 1.9723684e-7 | |
| 22741427 | 2 minutes ago | | | 0 | 2.5186390e-7 | |
| 22740838 | 21 minutes ago | | | 0 | 2.5333455e-7 | |
| 22740767 | 24 minutes ago | | | 0 | 2.8385640e-7 | |
| 22740694 | 26 minutes ago | | | 0 | 1.8094922e-7 | |
| 22740678 | 27 minutes ago | | | 0 | 0.0000053331481 | |
| 22740295 | 40 minutes ago | | | 0 | 2.2924970e-7 | |
| 22740245 | 41 minutes ago | | | 0 | 0.000000202135148286 | |
| 22739660 | an hour ago | | | 0 | 3.1129450e-7 |
ABI
ABI objects
Getter at block 22741477
decimals() view returns (uint8)
18
name() view returns (string)
AgentLayer
owner() view returns (address)
0xc7193e127166637db955c03593e1b04ac1de77d1
symbol() view returns (string)
AGENT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initialize()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)