thereisnoBanksy
Verified contract
Active on
Ethereum with 1,233 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 "thereisnoBanksy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16299595 | 2 years ago | | | 0 | 0.0010844910 | |
| 14810903 | 3 years ago | | | 0 | 0.00099531552 | |
| 14725564 | 3 years ago | | | 0 | 0.0013744840 | |
| 14578355 | 3 years ago | | | 0 | 0.0042649387 | |
| 14568882 | 3 years ago | | | 0 | 0.00072812760 | |
| 14567600 | 3 years ago | | | 0 | 0.0024387954 | |
| 14564694 | 3 years ago | | | 0 | 0.00099442316 | |
| 14562919 | 3 years ago | | | 0 | 0.0016211497 | |
| 14562913 | 3 years ago | | | 0 | 0.0016041820 | |
| 14562909 | 3 years ago | | | 0 | 0.0020425221 |
ABI
ABI objects
Getter at block 21316407
hiddenMetadataUri() view returns (string)
ipfs://QmbvBcrfYbB5bHxCMSUCbb3vuZnM9PgJ8Uiu76kyk8Nekh
maxMintAmountPerTx() view returns (uint256)
2
maxSupply() view returns (uint256)
1974
name() view returns (string)
thereisnoBanksy
owner() view returns (address)
0x8e308ee8394bc2095d2d64af56dbfb92dc605999
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
false
symbol() view returns (string)
NoBa
totalSupply() view returns (uint256)
1974
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)
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[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
notBanksytoAddress(address _to, uint256 _mintAmount)
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)
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)
withdraw()
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.