Bipzy
Unverified contract
Proxy
Active on
Ethereum with 2,203 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
0x3aa5…d64c
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- | |
KMANUS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207186 | an hour ago | | | 0 | 0.00059578990 | |
| 21199219 | a day ago | | | 0 | 0.00090140536 | |
| 21176984 | 4 days ago | | | 0 | 0.00073539103 | |
| 21172300 | 5 days ago | | | 0 | 0.0018253852 | |
| 21168438 | 5 days ago | | | 0 | 0.0015214026 | |
| 21166056 | 6 days ago | | | 0 | 0.0027179589 | |
| 21164773 | 6 days ago | | | 0 | 0.0012198149 | |
| 21164547 | 6 days ago | | | 0 | 0.0012668269 | |
| 21161937 | 6 days ago | | | 0 | 0.0012295111 | |
| 21160707 | 7 days ago | | | 0 | 0.00090336783 |
ABI
ABI objects
Getter at block 21207478 proxiableUUID() view returns (bytes32)
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
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 owner) view returns (uint256)
bipzysMinted(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
depositFor(address account, uint256[] tokenIds) returns (bool)
disableMint()
enableMint()
initialize(string _name, string _symbol, address _initialOwner, address _underlying, string _newBaseUri, uint32 _mintAndClaimDeadline, uint32 _mintStartTime)
mint(uint32 _amount) payable
mint(uint32 _amount, uint256 tokenId) payable
ownerMint(address _receiver)
ownerMintAfterClaimDeadline(address _receiver, uint256 _amount, uint256 _fromTokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseUriAndReveal(string _newBaseUri, bool _toReveal)
setDiscount(uint16 _newDiscount)
setNewMintAndClaimDeadline(uint32 _newMintAndClaimDeadline)
setNewMintStartTime(uint32 _newMintStartTime)
setNewPrice(uint96 _price)
setOperatorFilteringEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateRoyalties(address _receiver, uint96 newRoyalties)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DiscountUpdated(uint256 newDiscount)
FundsWithdrawn(address indexed receiver, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(uint256 newPrice)
PublicMintStatus(bool currentMintStatus)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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()