Batty Banties
Verified contract
Active on
Ethereum with 1,068 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Batty Banties"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20908557 | a month ago | | | 0 | 0.00036647370 | |
| 20908556 | a month ago | | | 0 | 0.00027249499 | |
| 18761566 | a year ago | | | 0 | 0.00094348929 | |
| 16822206 | 2 years ago | | | 0 | 0.00050627849 | |
| 16822202 | 2 years ago | | | 0 | 0.00054665271 | |
| 16763829 | 2 years ago | | | 0 | 0.0016909408 | |
| 16478638 | 2 years ago | | | 0 | 0.0012364781 | |
| 16416614 | 2 years ago | | | 0 | 0.00043867217 | |
| 16416497 | 2 years ago | | | 0 | 0.00084584451 | |
| 16147695 | 2 years ago | | | 0 | 0.0012413571 |
ABI
ABI objects
Getter at block 21214785 getBaseURI() view returns (string) getContractBalance() view returns (uint256)
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
getCurrentCost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
3
maxMintAmountPresale() view returns (uint256)
1
maxSupply() view returns (uint256)
1001
name() view returns (string)
Batty Banties
nftPerAddressLimit() view returns (uint256)
3
nftPerAddressLimitPresale() view returns (uint256)
1
notRevealedUri() view returns (string)
ipfs://QmSm1yTT5qB5mRKrR7cn2Acr2hXbKhviGx5Wqc91ZngZMt/hidden.json
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x3edc0629dbd8f15181d823ce1809c6c6e87c9c01
paused() view returns (bool)
false
preSale() view returns (bool)
false
preSaleCost() view returns (uint256)
0
preSaleMaxSupply() view returns (uint256)
1000
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
1001
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256 _mintAmount, address _to)
mint(uint256 _mintAmount) payable
mintForOwner(uint256 _mintAmount)
mintpresale(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxSupply(uint256 _maxSupply)
setNftPerAddressLimit(uint256 _limit)
setNftPerAddressLimitPreSale(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
setPresaleCost(uint256 _newCost)
setPresaleMaxSupply(uint256 _newPresaleMaxSupply)
setmaxMintAmount(uint256 _newmaxMintAmount)
setmaxMintAmountPreSale(uint256 _newmaxMintAmount)
togglepreSale(bool _state)
togglepublicSale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
withdraw() payable
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.