EXO Monolith
Verified contract
Proxy
Active on
Ethereum with 883 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
18 additional
variables
Balances ($1,370.55)
Native
Value
$1,370.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.37 | $3,704.20 |
$1,370.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18377666 | a year ago | | | 0 | 0.00061038924 | |
| 18027096 | a year ago | | | 0 | 0.00093437565 | |
| 17798086 | a year ago | | | 0 | 0.00062923541 | |
| 17747344 | a year ago | | | 0 | 0.00092018910 | |
| 17571690 | a year ago | | | 0 | 0.0016917714 | |
| 17490745 | a year ago | | | 0 | 0.00058357462 | |
| 17292331 | 2 years ago | | | 0 | 0.0017577903 | |
| 17053357 | 2 years ago | | | 0 | 0.00078148358 | |
| 17044457 | 2 years ago | | | 0 | 0.0010268850 | |
| 17044453 | 2 years ago | | | 0 | 0.0010622776 |
ABI
ABI objects
Getter at block 21325928 calculatePrice() view returns (uint80) proxiableUUID() view returns (bytes32) totalSupply() view returns (uint256)
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)
0x6ebe61406a6d65226f7925c35f7ea3d1cc30e47e
baseURI() view returns (string)
buybackContract() view returns (address)
0x680a9082de3de3fed1f86f68e6cb808b1458a138
daStartPrice() view returns (uint256)
990000000000000000
devMintSupply() view returns (uint256)
300
discountRate() view returns (uint256)
50000000000000000
dutchAuctionStatus() view returns (uint32 refunds, uint32 dutchAuctionSupply, uint32 totalBids, uint32 startsAt, uint32 endsAt, uint80 lastPrice)
(refunds=15, dutchAuctionSupply=8275, totalBids=6, startsAt=1656532800, endsAt=1656554400, lastPrice=200000000000000000)
floorPrice() view returns (uint256)
200000000000000000
getBaseURI() view returns (string)
https://k6i2gbrhh2ylft3vjg6mywpnlq0hfmjf.lambda-url.us-east-2.on.aws/
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=1, whitelistMints=0, publicSaleMints=0, privateMints=0, maxSupply=16, totalBids=0, whitelistPrice=40000000000000000, publicSalePrice=60000000000000000)
monolithMintAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
EXO Monolith
owner() view returns (address)
0xee7c0e89f749a8e4d3acb7ba973ca09a4787b0bb
ownerWallet() view returns (address)
0xee7c0e89f749a8e4d3acb7ba973ca09a4787b0bb
publicMints() view returns (uint32)
26
symbol() view returns (string)
EXM
whitelistMints() view returns (uint32)
320
whitelistSupply() view returns (uint256)
9688
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)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, bytes _data)
fallback()
receive()
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()