BAP GENESIS BULLS
Verified contract
Active on
Ethereum with 17,616 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($957.02)
Native
Value
$930.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.293721 | $3,167.78 |
$930.44 | |
MANDOX | ERC-20 | 1.107106B | $0.00 |
$26.57 | |
BCT | ERC-20 | 25K | -- | -- | |
BIO | ERC-721 | 1 | -- | -- | |
BIO | ERC-721 | 1 | -- | -- | |
BIO | ERC-721 | 1 | -- | -- | |
BIO | ERC-721 | 1 | -- | -- | |
BAPBULL | ERC-721 | 1 | -- | -- | |
BAPBULL | ERC-721 | 1 | -- | -- | |
Rubbish | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151674 | 2 days ago | | | 0 | 0.00056169748 | |
| 21099825 | 9 days ago | | | 0 | 0.00015480090 | |
| 21080290 | 12 days ago | | | 0 | 0.00083819651 | |
| 21079588 | 12 days ago | | | 0 | 0.0012801439 | |
| 21058539 | 15 days ago | | | 0 | 0.00032467081 | |
| 21056973 | 15 days ago | | | 0 | 0.00024396893 | |
| 21050308 | 16 days ago | | | 0 | 0.00030181546 | |
| 21050087 | 16 days ago | | | 0 | 0.00013781402 | |
| 21049662 | 16 days ago | | | 0 | 0.00046477018 | |
| 21046932 | 16 days ago | | | 0 | 0.00020573327 |
ABI
ABI objects
Getter at block 21163654
baseURI() view returns (string)
https://storage.mint.bullsandapesproject.com/bulls/
contractURI() view returns (string)
https://storage.mint.bullsandapesproject.com/bulls/
genesisTimestamp() view returns (uint256)
1654030814
holdMax() view returns (uint256)
10010
manualAirdropsAmount() view returns (uint256)
1200
manualDistCap() view returns (uint256)
1200
maxBreedings() view returns (uint256)
3
maxGodBulls() view returns (uint256)
9
maxSupply() view returns (uint256)
10500
mintMax() view returns (uint256)
5
mintPrice() view returns (uint256)
170000000000000000
minted() view returns (uint256)
10501
mintedAllowedCap() view returns (uint256)
8810
name() view returns (string)
BAP GENESIS BULLS
open() view returns (bool)
true
orchestrator() view returns (address)
0x4afd163f281ed126cb07eaf99f52d8a083e135e3
owner() view returns (address)
0x3689540e39ac2e01f15942b099dba0fe14d471c2
secret() view returns (address)
0xb1bbe302bb74f45564258a8eb00e7852230a33ff
stage() view returns (uint256)
2
symbol() view returns (string)
BAPBULL
totalSupply() view returns (uint256)
10501
userMintedTokens() view returns (uint256)
8810
whitelisted() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
breedings(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintingDatetime(uint256) view returns (uint256)
notAvailableForRefund(uint256) view returns (bool)
originalMintingPrice(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenExist(uint256 id) view returns (bool)
tokenTxs(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletHoldings(address) view returns (uint256)
State-modifying
Events airdrop(address receiver, uint256 amount)
approve(address to, uint256 tokenId)
breedBulls(uint256 token1, uint256 token2)
generateGodBull()
mint(bytes signature, uint256 tokenAmount, uint256 tier, uint256 walletLimit) payable
refund(address depositAddress, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _totalSupply)
setMultiple(uint256 _maxSupply, uint256 _mintPrice, uint256 _mintMax, uint256 _holdMax, uint256 _newStage, string _newBaseURI)
setOpen(bool _open)
setOrchestrator(address newOrchestrator)
setSecret(address _secret)
setTokenURI(uint256 id, string newURL)
setWhitelisted(bool _whitelisted)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBullBreedings(uint256 id)
withdrawETH(address _address, 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)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _totalSupply, uint256 _mintPrice, uint256 _mintMax, uint256 _holdMax, address _secret)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()