MonolithV9

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x09e10ed8 at 15126152
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
14 additional variables

No balances found for "MonolithV9"

No transactions found for "MonolithV9"


Functions
Getter at block 21325928
MAX_PER_BADGE(view returns (uint256)
2
MAX_PER_TX(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
10000
REFUND_GRACE_PERIOD(view returns (uint256)
345600
badgeNFT(view returns (address)
0x0000000000000000000000000000000000000000
baseURI(view returns (string)
buybackContract(view returns (address)
0x0000000000000000000000000000000000000000
calculatePrice(view returns (uint80)
1000000000000000000
daStartPrice(view returns (uint256)
0
devMintSupply(view returns (uint256)
0
discountRate(view returns (uint256)
0
dutchAuctionStatus(view returns (uint32 refundsuint32 dutchAuctionSupplyuint32 totalBidsuint32 startsAtuint32 endsAtuint80 lastPrice)
(refunds=0, dutchAuctionSupply=0, totalBids=0, startsAt=0, endsAt=0, lastPrice=0)
floorPrice(view returns (uint256)
0
getBaseURI(view returns (string)
getBidData(view returns (struct MonolithV9Bidder)
(0x0000000000000000000000000000000000000000, 0, 0, 0, 0)
mintStatus(view returns (uint8 pauseduint8 whitelistActiveuint8 publicSaleActiveuint16 whitelistMintsuint16 publicSaleMintsuint16 privateMintsuint16 maxSupplyuint32 totalBidsuint80 whitelistPriceuint80 publicSalePrice)
(paused=0, whitelistActive=0, publicSaleActive=0, whitelistMints=0, publicSaleMints=0, privateMints=0, maxSupply=0, totalBids=0, whitelistPrice=0, publicSalePrice=0)
monolithMintAddress(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
ownerWallet(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
publicMints(view returns (uint32)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
whitelistMints(view returns (uint32)
0
whitelistSupply(view returns (uint256)
0
Read-only
_burners(uint256view returns (address)
balanceOf(address ownerview returns (uint256)
bids(addressview returns (address bidderuint80 spentuint8 daQuantityuint8 whitelistQuantityuint8 publicSaleQuantity)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getBatchHead(uint256 tokenIdview 
getRefundInfo(address _toview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256 count)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
bid(uint256 amountpayable 
burn(uint256 tokenId
claimMonolithBuyback(address to
devMint(address[] _touint256[] _quantity
initialize(string name_string symbol_address ownerWallet_uint256 _floorPriceuint256 _discountRateuint256 _maxSupplyuint256 _daStartPrice
publicMint(uint256 quantitypayable 
refundAndMintDutchAuction(address _to
releaseFunds(
releasePartialFunds(uint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBadgeContract(address _nft
setBaseURI(string _baseURI
setBuybackContract(address _address
setDAStatus(uint256 _startsAtuint256 _durationuint256 _dutchAuctionSupplyuint256 _floorPrice
setDevSupply(uint256 _devMintSupply
setMintStatus(uint8 _pauseduint8 _whitelistActiveuint8 _publicSaleActiveuint256 _whitelistPriceuint256 _publicSalePrice
setOwnerWallet(address _ownerWallet
setWhitelistSupply(uint256 _whitelistSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
whitelistMint(uint256 _quantitypayable 
whitelistMintV2(uint256 quantitypayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
BidReceived(uint256 remainingSupply
Burn(address indexed fromuint256 indexed tokenId
DutchAuctionHasEnded(uint256 timestamp
Initialized(uint8 version
Mint(address indexed touint256 indexed tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PrivateMintHasEnded(uint256 timestamp
PublicSaleHasEnded(uint256 timestamp
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
WhitelistHasEnded(uint256 timestamp
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
DeprecatedMethod(
DutchAuctionBidTooLow(
DutchAuctionFinished(
DutchAuctionInProgress(
DutchAuctionNotStarted(
InvalidArguments(
MaxSupplyExceeded(
MintToZeroAddress(
MintZeroQuantity(
MintingPaused(
NotEnoughFunds(
NotEntitledToRefund(
NotOnTheWhitelist(
OnlyBuybackContract(
OnlyOwnerCanBurn(
OperatorQueryForNonexistentToken(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
PublicSaleBidTooLow(
PublicSaleNotActive(
RefundsInProgressOrGracePeriodNotEnded(
TokenIndexOutOfBounds(
TooManyTokensRequestedInOneTransaction(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WhitelistAllowanceExceeded(
WhitelistBidTooLow(
WhitelistNotActive(