BullBalls
Verified contract
Active on
Ethereum with 745 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($14,630.75)
Native
Value
$14,630.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.743 | $3,908.83 |
$14,630.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19847756 | 7 months ago | | | 0 | 0.00012778696 | |
| 19847755 | 7 months ago | | | 0 | 0.00012985309 | |
| 18893552 | a year ago | | | 0 | 0.00096503960 | |
| 18872414 | a year ago | | | 0 | 0.0017265901 | |
| 18872407 | a year ago | | | 0 | 0.00044131294 | |
| 17966825 | a year ago | | | 0 | 0.00071221800 | |
| 17628162 | a year ago | | | 0 | 0.0072143261 | |
| 17609393 | a year ago | | | 0 | 0.00056108904 | |
| 17585912 | a year ago | | | 0 | 0.0028879443 | |
| 16650187 | 2 years ago | | | 0 | 0.0022699177 |
ABI
ABI objects
Getter at block 21400036
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
50
maxSupply() view returns (uint256)
6969
name() view returns (string)
BullBalls
nftPerAddressLimitWl() view returns (uint256)
20
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x61c15dda4faff6d8988e3b436c147ec26eb400d3
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
BALL$
totalSupply() view returns (uint256)
6969
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) 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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events NftToAddress(address _to, uint256 _mintAmount)
WhitelistMint(uint256 _mintAmount) payable
addWhitelistUsers(address _users)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setNftPerAddressLimitWl(uint256 _limit)
setOnlyWhitelisted(bool _state)
setPaused(bool _state)
setPrice(uint256 _price)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawall()
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.