AntiSpamBots
Verified contract
Active on
Ethereum with 717 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 "AntiSpamBots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19292183 | 10 months ago | | | 0 | 0.0015214904 | |
| 19136283 | 10 months ago | | | 0 | 0.0013558942 | |
| 18088064 | a year ago | | | 0 | 0.00029582926 | |
| 18072341 | a year ago | | | 0 | 0.0014344528 | |
| 17694155 | a year ago | | | 0 | 0.00075607805 | |
| 17138982 | 2 years ago | | | 0 | 0.0025119592 | |
| 16963592 | 2 years ago | | | 0 | 0.0017429167 | |
| 16963559 | 2 years ago | | | 0 | 0.0023477838 | |
| 16703856 | 2 years ago | | | 0 | 0.00090122661 | |
| 16662195 | 2 years ago | | | 0 | 0.00094028183 |
ABI
ABI objects
Getter at block 21381312
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/9i_sJui2w7CC8DpUZt07Z/chain/1/metadata/
maxPerTransaction() view returns (uint256)
100
maxPerWallet() view returns (uint256)
500
merkleRoot() view returns (bytes32)
0x52d4ea80742ff9fc7b54bfe40db877a2dff983369788512e08ed40c8f79b5e31
name() view returns (string)
AntiSpamBots
owner() view returns (address)
0xd57249c656cefeb023187634d0cf618d6c6a0466
presaleMaxPerTransaction() view returns (uint256)
5
presaleMaxPerWallet() view returns (uint256)
5
presalePrice() view returns (uint256)
4000000000000000
presaleSupply() view returns (uint256)
3333
price() view returns (uint256)
1000000000000000
saleState() view returns (uint8)
1
supply() view returns (uint256)
5555
symbol() view returns (string)
ASB
totalSupply() view returns (uint256)
5555
Read-only
addressMintBalance(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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _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 _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()