Parasite By BEEN
Verified contract
Active on
Ethereum with 472 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 "Parasite By BEEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16402385 | 2 years ago | | | 0 | 0.0015476285 | |
| 16360096 | 2 years ago | | | 0 | 0.00095229266 | |
| 16360025 | 2 years ago | | | 0 | 0.00084572692 | |
| 16359928 | 2 years ago | | | 0 | 0.0017358045 | |
| 16359910 | 2 years ago | | | 0 | 0.0019056806 | |
| 16359905 | 2 years ago | | | 0 | 0.00087372014 | |
| 16359895 | 2 years ago | | | 0 | 0.00090461412 | |
| 16359892 | 2 years ago | | | 0 | 0.00091320518 | |
| 16359886 | 2 years ago | | | 0 | 0.00042380641 | |
| 16359884 | 2 years ago | | | 0 | 0.0019197033 |
ABI
ABI objects
Getter at block 21093990
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxFreeMintAmountPerTx() view returns (uint256)
1
maxMintAmountPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
550
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
Parasite By BEEN
owner() view returns (address)
0xbbdc83e05067678903892cbaccc4ec6b578355f8
symbol() view returns (string)
PBB
totalSupply() view returns (uint256)
500
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) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
publicMint(uint256 amount) payable
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setFreePerAddr(uint256 maxTx, uint256 maxS)
setURi(string u)
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()