Meta Bounty Babies
Verified contract
Active on
Ethereum with 2,157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Meta Bounty Babies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20669067 | 2 months ago | | | 0 | 0.00017766359 | |
| 20475266 | 3 months ago | | | 0 | 0.00011347411 | |
| 20383169 | 4 months ago | | | 0 | 0.00019987951 | |
| 20126714 | 5 months ago | | | 0 | 0.00050007323 | |
| 20106285 | 5 months ago | | | 0 | 0.00019048822 | |
| 20005534 | 5 months ago | | | 0 | 0.0026158740 | |
| 19955044 | 5 months ago | | | 0 | 0.00047506631 | |
| 19955041 | 5 months ago | | | 0 | 0.00073315338 | |
| 19849046 | 6 months ago | | | 0 | 0.00021891551 | |
| 19795343 | 6 months ago | | | 0 | 0.00039780098 |
ABI
ABI objects
Getter at block 21158843 totalHunterTokensUsed() view returns (uint256[]) totalHuntressTokensUsed() view returns (uint256[]) totalIconicTokensUsed() view returns (uint256[]) totalSecretTokensUsed() view returns (uint256[])
HIDE_FROM() view returns (uint256)
1
HIDE_TO() view returns (uint256)
8888
LIMIT_PER_MINT() view returns (uint256)
500
MAX_ELEMENTS() view returns (uint256)
8888
META_REVEAL() view returns (bool)
true
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE() view returns (uint256)
100000000000000000
START_AT() view returns (uint256)
1
baseTokenURI() view returns (string)
https://mbh.mypinata.cloud/ipfs/QmTJeGW5bKSEZGWJepLe74ic2wWxzznyD1296BT4VUWNgV/
creatorAddress() view returns (address)
0x69a0b32752011fb029df30b4388d2752ad3997e1
name() view returns (string)
Meta Bounty Babies
owner() view returns (address)
0x377cd1a239dd56a79307ffad7e05034efaa4af90
sampleTokenURI() view returns (string)
https://mbh.mypinata.cloud/ipfs/QmXeuvfq4FKLQuQY8mW14VPnqVBD9dJ5DiurQZ56qvo8GH
symbol() view returns (string)
MBB
totalSupply() view returns (uint256)
8888
totalToken() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getCheckPoint(address _minter) view returns (uint256)
hasAdminRole(address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCountOfWallet(address _wallet) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
signatureWallet(address wallet, uint256 _tokenAmount, uint256 _timestamp, bytes _signature) pure returns (address)
signatureWalletForFreeMint(address wallet, uint256 _tokenAmount, uint256 _timestamp, struct MetaBountyBabiesNFTArrays _nfts, bytes _signature) pure returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addAdminRole(address _address)
approve(address operator, uint256 tokenId)
burn(uint256[] tokenIds)
freeMint(uint256 _tokenAmount, uint256 _timestamp, bytes _signature, struct MetaBountyBabiesNFTArrays _nfts)
giftMint(address[] _addrs, uint256[] _tokenAmounts)
mint(uint256 _tokenAmount, uint256 _timestamp, bytes _signature) payable
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)
setCheckPoint(address _minter, uint256 _point)
setMaxElement(uint256 _max)
setMetaReveal(bool _reveal, uint256 _from, uint256 _to)
setPause(bool _pause)
setPauseFree(bool _pause)
setPrice(uint256 _price)
setSampleURI(string sampleURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateLimitPerMint(uint256 _limitpermint)
updateSignerAddress(address _signer)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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)
constructor(address _singenr)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()