Bulls.Inc
Verified contract
Active on
Ethereum with 2,606 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Bulls.Inc"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19694204 | 7 months ago | | | 0 | 0.00015748680 | |
| 19694150 | 7 months ago | | | 0 | 0.00017473159 | |
| 19694140 | 7 months ago | | | 0 | 0.00016900478 | |
| 19640630 | 8 months ago | | | 0 | 0.0012602712 | |
| 19477310 | 8 months ago | | | 0 | 0.00087342432 | |
| 17365339 | 2 years ago | | | 0 | 0.0021570280 | |
| 16981175 | 2 years ago | | | 0 | 0.00068572685 | |
| 16707981 | 2 years ago | | | 0 | 0.00094538529 | |
| 16543317 | 2 years ago | | | 0 | 0.0014687837 | |
| 16452981 | 2 years ago | | | 0 | 0.00077036195 |
ABI
ABI objects
Getter at block 21317624
baseExtension() view returns (string)
.json
baseSupply() view returns (uint256)
4344
cost() view returns (uint256)
0
maxBaseSupply() view returns (uint256)
4344
maxMintAmount() view returns (uint256)
2
maxPromoSupply() view returns (uint256)
100
name() view returns (string)
Bulls.Inc
notRevealedUri() view returns (string)
https://bullsinc.mypinata.cloud/ipfs/QmNRZAkCS9EGX4Mv4qUUCYgv1v2mVEimUQhdfmoLAUDkbQ/hidden.json
owner() view returns (address)
0xe4042ae1c40913ba00619392de669bdb3beced50
paused() view returns (bool)
false
promoSupply() view returns (uint256)
100
revealed() view returns (bool)
true
symbol() view returns (string)
BINC
totalSupply() view returns (uint256)
4444
whitelistPhase() view returns (bool)
false
Read-only
addressToMintedAmount(address) view returns (uint256)
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)
teamAddresses(uint256) view returns (address)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mint_promo(uint256 _mintAmount, address _recipient)
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBasePromoURI(string _newBasePromoURI)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newmaxMintAmount)
setNotRevealedURI(string _notRevealedURI)
setTeamAddresses(address[] _team)
setWhitelistPhase(bool _state)
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(string _initBaseURI, string _initNotRevealedUri, string _initBasePromoURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.