Parasitic By Noah
Verified contract
Active on
Ethereum with 437 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 "Parasitic By Noah"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16367831 | 2 years ago | | | 0 | 0.00039360045 | |
| 16367762 | 2 years ago | | | 0.003 | 0.0013165870 | |
| 16367739 | 2 years ago | | | 0.003 | 0.00097478299 | |
| 16367689 | 2 years ago | | | 0.003 | 0.0011780195 | |
| 16367652 | 2 years ago | | | 0 | 0.00090472263 | |
| 16367555 | 2 years ago | | | 0 | 0.00087399414 | |
| 16367541 | 2 years ago | | | 0.009 | 0.0013492045 | |
| 16367535 | 2 years ago | | | 0 | 0.00090052096 | |
| 16367530 | 2 years ago | | | 0 | 0.00091486095 | |
| 16367518 | 2 years ago | | | 0.009 | 0.0013592009 |
ABI
ABI objects
Getter at block 21416735
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply() view returns (uint256)
333
name() view returns (string)
Parasitic By Noah
symbol() view returns (string)
PBN
totalSupply() view returns (uint256)
331
Read-only
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) pure returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setRoyalty(uint256 r, uint256 s)
teamMint(uint16 _mintAmount, address _addr)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()