Bulls 2023

Unverified contract

Proxy

Active on Base with 305 txns
Deployed by via 0x7a8fdc4f at 7460440
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
8 additional variables

No balances found for "Bulls 2023"

0x38b96a8a414603935a72cc48571d4705d8979167bf64004c6de9aa321ff9eb54
0x894f3419041ac0849dbeb942247ae6f6c9a5c2fab893d3b7f1830afdeb8c522a
0xe5b77f7b49b59b38c72f2f5466d18092c9bf62b2659c9e1336cd0997ab35a32d
0x80e3daf6893bd791e3f4122b5808c9f8ecb9375c2e56513eeda9c9f1e894ada2
0xd4e8815590ec0c23893217e44e2c6eed151997a3142309d6a7656f7d8f9dfe3d
0xa1a04415379f20e97da7b3fec7800bc14bae61b7d138826a91aeb4762355d4bb
0xda999ace700f18c7d53bdebede231c890dbe3e6f8950d34055fa11f7e628e4ad
0xd04e432325837b238c54c36a95ac918682a648c761fb63b1105a31ec37da4cbc
0x84e9f9d5a484a8fbf4754e7c5d9c52351a4567c69a49ba1471fe8fb57b8bfd00
0xceed8a7ad8a8981c3ccba075cc621fc6465804001365f0f6162ddd2c417d53b5

Functions
Getter at block 23782194
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmY5hBeRN8nsgzGRCHShybxy8JQNyiTSsCmQrm2cgaa43p/0
getBaseURICount(view returns (uint256)
4
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x22b823e0632952c28efb381677dc283a0964b4d2, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0x22b823e0632952c28efb381677dc283a0964b4d2, 0)
name(view returns (string)
Bulls 2023
nextTokenIdToMint(view returns (uint256)
6
owner(view returns (address)
0x22b823e0632952c28efb381677dc283a0964b4d2
primarySaleRecipient(view returns (address)
0x22b823e0632952c28efb381677dc283a0964b4d2
symbol(view returns (string)
BUL
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
batchFrozen(uint256view returns (bool)
claimCondition(uint256view returns (uint256 currentStartIduint256 count)
getActiveClaimConditionId(uint256 _tokenIdview returns (uint256)
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getClaimConditionById(uint256 _tokenIduint256 _conditionIdview returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
getSupplyClaimedByWallet(uint256 _tokenIduint256 _conditionIdaddress _claimerview returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
maxTotalSupply(uint256view returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
verifyClaim(uint256 _conditionIdaddress _claimeruint256 _tokenIduint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDrop1155AllowlistProof _allowlistProofview returns (bool isOverride)
State-modifying
burnBatch(address accountuint256[] idsuint256[] values
claim(address _receiveruint256 _tokenIduint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDrop1155AllowlistProof _allowlistProofbytes _datapayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminaddress __originalContractbytes32 _ownershipMerkleRootstring _contractURI
lazyMint(uint256 _amountstring _baseURIForTokensbytes _datareturns (uint256 batchId)
migrate(address _tokenOwneruint256 _tokenIduint256 _proofMaxQuantitybytes32[] _proof
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setClaimConditions(uint256 _tokenIdstruct IClaimConditionClaimCondition[] _conditionsbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setMaxTotalSupply(uint256 _tokenIduint256 _maxTotalSupply
setMerkleRoot(bytes32 _merkleRoot
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
updateBatchBaseURI(uint256 _indexstring _uri
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ClaimConditionsUpdated(uint256 indexed tokenIdstruct IClaimConditionClaimCondition[] claimConditionsbool resetEligibility
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
Initialized(uint8 version
MaxTotalSupplyUpdated(uint256 tokenIduint256 maxTotalSupply
MetadataFrozen(
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensClaimed(uint256 indexed claimConditionIndexaddress indexed claimeraddress indexed receiveruint256 tokenIduint256 quantityClaimed
TokensLazyMinted(uint256 indexed startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
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
BatchMintInvalidBatchId(uint256 index
BatchMintInvalidTokenId(uint256 tokenId
BatchMintMetadataFrozen(uint256 batchId
ContractMetadataUnauthorized(
CurrencyTransferLibFailedNativeTransfer(address recipientuint256 value
DropClaimExceedLimit(uint256 expecteduint256 actual
DropClaimExceedMaxSupply(uint256 expecteduint256 actual
DropClaimInvalidTokenPrice(address expectedCurrencyuint256 expectedPricePerTokenaddress actualCurrencyuint256 actualExpectedPricePerToken
DropClaimNotStarted(uint256 expecteduint256 actual
DropExceedMaxSupply(
DropInvalidMsgValue(uint256 expecteduint256 actual
DropNoActiveCondition(
DropNotApprovedOrOwner(address sender
DropTransferRestricted(address fromaddress to
DropUnauthorized(
LazyMintInvalidAmount(
LazyMintUnauthorized(
OwnableUnauthorized(
PermissionsAlreadyGranted(address accountbytes32 role
PermissionsInvalidPermission(address expectedaddress actual
PermissionsUnauthorizedAccount(address accountbytes32 neededRole
PlatformFeeExceededMaxFeeBps(uint256 maxuint256 actual
PlatformFeeInvalidRecipient(address recipient
PlatformFeeUnauthorized(
PrimarySaleInvalidRecipient(address recipient
PrimarySaleUnauthorized(
RoyaltyExceededMaxFeeBps(uint256 maxuint256 actual
RoyaltyInvalidRecipient(address recipient
RoyaltyUnauthorized(
TokenMigrateAlreadyMigrated(address owneruint256 tokenId
TokenMigrateInvalidProof(address tokenOwneruint256 tokenId
TokenMigrateInvalidTokenId(uint256 tokenId
TokenMigrateUnauthorized(