MidnightBreeze
Verified contract
Active on
Ethereum with 18,125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,601.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.498484 | $3,212.21 |
$1,601.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151765 | a day ago | | | 0 | 0.00041523300 | |
| 21146773 | 2 days ago | | | 0 | 0.00044344556 | |
| 21145159 | 2 days ago | | | 0 | 0.0015549104 | |
| 21132272 | 4 days ago | | | 0 | 0.0012185252 | |
| 21132269 | 4 days ago | | | 0 | 0.0014583934 | |
| 21130085 | 4 days ago | | | 0 | 0.00081977221 | |
| 21127479 | 4 days ago | | | 0 | 0.0012373915 | |
| 21107793 | 7 days ago | | | 0 | 0.00021181868 | |
| 21107793 | 7 days ago | | | 0 | 0.00021255571 | |
| 21101525 | 8 days ago | | | 0 | 0.00031149492 |
ABI
ABI objects
Getter at block 21158632
name() view returns (string)
MidnightBreeze
owner() view returns (address)
0x11c6afeb38b7b31a0e997aaac9a16538b86cde63
paused() view returns (bool)
false
symbol() view returns (string)
MNB
totalSupply() view returns (uint256)
6969
unitCost() view returns (uint256)
69000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedWhitelistMint(address user) view returns (bool)
whitelistedOrOpenSale(address user) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 numberToMint)
endSale()
mintBreeze(uint256 mintNumber) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string hostedURI)
startOpenSale()
startSale(string hostedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateUnitPrice(uint256 unitPrice)
whitelistAddress(address user)
whitelistAddress(address[] users)
withdraw()
withdrawTokens(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CloseSale(address indexed _from)
OpenSale(address indexed _from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 maxPurchase, uint256 maxTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.