MB1 Genesis
Verified contract
Active on
Ethereum with 2,000 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "MB1 Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269702 | 2 days ago | | | 0 | 0.00039353561 | |
| 21114409 | 24 days ago | | | 0 | 0.00031078300 | |
| 20993196 | a month ago | | | 0 | 0.00073691731 | |
| 20987933 | a month ago | | | 0 | 0.00032759000 | |
| 20958916 | a month ago | | | 0 | 0.0010586894 | |
| 20894431 | 2 months ago | | | 0 | 0.00053631406 | |
| 20741666 | 2 months ago | | | 0 | 0.00016720148 | |
| 20597074 | 3 months ago | | | 0 | 0.000021324373 | |
| 20565931 | 3 months ago | | | 0 | 0.000046613518 | |
| 20538781 | 3 months ago | | | 0 | 0.000049895263 |
ABI
ABI objects
Getter at block 21283762
_tokenIds() view returns (uint256 _value)
7220
getAdmins() view returns (address[])
[0x8425f3b97D528a2586275B4e18eaf6aDCd695158]
maxNftPerWalletAddress() view returns (uint256)
100
maxNftPerWhitelistWalletAddress() view returns (uint256)
3
maxNfts() view returns (uint256)
10000
maxNftsPerMint() view returns (uint256)
50
maxWhiteSaleMints() view returns (uint256)
3500
name() view returns (string)
MB1 Genesis
owner() view returns (address)
0xf0456204652497704877bacdbce5856ab1294bda
publicSaleActive() view returns (bool)
false
staticPrice() view returns (uint256)
150000000000000000
symbol() view returns (string)
MB1
treasuryAddress() view returns (address)
0x8425f3b97d528a2586275b4e18eaf6adcd695158
uri() view returns (string)
https://moonboots.mypinata.cloud/ipfs/QmaJMtYdADgJdeA1cqZgGJVQkTLgEW8gpmaouWG2MHyW2U/
usePlaceholderUri() view returns (bool)
false
whiteSaleActive() view returns (bool)
false
whiteSaleMints() view returns (uint256)
0
whitelistCount() view returns (uint256)
1
Read-only
AdminByAddr(address) view returns (bool)
Admins(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAddressTowhitelistAddress(address[] _addresses)
airdropNFT(address[] _recipients, uint256[] _amounts)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintPublicSale(uint256 amount_) payable
mintWhiteSale(uint256 amount_) payable
removeAddressFromWhitelist(address _address)
renounceOwnership()
revealNfts(string uri_)
safeTransfer(address from, address to, uint256 tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmins(address[] _Admins)
setApprovalForAll(address operator, bool approved)
setBaseUri(string uri_)
setMaxNftPerWalletAddress(uint256 amount_)
setMaxNftPerWhitelistWalletAddress(uint256 amount_)
setMaxNftsPerMint(uint256 _maxNftsPerMint)
setMaxWhiteSaleMints(uint256 _maxWhiteSaleMints)
setPublicSaleActive(bool isActive_)
setStaticPrice(uint256 _price)
setTreasuryAddress(address walletAddress_)
setUsePlaceholderUri(bool isActive_)
setWhiteSaleActive(bool isActive_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _token)
withdrawFund()
AddedToWhiteList(address indexed whitelistAddress)
AirdropNFT(address indexed sender, address indexed recipient, uint256 indexed amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintPublicSale(address indexed sender, uint256 indexed amount)
MintWhiteSale(address indexed sender, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromWhiteList(address indexed removedAddress)
SetAdmins(address[] Admins)
SetPublicSaleActive(bool indexed hasPublicSaleStarted, uint256 time)
SetWhiteSaleActive(bool indexed whiteSaleActive, uint256 time)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address indexed msgSender, address indexed token)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.