Bedans

Verified contract

Active on Ethereum with 1,018 txns
Deployed by via 0x74ed2299 at 15541475
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Native
Value $408.39
0x3d4f2547061100bfda4c37e3d0027437333a309e2b2a4449889c9fabe995669b
0x0b45ec3ba020955cc9f455dd0c03c2f2171f5f431c3dc361160d99a244862fcd
0x6179066d59137f35385e0cf2383eb89c7920aa3eb945ba2649827a2911c4d37b
0x52f071728b217cfa34563345818d2b482a4fd4b2ba014b006bf5ff8f03981962
0x846a59e350b0e63f0ecddc457ad19d6127dcf3357ba27e64b9970559b579a3a7
0x83e747353aede00191cee91158dd05c8e9577730e90e39398477bba42da1b247
0xb16190433282fa8da292711ce75fbe7e44086c65c4f404a931542890ac232665
0x4d3081d39eff36097f5b75e5025cc521e51aeda426ece0ede36857f2d4f96bd5
0x046b54fa43b9502d6cbcbbcb20111019f6073935dd2f8904d76772ed7ec939ed
0x4c2dad507782ac698824b658e49840d67cc4904ac90dd9f04302a58610455e1c

Functions
Getter at block 21265347
ListWhitelistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE(view returns (uint256)
0
allowedToContract(view returns (bool)
false
getMaxSupply(view returns (uint256)
10000
isPublicSaleOn(view returns (bool)
false
maxPerAddressDuringMint(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
name(view returns (string)
Bedans
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0xce7265077cc8fa2c17cc563c0fd4f48afbc368b8
saleConfig(view returns (uint32 publicMintStartTimeuint32 MintStartTimeuint256 Priceuint256 AmountForWhitelist)
(publicMintStartTime=1663284102, MintStartTime=1663284102, Price=0, AmountForWhitelist=20)
symbol(view returns (string)
BDN
totalSupply(view returns (uint256)
7905
Read-only
_addressTransferToContract(addressview returns (bool)
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInTheWhitelist(bytes32[] _merkleProofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
InitInfoOfSale(uint32 publicMintStartTimeuint32 mintStartTimeuint256 priceuint256 amountForWhitelist
PublicMint(uint256 quantitypayable 
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowAddressToContract(address[] _addressbool[] _allow
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setListWhitelistMerkleRoot(bytes32 _merkleRoot
setMintStartTime(uint32 timestamp
setPublicMintStartTime(uint32 timestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxBatchSize_uint256 collectionSize_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(