AgentNft
Unverified contract
Proxy
Active on
Base with 327 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20041044 | 2 months ago | | | 0 | 0.0000035132027 | |
| 17818515 | 3 months ago | | | 0 | 0.0000035131990 | |
| 17816680 | 3 months ago | | | 0 | 0.0000037468557 | |
| 17815020 | 3 months ago | | | 0 | 0.0000033630032 | |
| 17762278 | 3 months ago | | | 0 | 0.0000035642112 | |
| 17477319 | 3 months ago | | | 0 | 0.0000035302022 | |
| 17247620 | 4 months ago | | | 0 | 0.0000038510760 | |
| 17100123 | 4 months ago | | | 0 | 0.0000030452237 | |
| 16555167 | 4 months ago | | | 0 | 5.3918000e-7 | |
| 16555136 | 4 months ago | | | 0 | 3.4468756e-7 |
ABI
ABI objects
Getter at block 22014677 proxiableUUID() view returns (bytes32)
currency() view returns (address)
0x336c9297afb7798c292e9f80d8e566b947f291f0
feeDestination() view returns (address)
0x64aa12f42c254b3b63b66bc0bcad1a032826e54d
name() view returns (string)
AgentNft
owner() view returns (address)
0xc77b7e6176eaa80aa15fa11b2f14d9773772cb0f
symbol() view returns (string)
AGENT
version() view returns (uint8)
2
Read-only
balanceOf(address owner) view returns (uint256)
generateClaimHash(string handle, string uri, address claimer, uint256 amount) pure returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
handleByTokenId(uint256) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
keyCreated(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdByHandle(string) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimAndCreateKeyNft(string handle, string uri, uint256 amount, address to, bytes signature)
createKeyNft(uint256 tokenId, address to)
initialize(address _keyNft, address _feeDestination, address _currency)
mintAndCreateKeyNft(string handle, string uri, address to)
onUpgraded(address _feeDestination, address _currency)
renounceOwnership()
safeMint(address to, string handle, string uri) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setFeeDestination(address newDestination)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeAgent(uint256 tokenId, string uri)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
AgentCreated(uint256 indexed id, address to, string handle, string uri, uint256 price)
AgentUpgraded(uint256 indexed id)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
BeaconUpgraded(address indexed beacon)
FeeDestinationChanged(address oldFeeDestination, address newFeeDestination)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.