0x87c082a2e681f4d2da35883a1464954d59c35d3a

Unverified contract

Proxy

Active on Base with 1,358 txns
Deployed by via 0x6944b01b at 11930462
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
16 additional variables

No balances found for "0x87c082a2e681f4d2da35883a1464954d59c35d3a"

0x04b6f5b5f62d3690783467b4170c9b5365640ea6f997d6b6e3f1a709a9e2ec3e
0x11d958513e2558dea15590e3c391b9af77b3ca251aeb1f0d3e25342b8d961115
0x65d99e498fd6c2bf0853f4d476685ecb316f7bce9f2b5dded646b34e986226a6
0xfd728cd593738a781bba7bf529cd15cfb64be77a622060c70b4884606e046f2c
0x0e01eb976965357afa1ff76eb3e169a6c5c2c94e476824feddf7f9bc90f5d254
0x9d7812c9e7d9356121526a168f747daa4368593773e1605893d0d4f87df7c01e
0x323680f994f9d44b67b51ec86bf3946c2e74c2676d71b444644b4573a904e90b
0xbaaca05fe49c00a73a623860c49dda81c7906c5f7348cf3a1a6eb19ceeb8f206
0xda574262c985051d88de5afebdc5cefb5fdf83af7b680c16c16163d20e34028f
0xa3d5392d917eaad607a3ffe30df704e48bac06dff82b42949d4404d5081c27c8

Functions
Getter at block 22925291
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=1)
contractType(pure returns (bytes32)
0x44726f704552433732314d000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://Qmeb2zmcFNUZeSF3NQNmewhvoyavNw5rJAAkoULBUpDRTV/0
contractVersion(pure returns (uint8)
4
getActiveClaimConditionId(view returns (uint256)
0
getBaseURICount(view returns (uint256)
0
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x9cafd5d52af08483b321bf4d20bb9a56adcfcf14, 1000)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xc4fc57dedd2463314a3fd2dbadb86b4404c257e5, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0xc4fc57dedd2463314a3fd2dbadb86b4404c257e5, 5000)
getPlatformFeeType(view returns (uint8)
0
maxTotalSupply(view returns (uint256)
0
name(view returns (string)
Baseships
nextTokenIdToClaim(view returns (uint256)
1234
nextTokenIdToMint(view returns (uint256)
1234
owner(view returns (address)
0x9cafd5d52af08483b321bf4d20bb9a56adcfcf14
primarySaleRecipient(view returns (address)
0x9cafd5d52af08483b321bf4d20bb9a56adcfcf14
symbol(view returns (string)
BASESHIPS
totalMinted(view returns (uint256)
1234
totalSupply(view returns (uint256)
1234
Read-only
balanceOf(address ownerview returns (uint256)
batchFrozen(uint256view returns (bool)
getApproved(uint256 tokenIdview returns (address)
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getClaimConditionById(uint256 _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 _conditionIdaddress _claimerview returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
verifyClaim(uint256 _conditionIdaddress _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofview returns (bool isOverride)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofbytes _datapayable 
freezeBatchBaseURI(uint256 _index
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminaddress __originalContractbytes32 _ownershipMerkleRootstring _contractURI
lazyMint(uint256 _amountstring _baseURIForTokensbytes _datareturns (uint256 batchId)
migrate(address _tokenOwneruint256 _tokenIdbytes32[] _proof
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setClaimConditions(struct IClaimConditionClaimCondition[] _conditionsbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setMaxTotalSupply(uint256 _maxTotalSupply
setMerkleRoot(bytes32 _merkleRoot
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
transferFrom(address fromaddress touint256 tokenId
updateBatchBaseURI(uint256 _indexstring _uri
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditionsbool resetEligibility
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
MaxTotalSupplyUpdated(uint256 maxTotalSupply
MetadataFrozen(
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
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 startTokenIduint256 quantityClaimed
TokensLazyMinted(uint256 indexed startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
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
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
DropDelayRevealUnsupported(
DropExceedMaxSupply(
DropInvalidMsgValue(uint256 expecteduint256 actual
DropNoActiveCondition(
DropNotApprovedOrOwner(address senderuint256 tokenId
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(uint256 tokenId
TokenMigrateInvalidProof(address tokenOwneruint256 tokenId
TokenMigrateInvalidTokenId(uint256 tokenId
TokenMigrateUnauthorized(