Venus Protocol 4th Anniversary NFT

Verified contract

Proxy

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

No balances found for "Venus Protocol 4th Anniversary NFT"

0xe8227adda3717ad44c484c63664b6d70c34ec2983f1c06698f1c60ca17b6c86f
0xeb018e9dea3f4a3da29d9c03cf717c58e9a35e815a16bec81cbd24e62516996f
0x36d5e851a37eeb21be26bf26eb84ec694fddfa4eaa1f66a5790928493f7e0b89
0x2875444c723b876462f9a385cafdd6f780690240b62d5f9707ae262b50036bf0
0x22dffb1e032adc49a90a0a45174bac422674afe88ea00a6658fccd5875987e6e
0xf8dae7fa022e98175e710c7ab1e3a2205998c57d691344c3c671ca301fb4e963
0x253acd602e3ad6244457e733605d2869dc217f59d803b208024c9d9f9e944753
0xe91b48dcec78d01f7b6ffc28b3237267dc2250efeabe7d3beb649eb935b7b93b
0xb764839dce846fd278b60fe981a523671d590f387f3f117175edfb342b0f8731
0x014839b3d6b5fd5278a1c9a508f7e5d0ecef889dcdc03140a4ed2a9779ed0b32

Functions
Getter at block 23094930
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Venus Protocol 4th Anniversary NFT
owner(view returns (address result)
0xc444949e0054a23c44fc45789738bdf64aed2391
payoutRecipient(view returns (address)
0xc444949e0054a23c44fc45789738bdf64aed2391
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
VNS4YRS
totalMinted(view returns (uint256)
81
totalSupply(view returns (uint256)
81
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintModuleApproved(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMintModule(address mintModule
adminMint(address touint256 quantity
approve(address touint256 tokenIdpayable 
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(struct Mint721Configuration configaddress mintModuleRegistry_address _metadataRendererbytes metadataRendererConfigaddress[] mintModulesbytes[] mintModuleDataaddress creator
mint(address touint256 quantity
refreshMetadata(
removeMintModule(address mintModule
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMetadataRenderer(address _metadataRenderer
setRoyalty(uint256 bps
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
updateExternalConfiguration(address[] configurablebytes[] configData
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MetadataRendererUpdated(address renderer
MetadataUpdate(uint256 _tokenId
ModuleAdded(address module
ModuleRemoved(address module
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RoyaltyUpdated(uint256 bps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMintModuleData(
InvalidRoyalty(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
ModuleUpdateFailed(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OnlyEOAAdminMintAllowed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnapprovedMintModule(
Unauthorized(