Banksy Abstract

Verified contract

Active on Ethereum with 970 txns
Deployed by via 0x59739e3a at 16472994
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Banksy Abstract"

0x82a0367abe2509767e8d47ceaf23acd6ff61efb789ef5fed75d5cf6ff0a2020f
0x3338b493a44e65c6602a2786bf83a83b3eb855ab9369083a3758b815d6370a8a
0xf1e0b2e0d48a2fd9851a5f679df26c13492be09306c9cd808139bfd8b65aefcb
0x05db762d509316842786235fe5c7bafbc3d8aa65fde0bb04aa43bcecd4303993
0xe550169467b436f2d74f41bd062d34e627740cef59590f513c392b32d43e2693
0x1cf1ba21ab8439a3accbb0481c49ad8da1bd8c555b6dc8ec131a460dbd53270d
0xb89a0cc709e38818087b7b7762fc937c315e7a282b9980305b7410dbf008ebc9
0x6069ee1148493e75ffe859de6d8e979d8e9de595db14961ecf4ca2386ae80abd
0xec96bdba872de8b760901febf8e542619fc9ec1908704c614ac4183a80aa08de
0xfcc3dc7a0d9b8cb068b421fd491a683a17c6a2d374b6967b4ea4ac9349e547cf

Functions
Getter at block 20854185
cost(view returns (uint256)
3000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
5
maxSupply(view returns (uint16)
555
name(view returns (string)
Banksy Abstract
owner(view returns (address)
0x081df6c7bd13682299780824b54a587b311cf4ab
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
$Banksy
totalSupply(view returns (uint256)
555
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(