TOE BEANS

Verified contract

Active on Ethereum with 752 txns
Deployed by via 0x0e7025d3 at 15145599
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $4.71
0x49c2b5d58462d16bc31b9b2fd8b5aeaafe7f05bd3022b3966d2b5f63dc617488
0x38b54fd712a2466eef01620a60db77cf280c53ca76dfb8caa161212fbfd1cf74
0xc8b156ffb7258ff1f466b33d999d09216c3bc7d4481296bd83cc503265659231
0x5f5fe50296c1b1109f3b3ff255f8abf57863ce23ec14b5d78ee9b0f4b313e240
0x6c83ffb95a6d0c8d68a5aa7964daec6629ecb99c0bd70fb4fbd32cad0dbf72be
0x2065e8e6d780d07784e10438d6556d2793271ea0b4613f938034eb97de781868
0x1e81f64d09002ce1dd45a6cac59933d223f86a0b0c291b2968cf8a4f552bfa31
0x8c21a40dff7a447825a5b48c17149190188927f7f16a58f9dbfdee05ce4661bd
0xd68911a7e6f2e5c33c4b3c6c1829f0262a4948c20717759e68c70e4b25863d31
0xa3ada93b1837175b60ad5d0afa18aeb176d3c6aa536bc10f0719fab709a1f8cc

Functions
Getter at block 21211024
cost(view returns (uint256)
100000000000000000
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
1000
name(view returns (string)
TOE BEANS
owner(view returns (address)
0x54d30ab3a0464d4d76fcb6653fdc32358fcd2060
startSaleTime(view returns (uint256)
1657866600
symbol(view returns (string)
TOE
totalSupply(view returns (uint256)
1000
uriPrefix(view returns (string)
ipfs://Qmcrzwd1ZrGVVGVNM2o4rxPn2s4ZCoiXBx7iEC9hHEwycC/
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
mint(uint256 _amtpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setOpenSeaRegistryAddress(address a
setStartSaleTime(uint256 _time
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
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
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(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(