0x3f61b724d2979b12b782caa08d63bd20cd3913ed

Unverified contract

Proxy

Active on Base with 150 txns
Deployed by via 0xf75b9938 at 17397118
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 999 additional slots

No balances found for "0x3f61b724d2979b12b782caa08d63bd20cd3913ed"

0xfc8eb7e56387cf2eee00f1a1920401a369e7ff8261f97d465541f121aee89b16
0x658ceddacaed0d3159e457db8c71e2ce17fb0848b51e65e2dacb95da2d90b93b
0xeda44e742bb74b9bb76d2aaa83bbd9552b3cde0bb28d7000cd00456922b4db99
0x12c5a07c43a1acaad5432fcff0b0fc8ccd3c125c9027733196ec89517c02ed85
0x967bbe907456ed735a4a3b9ccf6047497704ac40142890a3dd0e0ee9f5e91c08
0xdaa0ad0f359bda54f6ba18cccf443d1427a4984d6b9859ff6c7560cfe6ff8683
0x2efb5f81e459dfdff98cb1e97398db3709b95eb03520d65423216f92e894442a
0x12155c186f6519a5e5ba83a08593d97ae8ae777e867153d3a19f0ec826d6194b
0x5de250710c1da188b45f1dfdef99cdbb13d79ad353546ac7e6a7522b3f1ec321
0x10e3f95346c702873a37d86c3d4bd866245910d31ce5482385401fd25b226549

Functions
Getter at block 22755946
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
contractURI(view returns (string uri)
ipfs://QmYNGAXnvqYbvUiH7XBCtam2nVe7yyshGojaPPJLhDjKiB/metadata.json
defaultRoyaltyPaymentAddress(view returns (address paymentAddress)
0x0000000000000000000000000000000000000000
getNFTCollectionType(view returns (string collectionType)
Multi-Token Collection
owner(view returns (address)
0x87fbc14794ede30e64905f0b8da30abb57ac1b15
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
totalSupply(view returns (uint256)
3838
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 tokenIdview returns (bool tokenIdWasCreated)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokenMintAvailability(uint256 tokenIdview returns (uint256 mintEndTimeuint256 quantityAvailableToMint)
hasRole(bytes32 roleaddress accountview returns (bool accountHasRole)
isAdmin(address accountview returns (bool approved)
isApprovedForAll(address accountaddress operatorview returns (bool)
isMinter(address accountview returns (bool approved)
isTokenRestricted(uint256 tokenIduint8 restrictionview returns (bool isRestricted)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool isSupported)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIdview returns (string tokenURI)
State-modifying
acceptOwnership(
adminMulticall(bytes[] internalDelegateCallsstruct CallWithoutValue[] externalCalls
assignTokenRestrictions(uint256 tokenIduint8 restrictionToAdd
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
createToken(uint256 tokenIdstring tokenURIuint256 mintEndTime
grantAdmin(address account
grantMinter(address account
grantRole(bytes32 roleaddress account
initialize(address creatorstring contractUribytes[] internalDelegateCallsstruct CallWithoutValue[] externalCalls
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeAdmin(address account
revokeMinter(address account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] tokenIdsuint256[] quantitiesbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 quantitybytes data
setApprovalForAll(address operatorbool approved
setContractURI(string uri
setDefaultRoyaltyPaymentAddress(address paymentAddress
setMintEndTime(uint256 tokenIduint256 mintEndTime
setTokenRoyaltyPaymentAddress(uint256 tokenIdaddress tokenRoyaltyPaymentAddressOverride
setTokenURI(uint256 tokenIdstring tokenURI
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
AssignTokenRestriction(uint256 indexed tokenIduint8 restrictionAdded
ContractURIUpdated(
CreateToken(uint256 indexed tokenId
Initialized(uint64 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PermanentURI(string tokenUriuint256 indexed tokenId
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetDefaultRoyaltyPaymentAddress(address indexed defaultRoyaltyPaymentAddress
SetMintEndTime(uint256 indexed tokenIduint256 mintEndTime
SetTokenRoyaltyPaymentAddress(uint256 indexed tokenIdaddress indexed paymentAddressOverride
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
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AdminRole_Caller_Does_Not_Have_Admin_Role(
CollectionTokenRoyalties_Address_Already_Set(
CollectionTokenRoyalties_Payment_Address_Required(
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
FailedInnerCall(
InvalidInitialization(
InvalidShortString(
MinterRole_Caller_Does_Not_Have_Minter_Or_Admin_Role(
MultiTokenCollection_Contract_URI_Required(
MultiTokenCollection_Token_Already_Exists(
MultiTokenMintSchedule_Mint_Time_Has_Already_Expired(
MultiTokenMintSchedule_Token_Minting_Has_Ended(
MultiTokenMintSchedule_Token_Not_Found(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
StringTooLong(string str
StringsLibrary_Required_String_Is_Empty(
TokenImmutability_Action_Disallowed(
TokenImmutability_Restriction_Already_Applied(