This contract is being backfilled. You may encounter incomplete storage history.

OBA BABES

Verified contract

Active on Ethereum with 104 txns
Deployed by via 0xd3a49bdb at 17111744
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OBA BABES"

0x3331171bab5259f55f3c036fac12308c31f4d1b792a85d30229f822b6b02e459
0x4ac44a5000925968efdb5f38bb7a425fd5a27cfde9354bd7531eca1ac0507ca7
0xd08bab7ff0332f46221f64f4528d78649676456a75bed09bd268455d6ed4779c
0x16fae1838fad9ceb04aab51eed822fd5cb99b2e56cb301b61be71ce1eecc7fb1
0x680ede417b56d1c76c0753e09d5a9d0ec3bfe1c0a19b936ea0e5ee14aa948171
0x586fbf5769c33cf00ac51b203626b991a67bbcda9a94041dcc6a94945ebb9c7c
0xd7d8effc5d62169b9dc68bd70e913618e2f556880d20bdc253f2ddd78b70bae9
0xb361d6ef3ec8c2bc05a471a12d7b57cb9e4f6c553c96787cebb779b45702c582
0xb7fc497a51af2fa5098836d08fabd9a368d9f999506d2fcb9aff71be6258822f
0x6734e9207d21b79037eeed9a043fe3ba870c19430b3d88d6e2439e582257cd08

Functions
Getter at block 20799528
MAX_SUPPLY(view returns (uint256)
10000
PUBLIC_SALE_PRICE(view returns (uint256)
250000000000000000
 
get_balance(view returns (uint256 balance)
isRevealed(view returns (bool)
false
name(view returns (string)
OBA BABES
notRevealedUri(view returns (string)
https://bullrunners.io/api/nfts/Unrevealed_Babes
owner(view returns (address)
0xacae5adb455dbc19e1b43d440ad323369222d4ea
publicSale(view returns (bool)
false
symbol(view returns (string)
OBABABES
totalSupply(view returns (uint256)
8567
uriMetadataSuffix(view returns (string)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
airdropTokens(address[] recipientsuint256[] _quantities
approve(address touint256 tokenId
changeUriMetadataSuffix(string _suffix
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 _supply
setMintPrice(uint256 _price
setPlaceHolderUri(string _placeholderTokenUri
setTokenUri(string _baseTokenUri
togglePublicSale(
toggleReveal(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(