Beanstalker

Verified contract

Active on Ethereum with 12,048 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Beanstalker"

0x091f4e9608fff4dd9f49b79a1835f702f25b812d1e7d2f5cae0c7f8312ba9cb3
0xd0c038b233d764b436cfcc43f280addeb277f126795d381dc12d441a7b5cd300
From
0x421b5344f3488186fb01c1f29a12922344751489746b01bf423bb0fd41cc0ad5
From
0xb3499f7b529b03f13709afe7d48c3ce18130a0c149e050c70350c6e060b1370a
0xc105659ca9bfa81929ddde0df9c65f923ab3a365a0b1fda78ef69cf2e59dcea2
0xb0d09b3c5dc5bef629229964d274cd3337a0b19b9e16f8428fb4ee898ef02be0
0x4350a73ec28a3bb6331d2574770d2694c34f8b0bbf1be604f6833925707b7067
0xcfddac0c1a31ab50bb555af4b56bf1a7913375febcb15c11ea351930ee797619
0x92d7a4c9691604dfec5bab1b850d2a101029ec29784f1618ab34c07db1d6b7c7
0xdbfc0cd6bd9cf68904ae2300f63db2028770e015ce071e0dc334b6a61fb8813a

Functions
Getter at block 20888848
amountMintPerAccount(view returns (uint256)
1
baseTokenURI(pure returns (string)
ipfs://QmZnXGbXgpBNjAJaaaoWsH5VYoTNkVgpVmbpgFXnTUyQ5d/
burnAmount(view returns (uint256)
1381
contractURI(pure returns (string)
ipfs://QmQyzT57qahsGY2qp6fZ3G1TEUzciDmA7xcPaiyS1QswLr/
getPrice(view returns (uint256)
0
max_supply(view returns (uint256)
5000
mintEnabled(view returns (bool)
false
name(view returns (string)
Beanstalker
owner(view returns (address)
0x8065abfc3da7678b36cfcbdda2ccfdd891d60e8e
plantingAddress(view returns (address)
0xebfcf2708f4da3e07eb55c8d599e97fee4c2acf5
price(view returns (uint256)
0
symbol(view returns (string)
BEAN
totalSupply(view returns (uint256)
3700
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
Read-only
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
approve(address touint256 tokenId
burn(uint256 _tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAmountMintPerAccount(uint256 _amountMintPerAccount
setApprovalForAll(address operatorbool approved
setMintEnabled(bool _state
setPlantingAddress(address _address
setPrice(uint256 _price
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MintSuccessful(address user
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(