BullsOnTheBlock
Verified contract
Active on
Ethereum with 19,325 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BullsOnTheBlock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116037 | 6 days ago | | | 0 | 0.00036101401 | |
| 21114678 | 6 days ago | | | 0 | 0.00023717862 | |
| 21106083 | 8 days ago | | | 0 | 0.00012615360 | |
| 21083792 | 11 days ago | | | 0 | 0.00030357422 | |
| 21061519 | 14 days ago | | | 0 | 0.00015782857 | |
| 21061516 | 14 days ago | | | 0 | 0.00016095082 | |
| 21048097 | 16 days ago | | | 0 | 0.00010393362 | |
| 21048046 | 16 days ago | | | 0 | 0.00017833598 | |
| 21031690 | 18 days ago | | | 0 | 0.00029323373 | |
| 21030071 | 18 days ago | | | 0 | 0.0020977664 |
ABI
ABI objects
Getter at block 21160745
BOTB_PROVENANCE() view returns (string)
2b999cc660cc93fb08e2efcef4f0de598164cc2e6bfce71fddadaf38a3621ecd
MAX_NFT_PURCHASE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
NFT_PRICE() view returns (uint256)
80000000000000000
name() view returns (string)
BullsOnTheBlock
owner() view returns (address)
0xe56a6844ced868afb88272c669835d1f06191438
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
3564
startingIndexBlock() view returns (uint256)
12717209
symbol() view returns (string)
BOTB
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
calcStartingIndex()
emergencySetStartingIndexBlock()
flipSaleState()
mintBull(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.