Babyrareapepeyc
Verified contract
Active on
Ethereum with 5,249 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 13.3458 | $0.408912 |
$5.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103514 | 8 days ago | | | 0 | 0.00019091738 | |
| 20968429 | a month ago | | | 0 | 0.00031166178 | |
| 20855519 | a month ago | | | 0 | 0.00034742409 | |
| 20539143 | 3 months ago | | | 0 | 0.00010280380 | |
| 20319905 | 4 months ago | | | 0 | 0.00040743220 | |
| 20288538 | 4 months ago | | | 0 | 0.000058622896 | |
| 19983002 | 5 months ago | | | 0 | 0.00076983196 | |
| 19832693 | 6 months ago | | | 0 | 0.00012273614 | |
| 19753882 | 6 months ago | | | 0 | 0.00039561788 | |
| 19733946 | 7 months ago | | | 0 | 0.00061081854 |
ABI
ABI objects
Getter at block 21164163
MAX_TOKENS() view returns (uint256)
5555
baseURI() view returns (string)
https://ipfs-storage.s3.amazonaws.com/babyrareapepeyc/
defaultTokensPerTx() view returns (uint256)
3
maxTokensPerTx() view returns (uint256)
10
maxTokensWithFeePerTx() view returns (uint256)
10
name() view returns (string)
Babyrareapepeyc
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa70387b87c8f850123e9f3c0ea6148e360eb681f
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BBRC
tokenPrice() view returns (uint256)
50000000000000000
totalSupply() view returns (uint256)
5555
whitelistMintRemains() view returns (uint256)
0
Read-only
_state(address minter) view returns (struct BabyrareapepeycHelperState)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 numberOfTokens, address minter) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view 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)
State-modifying
Events approve(address to, uint256 tokenId)
closeWhitelistMint()
flipSaleState()
mintToken(uint256 numberOfTokens) payable
openWhitelistMint(uint256 _whitelistMintRemains)
renounceOwnership()
reserveTokens(address to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setDefaultTokensPerTx(uint256 _defaultTokensPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxTokensPerTx(uint256 _maxTokensPerTx)
setMaxTokensWithFeePerTx(uint256 _maxTokensWithFeePerTx)
setTokenPrice(uint256 newTokenPrice)
setTokenURIMode(uint256 mode)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(address to, uint256 amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.