Boring Opepen

Verified contract

Active on Ethereum with 680 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Boring Opepen"

0x2e261619b7fa93f21fc6806c8fc492c74dace0c0ae47c7c2defedfa845d539a0
0x94c907c819bd8024d30d38ae52d11972237029af69e2a433837ee4ed83d13643
0x651f08f3f6d5668f28baf020c6b95d3f8bf30527386a5782eaf847c215709aff
0x771c58e7dc8ff6c413124d8760a0f7b56865912940444a96b3a75269d3948ff5
0xbda2ea586bbe24792ed64ebf871d51e0dcd0f126f50fb5fdd7fe28473186d06e
0xf803a29b9ef435de5555272c5cbb54b0bf1d17a8b3876603a0f9d9c573aaef68
0x75dfde6ff9901d16a3978b88abc6795577ac51e90ffeffe932fbf8b80c931f12
0x292f9f2d13c58f1b0723c1371a6cd9946be24ca814a3100fbca2c53e5488d85e
0x21c4b67f837e18176d5023129d96b3b13d8f4df6fab34549490f8750fadd7c22
0xf1069ff8022616b9b92d8a288dabbce981b30e697247b1701595390f3f741c34

Functions
Getter at block 21066827
getGlobalWalletLimit(view returns (uint256)
40
getMaxMintableSupply(view returns (uint256)
5555
getNumberStages(view returns (uint256)
1
getTokenURISuffix(view returns (string)
.json
min_fee(view returns (uint256)
33000000000000
name(view returns (string)
Boring Opepen
owner(view returns (address)
0x23c40c6507e83de3903feea1dfe859c4cd6dfd69
symbol(view returns (string)
BOOP
threshold(view returns (uint256)
2000000000000000
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getActiveStageFromTimestamp(uint64 timestampview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getStageInfo(uint256 indexview returns (struct IERC721LMintStageInfouint32uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalMintedByAddress(address aview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint32 qtybytes32[] proofpayable 
ownerMint(uint32 qtyaddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setBaseURIPermanent(
setGlobalWalletLimit(uint256 globalWalletLimit
setMaxMintableSupply(uint256 maxMintableSupply
setStages(struct IERC721LMintStageInfo[] newStages
setTokenURISuffix(string suffix
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateStage(uint256 indexuint80 costuint32 walletLimitbytes32 merkleRootuint24 maxStageSupplyuint64 startTimeUnixSecondsuint64 endTimeUnixSeconds
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PermanentBaseURI(string baseURI
SetActiveStage(uint256 activeStage
SetBaseURI(string baseURI
SetGlobalWalletLimit(uint256 globalWalletLimit
SetMaxMintableSupply(uint256 maxMintableSupply
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdateStage(uint256 stageuint80 costuint32 walletLimitbytes32 merkleRootuint24 maxStageSupplyuint64 startTimeUnixSecondsuint64 endTimeUnixSeconds
Withdraw(uint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotIncreaseMaxMintableSupply(
CannotUpdatePermanentBaseURI(
GlobalWalletLimitOverflow(
InsufficientStageTimeGap(
InvalidProof(
InvalidQueryRange(
InvalidStage(
InvalidStageArgsLength(
InvalidStartAndEndTimestamp(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSupplyLeft(
NotEnoughValue(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
StageSupplyExceeded(
TimestampExpired(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WalletGlobalLimitExceeded(
WalletStageLimitExceeded(
WithdrawFailed(