Viedma Base

Unverified contract

Proxy

Active on Base with 121 txns
Deployed by via 0xb3e6f8bb at 18085651
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot

No balances found for "Viedma Base"

0xc7e1f930e8719716d4663de65cf63de9328c84ba3178ec798edf331ae2a8a9ee
0xe2f7ef227e39629ae957975387e07fe395e8069f4b0c10636374c898db04e4f9
0x38a169ce5888166da80b9b7427a3e0826491ad73cc509b0c532341804c0db5bf
0xd233ec2d89f383585d21c5a3a5f08b6b8747afd6e48de78c6ad2a37a95c83cb1
0x09a3fde89c558837e1d6b5f546b0a6aeb8c5c832f4ed7d3a8d9f5d37f2f6e301
0x7127e0708337ad123d91c6964b6c86acc76e313f0c047ce9bb72363c8d0cc92a
0xd6377cd79fd00911d2b363b672950f0fef85a25769702b00d3242023f2420f79
0xaf230f58473a754689e80620967ba337d2d1afc71a56e7628df73dc66a7be434
0xbc9b63f43bac38918d7ce975556808bf68f653551d56f9b251b8c3a8a1754cac
0xd349bbe099edbf276d8f7f459ca36c3b4b37bef604a74a7802e99575eb9c6bbf

Functions
Getter at block 23109904
name(view returns (string)
Viedma Base
owner(view returns (address)
0x486752e4c8ab22f5abb1feb95abc7ce0a36473da
symbol(view returns (string)
VDMB
totalSupply(view returns (uint256)
282
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
blacklistExtension(address extension
initialize(address initialOwnerstring _namestring _symbolstring contractURIuint96 _royaltyaddress _royaltyReceiver
mintExtensionExisting(address[] touint256[] tokenIdsuint256[] amounts
mintExtensionNew(address[] touint256[] amountsreturns (uint256[] tokenIds)
registerExtension(address extension
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setURI(string newuri
transferOwnership(address newOwner
updateRoyalty(address _receiveruint96 _royalty
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ExtensionBlacklisted(address indexed extensionaddress indexed sender
ExtensionRegistered(address indexed extensionaddress indexed sender
ExtensionUnregistered(address indexed extensionaddress indexed sender
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltiesUpdated(address receiversuint256 basisPoints
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
ExtensionIsBlacklisted(
ExtensionNotRegistered(
InvalidInitialization(
InvalidInput(
MintExtensionExisting_InvalidExtension(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
RegisterExtension_ExtensionInvalid(
RoyaltyTooHigh(