Monster Numberz
Verified contract
Active on
Ethereum with 4,326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Monster Numberz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006560 | 2 months ago | | | 0 | 0.00019811200 | |
| 19116662 | a year ago | | | 0 | 0.00054290726 | |
| 19036509 | a year ago | | | 0 | 0.0016091687 | |
| 18947814 | a year ago | | | 0 | 0.00028121212 | |
| 18932524 | a year ago | | | 0 | 0.00072514737 | |
| 18896652 | a year ago | | | 0 | 0.00058534094 | |
| 18888996 | a year ago | | | 0 | 0.00090243170 | |
| 18848681 | a year ago | | | 0 | 0.0011060685 | |
| 18781195 | a year ago | | | 0 | 0.0021107668 | |
| 18588998 | a year ago | | | 0 | 0.00097470040 |
ABI
ABI objects
Getter at block 21434913
MAX_TOKENS() view returns (uint256)
10000
PRESALE_LIMIT_1() view returns (uint256)
5000
PRICE() view returns (uint256)
0
baseURI() view returns (string)
https://www.monsternumberz.xyz/collection/reveal/reveal_json/
merkleRoot() view returns (bytes32)
0x82307b38206140fdba4fccf00360c8ac29d892ac7fcde13bf4e3e312730f4423
merkleRoot2() view returns (bytes32)
0x82307b38206140fdba4fccf00360c8ac29d892ac7fcde13bf4e3e312730f4423
merkleRootOG() view returns (bytes32)
0x7ab8d44885ee93936b8b405e6240365c7ec8a99de2758045cffd693392329de3
name() view returns (string)
Monster Numberz
owner() view returns (address)
0x5db80f9f828ee6b1b6138867a9cb89f3c7516c4a
preSaleIsActive_1() view returns (bool)
false
preSaleIsActive_2() view returns (bool)
false
presaleTokensSold_1() view returns (uint256)
1184
presaleTokensSold_2() view returns (uint256)
258
publicIsActive() view returns (bool)
true
reservedTokensMinted() view returns (uint256)
6
symbol() view returns (string)
MNS
totalSupply() view returns (uint256)
9908
uriSuffix() view returns (string)
.json
Read-only
OGClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof) view returns (bool)
isValid2(bytes32[] proof) view returns (bool)
isValidOG(bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimed(address) view returns (uint256)
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)
whitelist2Claimed(address) view returns (uint256)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState_1()
flipPreSaleState_2()
flipSaleState()
mint(uint256 _mintAmount) payable
mintOG(bytes32[] _proof, uint256 _mintAmount) payable
mintReservedTokens(uint256 amount)
mintWhitelist(bytes32[] _proof, uint256 _mintAmount) payable
mintWhitelist2(bytes32[] _proof, uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPrice(uint256 newPrice)
setRoot(bytes32 _root)
setRoot2(bytes32 _root)
setRootOG(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.