Monsters & Hunters Game
Verified contract
Active on
Ethereum with 2,200 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Monsters & Hunters Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19291133 | 10 months ago | | | 0 | 0.0015079749 | |
| 18903732 | a year ago | | | 0 | 0.00049881400 | |
| 17049670 | 2 years ago | | | 0 | 0.00057269105 | |
| 16309777 | 2 years ago | | | 0 | 0.00076344704 | |
| 16309755 | 2 years ago | | | 0 | 0.00074144609 | |
| 16309380 | 2 years ago | | | 0 | 0.00080619043 | |
| 16309264 | 2 years ago | | | 0 | 0.00071282640 | |
| 16309150 | 2 years ago | | | 0 | 0.00084820417 | |
| 16308967 | 2 years ago | | | 0 | 0.00079226292 | |
| 16308948 | 2 years ago | | | 0 | 0.00073063653 |
ABI
ABI objects
Getter at block 21405225
FEE() view returns (uint256)
40000000000000000
FEEpresales() view returns (uint256)
40000000000000000
TotalFreeNFTsMinted() view returns (uint256)
500
baseExtension() view returns (string)
.json
getCounter() view returns (uint256)
4999
name() view returns (string)
Monsters & Hunters Game
owner() view returns (address)
0xe470282b92a3cad9ede288c528ad198765a54871
paused() view returns (bool)
false
presale() view returns (bool)
false
publicsale() view returns (bool)
true
reveal() view returns (bool)
false
symbol() view returns (string)
MHG
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)
tokenURI(uint256 tokenId) view returns (string)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
pause(bool _state)
removeWhitelistUser(address _user)
renounceOwnership()
safeMint(uint256 minttimes) payable
safeMintTo(address _to, uint256 tokenid)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setPresaleCost(uint256 _newCost)
setprerevealURI(string _newprerevealURI)
setreveal(bool _reveal)
startpresale(bool _state)
startpublicsale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
whitelistUserBulk(address[] _users)
withdraw() payable
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 mybaseuri, string _prereveal)
This contract contains no fallback and receive objects.
This contract contains no error objects.