MonolithV9
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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 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
Balances ($0.00)
No balances found for "MonolithV9"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MonolithV9"
ABI
ABI objects
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 refunds, uint32 dutchAuctionSupply, uint32 totalBids, uint32 startsAt, uint32 endsAt, uint80 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 paused, uint8 whitelistActive, uint8 publicSaleActive, uint16 whitelistMints, uint16 publicSaleMints, uint16 privateMints, uint16 maxSupply, uint32 totalBids, uint80 whitelistPrice, uint80 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(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
bids(address) view returns (address bidder, uint80 spent, uint8 daQuantity, uint8 whitelistQuantity, uint8 publicSaleQuantity)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getBatchHead(uint256 tokenId) view
getRefundInfo(address _to) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 count)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
bid(uint256 amount) payable
burn(uint256 tokenId)
claimMonolithBuyback(address to)
devMint(address[] _to, uint256[] _quantity)
initialize(string name_, string symbol_, address ownerWallet_, uint256 _floorPrice, uint256 _discountRate, uint256 _maxSupply, uint256 _daStartPrice)
publicMint(uint256 quantity) payable
refundAndMintDutchAuction(address _to)
releaseFunds()
releasePartialFunds(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBadgeContract(address _nft)
setBaseURI(string _baseURI)
setBuybackContract(address _address)
setDAStatus(uint256 _startsAt, uint256 _duration, uint256 _dutchAuctionSupply, uint256 _floorPrice)
setDevSupply(uint256 _devMintSupply)
setMintStatus(uint8 _paused, uint8 _whitelistActive, uint8 _publicSaleActive, uint256 _whitelistPrice, uint256 _publicSalePrice)
setOwnerWallet(address _ownerWallet)
setWhitelistSupply(uint256 _whitelistSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
whitelistMint(uint256 _quantity) payable
whitelistMintV2(uint256 quantity) payable
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)
BidReceived(uint256 remainingSupply)
Burn(address indexed from, uint256 indexed tokenId)
DutchAuctionHasEnded(uint256 timestamp)
Initialized(uint8 version)
Mint(address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrivateMintHasEnded(uint256 timestamp)
PublicSaleHasEnded(uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
WhitelistHasEnded(uint256 timestamp)
This contract contains no constructor objects.
receive()
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()