Meta Bounty Hunters
Verified contract
Active on
Ethereum with 15,567 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MBH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20825589 | 2 months ago | | | 0 | 0.0012674695 | |
| 20806283 | 2 months ago | | | 0 | 0.00049106983 | |
| 20752127 | 2 months ago | | | 0 | 0.00013592167 | |
| 20726795 | 2 months ago | | | 0 | 0.00011383499 | |
| 20706171 | 2 months ago | | | 0 | 0.000068351905 | |
| 20705456 | 2 months ago | | | 0 | 0.00010495553 | |
| 20659540 | 2 months ago | | | 0 | 0.000047664306 | |
| 20631307 | 2 months ago | | | 0 | 0.000058432306 | |
| 20628383 | 2 months ago | | | 0 | 0.00024418416 | |
| 20584609 | 3 months ago | | | 0 | 0.000087659328 |
ABI
ABI objects
Getter at block 21158635
HIDE_FROM() view returns (uint256)
8888
HIDE_TO() view returns (uint256)
8888
MAX_ELEMENTS() view returns (uint256)
8888
META_REVEAL() view returns (bool)
true
PRICE() view returns (uint256)
650000000000000000
START_AT() view returns (uint256)
1
baseTokenURI() view returns (string)
https://mbh.mypinata.cloud/ipfs/QmTBDKUQGVyj8owvP7WSseaJQ77tD2ADidjdCJQjZXpA6H/
creatorAddress() view returns (address)
0x8b1a88d5ec8a7bf07a36002c55375f2476ad2d9d
name() view returns (string)
Meta Bounty Hunters
owner() view returns (address)
0x999e4cea53a73f47b95d35f47cde1491194d61e8
sampleTokenURI() view returns (string)
https://ipfs.io/ipfs/QmPLJD3ZbCykRyvr5mZqebVUwwdC27oucDKwG3MxeB8NVx
symbol() view returns (string)
MBH
totalSupply() view returns (uint256)
8888
totalToken() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasAdminRole(address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
rawOwnerOf(uint256 tokenId) view returns (address)
signatureWallet(address wallet, uint256 _tokenAmount, uint256 _timestamp, bytes _signature) pure 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addAdminRole(address _address)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
giftMint(address[] _addrs, uint256[] _tokenAmounts)
mint(uint256 _tokenAmount, uint256 _timestamp, bytes _signature) payable
mintUnsoldTokens(uint256[] _tokensId)
renounceOwnership()
revokeAdminRole(address _address)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxElement(uint256 _max)
setMetaReveal(bool _reveal, uint256 _from, uint256 _to)
setPause(bool _pause)
setPrice(uint256 _price)
setSampleURI(string sampleURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewMaxElement(uint256 max)
NewPriceEvent(uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseEvent(bool pause)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
welcomeToMBH(uint256 indexed id)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.