Bipzy

Unverified contract

Proxy

Active on Ethereum with 2,203 txns
Deployed by via 0x8e46145c at 19527945
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 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
3 additional variables
 (#1504)
ERC-721
--
 (#1503)
ERC-721
--
 (#1502)
ERC-721
--
 (#1501)
ERC-721
--
 (#1499)
ERC-721
--
 (#1497)
ERC-721
--
 (#1496)
ERC-721
--
 (#1495)
ERC-721
--
 (#1494)
ERC-721
--
 (#1493)
ERC-721
--
0xc4c043f2d6a880741b51f29b03ff3e0d4d8f5be226a38f64edf307cf4070f93e
0x83f16d0185d9f7b45ed4861c306c277dd7d0c44889e305517c5936c03e6cf7cb
0xa9287e5018ea30b25377f2faa57b9c4b1706d8786ded85a6b8b516bdbb4567c7
0x833e10dd0d5090c64537a6f05a25a4188404e723783caad49d2ad94dc5078fff
0x07052d55b3faa306ccc6dab5a5fcc6f19e81179182551b5efa48fd117a91d4ef
0xe52fd5a12f04557e822f9cbc94b66f02e38b600ccb4d8c12beddb34ef5e9b3bd
0xc6ecb927c901851da665e804bb106540b46e9f698ee4a0f2b64b7ec1f384b2ca
0x0e022755863f7f9c1632a7c2d689a0ca464dc064e7ed63470c97382cd8c3afde
0xd4c189b35061712c92b5a2fec4acbb3dd7f465d4b901b4a0ba5f0bf527d4cf60
0x1115c670157fed44b81188b31c046cb38ae63ea83e78995c97183480b9dc0bb1

Functions
Getter at block 21207478
BASIS_POINTS(view returns (uint256)
10000
ID_OFFSET(view returns (uint256)
394
LAST_TOKEN_ID_KMANUS(view returns (uint256)
1505
MAX_MINT(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
2000
RESERVED_FOR_PUBLIC(view returns (uint256)
100
TOTAL_SUPPLY_OF_KMANUS(view returns (uint256)
1506
discount(view returns (uint16)
3330
isMintingActive(view returns (bool)
true
isRevealed(view returns (bool)
true
magicEdenSubscriptionAddress(view returns (address)
0xb197f889dd1550533a0f1112dbd5b12e5dded25d
mintAndClaimDeadline(view returns (uint32)
1712952000
mintStartTime(view returns (uint32)
1711742400
name(view returns (string)
Bipzy
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xbe8fcab9560cca51157c0b3df71c910bffc6dd04
price(view returns (uint96)
1150000000000000000
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
BIPZYS
tokenLeftInPublic(view returns (uint256)
0
totalSupply(view returns (uint256 result)
2000
underlying(view returns (address)
0x3aa510dc091980e3fddede457e7597bfd5d4d64c
Read-only
balanceOf(address ownerview returns (uint256)
bipzysMinted(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
depositFor(address accountuint256[] tokenIdsreturns (bool)
disableMint(
enableMint(
initialize(string _namestring _symboladdress _initialOwneraddress _underlyingstring _newBaseUriuint32 _mintAndClaimDeadlineuint32 _mintStartTime
mint(uint32 _amountpayable 
mint(uint32 _amountuint256 tokenIdpayable 
ownerMint(address _receiver
ownerMintAfterClaimDeadline(address _receiveruint256 _amountuint256 _fromTokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseUriAndReveal(string _newBaseUribool _toReveal
setDiscount(uint16 _newDiscount
setNewMintAndClaimDeadline(uint32 _newMintAndClaimDeadline
setNewMintStartTime(uint32 _newMintStartTime
setNewPrice(uint96 _price
setOperatorFilteringEnabled(bool value
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateRoyalties(address _receiveruint96 newRoyalties
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DiscountUpdated(uint256 newDiscount
FundsWithdrawn(address indexed receiveruint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceUpdated(uint256 newPrice
PublicMintStatus(bool currentMintStatus
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotMintOutsideOfOwnerRange(
ClaimEnded(
ExceedMaxMint(
ExceedsPublicSupply(
MaxSupplyExceeds(
MintAndClaimNotEnded(
MintERC2309QuantityExceedsLimit(
MintEnded(
MintToZeroAddress(
MintZeroQuantity(
MintingInactive(
NotCompatibleWithSpotMints(
OutOfBounds(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
SupplyExactEth(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFailed(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(