AgentNftV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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)
No balances found for "AgentNftV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AgentNftV2"
ABI
ABI objects
Getter at block 22014677
currency() view returns (address)
0x0000000000000000000000000000000000000000
feeDestination() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
version() view returns (uint8)
255
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.