TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 4,021 txns
Unified 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 15 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22732093 | an hour ago | | | 0 | 9.6977531e-7 | |
| 22730593 | 2 hours ago | | | 0 | 0.0000011468023 | |
| 22728614 | 3 hours ago | | | 0 | 7.5278071e-7 | |
| 22726274 | 4 hours ago | | | 0 | 5.2015967e-7 | |
| 22723936 | 6 hours ago | | | 0 | 8.7969239e-7 | |
| 22723572 | 6 hours ago | | | 0 | 0.0000010825699 | |
| 22722644 | 6 hours ago | | | 0 | 9.6974068e-7 | |
| 22721592 | 7 hours ago | | | 0 | 0.0000011483148 | |
| 22720993 | 7 hours ago | | | 0 | 9.6977531e-7 | |
| 22720993 | 7 hours ago | | | 0 | 9.6977531e-7 |
ABI
ABI objects
Getter at block 22734236
getAdmin() view returns (address)
0xe220329659d41b2a9f26e83816b424bdacf62567
name() view returns (string)
Contribution
personaNft() view returns (address)
0x50725af160260a316b2673c71c8c21469f6732c0
symbol() view returns (string)
VC
totalSupply() view returns (uint256)
3999
Read-only
balanceOf(address owner) view returns (uint256)
getAgentDAO(uint256 virtualId) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getChildren(uint256 tokenId) view returns (uint256[])
getCore(uint256 tokenId) view returns (uint8)
getDatasetId(uint256 tokenId) view returns (uint256)
getParentId(uint256 tokenId) view returns (uint256)
isAccepted(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isModel(uint256 tokenId) view returns (bool)
modelContributions(uint256) view returns (bool)
modelDatasets(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokenVirtualId(uint256 tokenId) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(address thePersonaAddress)
mint(address to, uint256 virtualId, uint8 coreId, string newTokenURI, uint256 proposalId, uint256 parentId, bool isModel_, uint256 datasetId) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdmin(address newAdmin)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
Initialized(uint64 version)
MetadataUpdate(uint256 _tokenId)
NewContribution(uint256 tokenId, uint256 virtualId, uint256 parentId, uint256 datasetId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
InvalidInitialization()
NotInitializing()