notBanksy
Verified contract
Active on
Ethereum with 3,376 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 "notBanksy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20067868 | 6 months ago | | | 0 | 0.00038620990 | |
| 19741382 | 8 months ago | | | 0 | 0.00033014296 | |
| 19741374 | 8 months ago | | | 0 | 0.00033291659 | |
| 18871056 | a year ago | | | 0 | 0.00059130906 | |
| 18639154 | a year ago | | | 0 | 0.00086414926 | |
| 18547097 | a year ago | | | 0 | 0.00092147847 | |
| 18504968 | a year ago | | | 0 | 0.00064552690 | |
| 18504000 | a year ago | | | 0 | 0.00065759581 | |
| 18366623 | a year ago | | | 0 | 0.00027267349 | |
| 18253336 | a year ago | | | 0 | 0.00014985815 |
ABI
ABI objects
Getter at block 21382399
hiddenMetadataUri() view returns (string)
QmbxoLLPMSPf2rh9nBPgNtSX7ytB3sBbKrP2TYmWCeiMUk
maxMintAmountPerTx() view returns (uint256)
2
maxSupply() view returns (uint256)
1974
name() view returns (string)
notBanksy
owner() view returns (address)
0xde38f901ab10b916d7aa8d62d8a656a9756d70e2
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
false
symbol() view returns (string)
NB
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.