TransparentUpgradeableProxy

Verified contract

Proxy

Active on Base with 1 txns
Deployed by via 0x655b1305 at 11842888
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TransparentUpgradeableProxy"

0x2759660d94f33cecec2a266e86a3f753b87372fdb75980ec27f26780cd357112
From

Functions
Getter at block 22734740
contributionNft(view returns (address)
0xbf8c24cafa62bdd5f5cb9773ac64f5d489df44c5
datasetImpactWeight(view returns (uint16)
7000
name(view returns (string)
Service
owner(view returns (address)
0xe220329659d41b2a9f26e83816b424bdacf62567
personaNft(view returns (address)
0x50725af160260a316b2673c71c8c21469f6732c0
symbol(view returns (string)
VS
totalSupply(view returns (uint256)
2174
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getCore(uint256 tokenIdview returns (uint8)
getCoreDatasetAt(uint256 virtualIduint8 coreTypeuint256 indexview returns (uint256)
getCoreDatasets(uint256 virtualIduint8 coreTypeview returns (uint256[])
getCoreService(uint256 virtualIduint8 coreTypeview returns (uint256)
getImpact(uint256 tokenIdview returns (uint256)
getMaturity(uint256 tokenIdview returns (uint256)
getMintedAt(uint256 tokenIdview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
totalCoreDatasets(uint256 virtualIduint8 coreTypeview returns (uint256)
State-modifying
approve(address touint256 tokenId
initialize(address initialAgentNftaddress initialContributionNftuint16 initialDatasetImpactWeight
mint(uint256 virtualIdbytes32 descHashreturns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setDatasetImpactWeight(uint16 weight
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateImpact(uint256 virtualIduint256 proposalId
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
CoreServiceUpdated(uint256 virtualIduint8 coreTypeuint256 serviceId
DatasetImpactUpdated(uint16 weight
Initialized(uint64 version
MetadataUpdate(uint256 _tokenId
NewService(uint256 tokenIduint8 coreIduint256 maturityuint256 impactbool isModel
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetServiceScore(uint256 serviceIduint256 eloRatinguint256 impact
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account